#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default Rounding

How can I round 58 up to 60?



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Rounding

=ROUND(C19/10,0)*10

where C19 contains the value 58

"Grant" wrote:

How can I round 58 up to 60?




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Rounding

Just another way:

=CEILING(C19,10)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Grant" wrote in message
...
How can I round 58 up to 60?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
rounding help JM Excel Discussion (Misc queries) 6 September 21st 06 02:17 AM
Rounding .01 to 1 instead of 0 [email protected] Excel Discussion (Misc queries) 3 August 15th 06 06:06 PM
Rounding or not rounding Connie Martin Excel Worksheet Functions 6 April 10th 06 06:24 PM
Rounding Richard Excel Worksheet Functions 1 January 18th 06 05:51 PM
Rounding Ola Sigurdh Excel Discussion (Misc queries) 0 September 22nd 05 07:56 PM


All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"