Forum Discussion
maserr
6 years agoHelper IV
Round command
Hi,
I would like the round function to round my number to 2 decimals but having intermedium values as can be 0.10, 0.15, 0.20, 0.25...
P. e.: 12,34 I would like to round it to 12.35, and 5.12 to 5.10.
Thanks in advance,
- Column = MROUND([Column1],.05)
1 Reply
- Greg_DecklerCommunity ChampionColumn = MROUND([Column1],.05)