ABS Function

A

Andrea

What is the syntax for the Abs function and how does it
work? This function was included in an equation that was
recommended to solve a problem that I had, but I do not
understand the function.
 
D

Douglas J. Steele

From the Help file:

Returns a value of the same type that is passed to it specifying the
absolute value of a number.

Syntax

Abs(number)

The required number argument can be any valid numeric expression. If number
contains Null, Null is returned; if it is an uninitialized variable, zero is
returned.

Remarks

The absolute value of a number is its unsigned magnitude. For example,
ABS(-1) and ABS(1) both return 1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Abs Function 3
Data mismatch 4
Abs Formula 4
SpreedSheet into Access, Function Challenge!!! 1
Opposite of ABS? 4
Function to convert Excel column into number 2
lastrow function help 6
ABS Function? 5

Top