Thread: Rounding
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Rounding

One way:

=ROUND(58,-1)

Another:

=ROUNDUP(58,-1)

Another:

=CEILING(58,10)


In article ,
"Grant" wrote:

How can I round 58 up to 60?