Skip to Content

N

Returns a value converted to a number

Syntax

N(value)

Parameters

  • value: Required. The value you want converted. N converts values according to: number=that number, date=serial number, TRUE=1, FALSE=0, error=error value, other=0

Example

=N(TRUE)
Returns: NumberSince: Excel 2003