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...
- 6 years agoColumn = MROUND([Column1],.05)
Greg_Deckler
6 years agoCommunity Champion
Column = MROUND([Column1],.05)