Possible Duplicate:
Excel: How to roundup a number to the closest ten?
I made this question a few hours ago, but I wasn't very specific:
Excel: How to roundup a number to the closest ten?
Probably the title is not very suggestive. Let me explain you with an example. I have:
12345.6 2345.1 12345.00000001I want those numbers to be roundup to 12350. How can I do this? If possible, I would rather use formulas instead of VBA.
This is the original question, but at the same time, I want the same result for:
12340.0001 to be modified in 12350. Somehow I don't know if this is still a round operation. :)
I'm sorry for duplicating the question, but posting a comment at the first question, didn't draw enough attention. :)