number,decimals,no_commas!Rounds a number to the specified number of decimals and returns the result as text with or without ...

!number,decimals,no_commas!!Rounds a number to the specified number of decimals and returns the result as text with or without commas!is the number you want to round and convert to text!is the number of digits to the right of the decimal point. If omitted, Decimals = 2!is a logical value: do not display commas in the returned text = TRUE; do display commas in the returned text = FALSE or omitted!