| Line 49: |
Line 49: |
| | |- | | |- |
| | |} | | |} |
| | + | |
| | + | *ROUNDUP() can be used to round a number away from zero. |
| | + | *ROUNDDOWN() can be used to round a number towards zero. |
| | + | *MROUND() can be used to round a number to desired multiple. |
| | | | |
| | == Examples == | | == Examples == |
| Line 99: |
Line 103: |
| | ==References== | | ==References== |
| | | | |
| − | *[http://en.wikipedia.org/wiki/Truncation TRUNC Function] | + | *[http://en.wikipedia.org/wiki/Rounding Round Function] |