G
Guest
Does Excel have the abilty to round to the nearest 9th?
Data Output
1.21 1.29
1.05 1.09
20.66 20.69
Data Output
1.21 1.29
1.05 1.09
20.66 20.69
on the other hand probably only a theoretical discussion![]()
Frank Kabel said:Hi
one way:
=ROUNDUP(A1+0.01,1)-0.01
Want to add to what Corby wrote.
I would like the same thig, but I would like Excel to round up or down.
Example:
1.21 becomes 1.19
1.35 becomes 1.39
1.34 becomes 1.29
Rachael said:Hi,
I have a variation on this problem. I need to change every price ending in
"0" to one dollar lower. E.g. if it's $100, it needs to display $99.
However,
all other prices can stay the same. Any suggestions?
Thanks!