ReferenceExcel FormulasSupported FormulasABSOn this pageABS The ABS function returns the absolute value of a number. Syntax =ABS(number) Parameters number: The number to return the absolute value of. Examples =ABS(-5) // Returns 5=ABS(5) // Returns 5