The ABS function is one of the Match functions and it converts a number to absolute value.
Formula:
= ABS(number)
Explanations:
–The number is required, which is the number you want the absolute value.
Example: what is the absolute value of -3?
=ABS(-3), the result returns 3