Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
HI, I need a way to roundup if = .50 and rounddown <.49
1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks -- Heather |
#2
![]() |
|||
|
|||
![]()
Try this:
=ROUND(A1,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Heather" wrote in message ... HI, I need a way to roundup if = .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks -- Heather |
#3
![]() |
|||
|
|||
![]()
Isn't that what =Round() does?
=round(a1,0) Heather wrote: HI, I need a way to roundup if = .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks -- Heather -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
roundup within a formula | Excel Worksheet Functions | |||
ROUNDUP copy/paste and fill handle not working | Excel Worksheet Functions | |||
Roundup for multiple cells | Excel Discussion (Misc queries) | |||
roundup within a formula | Excel Worksheet Functions | |||
Roundup | Excel Worksheet Functions |