Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be rounded up to $104.00. I know its easy, but I cant work it out. TIA Esra |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try entering in B1
=A1+2-MOD(A1,2) "Esradekan" wrote: I need a formula, that will round up amounts to the nearest $2. ie. if A1 value is $102.50, the total in the next cell (B1) should be rounded up to $104.00. I know its easy, but I cant work it out. TIA Esra |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CEILING(A1,2)
regards, Stefi €˛Esradekan€¯ ezt Ć*rta: I need a formula, that will round up amounts to the nearest $2. ie. if A1 value is $102.50, the total in the next cell (B1) should be rounded up to $104.00. I know its easy, but I cant work it out. TIA Esra |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Stefi, I'm learning too!
Regards Ron "Stefi" wrote: =CEILING(A1,2) regards, Stefi €˛Esradekan€¯ ezt Ć*rta: I need a formula, that will round up amounts to the nearest $2. ie. if A1 value is $102.50, the total in the next cell (B1) should be rounded up to $104.00. I know its easy, but I cant work it out. TIA Esra |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That's the benefit of this forum: I've also learned a lot from other users's
experience. Regards, Stefi €˛Ron@Buy€¯ ezt Ć*rta: Thanks Stefi, I'm learning too! Regards Ron "Stefi" wrote: =CEILING(A1,2) regards, Stefi €˛Esradekan€¯ ezt Ć*rta: I need a formula, that will round up amounts to the nearest $2. ie. if A1 value is $102.50, the total in the next cell (B1) should be rounded up to $104.00. I know its easy, but I cant work it out. TIA Esra |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
=ROUNDUP(A1/2,0)*2 Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
HELP with Rounding | Excel Worksheet Functions | |||
Rounding or not rounding | Excel Worksheet Functions | |||
Rounding | Excel Worksheet Functions | |||
Rounding | Excel Discussion (Misc queries) |