A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Raymond!
I'm Shakiru an independent advisor and a user like you.
You can use the following formulas to round up to the nearest next digit, 5, or 10:
Round up to the nearest next digit: =CEILING(A2,1)
Round up to the nearest 5: =CEILING(A2/5,1)*5
Round up to the nearest 10: =CEILING(A2/10,1)*10
Note that in these formulas, A2 refers to the cell containing the number you want to round up. You can replace A2 with any other cell reference as needed.
Best Regards, Shakiru