Thread
:
How to stop excel from rounding ?
View Single Post
#
2
Posted to microsoft.public.excel.misc
MartinW
external usenet poster
Posts: 860
How to stop excel from rounding ?
Hi majestikwun,
Rounding up is the mathematically correct way to do it.
You can use ROUNDOWN as a workaround.
i.e.
=ROUNDDOWN(A1,8) for your first example
=ROUNDDOWN(A1,2) for your second example
HTH
Martin
Reply With Quote
MartinW
View Public Profile
Find all posts by MartinW