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

Dear All,

How can I round values eg 446,,495 to nearest zero value eg: 450 or 500

thanks


--
Kind Regards,

Andrew Richards


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default rounding

=CEILING(A1,50)

On 5 Mar, 10:32, "Andrew Richards" wrote:
Dear All,

How can I round values eg 446,,495 *to nearest zero value eg: 450 or 500

thanks

--
Kind Regards,

Andrew Richards


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default rounding

,

With the analysis toolpak loaded


=MROUND(A1,50)

or without

=ROUND(A1/50,0)*50

Mike



"Andrew Richards" wrote:

Dear All,

How can I round values eg 446,,495 to nearest zero value eg: 450 or 500

thanks


--
Kind Regards,

Andrew Richards



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

Not clear whether you want

=CEILING(A2,10)

or

=CEILING(A2,50)

--
__________________________________
HTH

Bob

"Andrew Richards" wrote in message
...
Dear All,

How can I round values eg 446,,495 to nearest zero value eg: 450 or 500

thanks


--
Kind Regards,

Andrew Richards




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default rounding

=ROUND(A2,-1)
--
David Biddulph

"Andrew Richards" wrote in message
...
Dear All,

How can I round values eg 446,,495 to nearest zero value eg: 450 or 500

thanks


--
Kind Regards,

Andrew Richards




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 Percentage Confusion[_2_] New Users to Excel 1 July 9th 08 08:24 PM
Rounding up @ 3 instead of 5 keith Excel Worksheet Functions 4 June 24th 08 03:09 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding sloancm Excel Worksheet Functions 3 January 24th 07 10:32 PM
Rounding Alex Martinez Excel Worksheet Functions 1 May 13th 05 06:07 AM


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

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"