Multiple choice general knowledge

This function calculates the value of a number, irrespective of whether it is positive or negative.

  1. ABS

  2. Value

  3. Round

  4. Count

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ABS function in Excel returns the absolute value of a number - its value without regard to its sign. For example, ABS(-5) = 5 and ABS(5) = 5. This function is commonly used when you need to work with the magnitude of numbers while ignoring whether they are positive or negative.