Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Rounding in Excel

I am trying to round a cell either up to the nearest 500 or down to the
nearest 500...any suggestions. My current formula is =ROUNDUP(A2*1.3,500).
Help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Rounding in Excel

Try

=MAX(A1,mround(A1,500))

The max bit would make 0 - 249 sray as that number but if you want these to
be zero then use

=mround(A1,500)

If you get a #name error then
Tools|Addins
Check the analysis toolpack

Mike

"trichey" wrote:

I am trying to round a cell either up to the nearest 500 or down to the
nearest 500...any suggestions. My current formula is =ROUNDUP(A2*1.3,500).
Help?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Rounding in Excel

Try this:
=FLOOR(A2,500)
=CEILING(A2,500)

Regards,
Stefi

€˛trichey€¯ ezt Ć*rta:

I am trying to round a cell either up to the nearest 500 or down to the
nearest 500...any suggestions. My current formula is =ROUNDUP(A2*1.3,500).
Help?

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 IN EXCEL Anon Excel Discussion (Misc queries) 9 March 19th 08 01:31 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
Excel Rounding up Chuck Excel Discussion (Misc queries) 4 May 11th 07 01:27 AM
rounding in excel textile1 Excel Discussion (Misc queries) 3 April 20th 06 05:09 PM
Rounding in Excel DG Excel Discussion (Misc queries) 1 December 5th 05 08:34 PM


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

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

About Us

"It's about Microsoft Excel"