# N

## Content

This function returns a value converted to a number.

## Syntax

`N(value)`

## Arguments

[Required] Use any value as the argument.

## Remarks

It is not always necessary to use this function, because Spread automatically converts values as necessary in many cases.

## Examples

`N(G12)`
`N(R12C7)`
`N(2.53)` gives the result 2.53
`N(TRUE)` gives the result 1