How can I round 58 up to 60?
J JE McGimpsey Mar 1, 2007 #3 One way: =ROUND(58,-1) Another: =ROUNDUP(58,-1) Another: =CEILING(58,10)
S Sandy Mann Mar 1, 2007 #4 Just another way: =CEILING(C19,10) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings [email protected] [email protected] with @tiscali.co.uk
Just another way: =CEILING(C19,10) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings [email protected] [email protected] with @tiscali.co.uk