Background: I have a cell with the value 18, I want to add a formula to round that up to next 10th, which would be 20.
Question:How can I do this?
Thanks in Advance
Background: I have a cell with the value 18, I want to add a formula to round that up to next 10th, which would be 20.
Question:How can I do this?
Thanks in Advance
Please Disregard this Post.
But for anyone wanting to know the answer:
=ROUNDUP(K5,-1)
Note:
K5 contains the value 18
results of the formula was 20
FYI-
=ROUNDUP(K5.-1) will indeed give 20 when 18 is in K5. It will also give 20 when 11, 12, 13, 14 . . . 19 are in K5. If this won't cause you grief, OK.
If it will cause a problem, simply use ROUND(K5,-1). This gives 20 for values 15-19; and 10 for 11-14.
HTH
Thanks for the follow up, but Rounding up to the next 10 is exactly what I was trying to do. The calucation I needed requireds that sum of a series of numbers and then those numbers be rounded up to the 10th spot.
but, thanks again for the heads up.
Don’t have an account yet? Register yourself now and be a part of our community!