FORMAT_NUMBERReturns a string representing the number, formatted according to the given pattern. Suggest EditsSyntax =FORMAT_NUMBER(value, pattern) Arguments ArgumentTypeDescriptionvalueNumberThe value to formatpatternStringThe pattern to format by Examples =FORMAT_NUMBER(123.456, ".?")→"123.5" =FORMAT_NUMBER(123.456, "$ 0")→$123 =FORMAT_NUMBER(123.456, "0.00e+00")→1.23e+2Updated 9 months ago Table of Contents Syntax Arguments Examples