2 [/] 3 = 0.66666666666667
Rounding to the nearest integer:
2 [/.0] 3 = 1
Rounding to 1 decimal place:
2 [/.1] 3 = 0.7
2 decimal places:
2 [/.2] 3 = 0.67
3 decimal places:
2 [/.3] 3 = 0.667
4 decimal places:
2 [/.4] 3 = 0.6667
This works on all operators including [MIN] and [MAX]
Note: The math functions will only work with numbers with a decimal point (not a decimal comma) and no thousands separator and no currency symbol.