
Originally Posted by
MS Help
The N function syntax has the following arguments (argument: A value that provides information to an action, an event, a method, a property, a function, or a procedure.):
Value Required. The value you want converted.
N converts values listed in the following table.
A number - That number
A date, in one of the built-in date formats available in Microsoft Excel - The serial number of that date
TRUE - 1
FALSE - 0
An error value, such as #DIV/0! - The error value
Anything else - 0
In Excel 0 equates to FALSE, all other values are deemed TRUE - as such:
returns FALSE as
returns TRUE
in the above we take the value in O11 and est. numerical value of said value - if anything other than 0 the division is calculated else 0 is returned.
I suggested N to account for possibility of O11 containing say a space, formula Null etc... could equally use SUM.
Bookmarks