Round(column, decimalplaces) |
Top Previous Next |
Rounds data points in column to decimalplaces number of decimal places. If decimalplaces is negative, the data points are rounded to the nearest 10, 100, 1000 and so on.
Note: If you type decimals using a comma (eg 3,2) you should enter this formula as Round(A; 1) - using the ; as a separator
|