Perfect - thanks !!
"Kostis Vezeridis" wrote:
You can use
=MROUND(A1, SIGN(A1)*(1/8))
HTH
Kostis Vezerides
"ynissel" wrote in message
...
When using MRound (Or floor/Ceiling) Is there a seperate function for
negative. Meaning I have a column with positive numbers and negative
numbers
which I need rounded to the nearest 1/8th. Do I have to first do an IF to
see if its + then do an Mround (a1,.125) and if its - then Mround
(a1,-.125) ?
Thanks.
|