NUMBER_PARSELiberally parses the first number in an input string. Suggest EditsSyntax =NUMBER_PARSE(input) Arguments ArgumentTypeDescriptioninputStringThe string to parse a number from Examples =NUMBER_PARSE("123")→123 =NUMBER_PARSE("Hello world! -123 456")→-123Updated about 1 year ago MOD / MODULUSPOW / POWERDid this page help you?YesNoTable of Contents Syntax Arguments Examples