Number
The Number function converts the input value into a number type.
Usage
Number(input)
input (required) The text, date or number to be interpreted as a number.
Dates converted to numbers will be interpreted as Unix-style timestamps as the number of seconds since January 1st, 1970.
The Number function can be used within other functions to ensure that an input is being read as a number.