Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ROUNDING IN EXCEL | Excel Discussion (Misc queries) | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Excel Rounding up | Excel Discussion (Misc queries) | |||
rounding in excel | Excel Discussion (Misc queries) | |||
Rounding in Excel | Excel Discussion (Misc queries) |