The VALUE function converts a text string that represents a number to a number.
value(value:string)
value - A text string containing a number. Required.
value(MID"ABC-123-WEW",5,3)) //Returns “123” as a number
VALUE
Last updated 5 months ago
Was this helpful?