Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like help in writing a formula to round to .5. an example is:
a cell has a calculated value of between, 78.75 to 79.25 should round to 79 if the cell has a calculated value between 79.26 and 79.74, it should round to 79.5 Thanks, Regards, Art |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(A1/0.5,0)*0.5
-- Regards, Peo Sjoblom "hddude52" wrote in message ... I would like help in writing a formula to round to .5. an example is: a cell has a calculated value of between, 78.75 to 79.25 should round to 79 if the cell has a calculated value between 79.26 and 79.74, it should round to 79.5 Thanks, Regards, Art |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Note that 79.25 rounds to 79.50
-- Regards, Peo Sjoblom "Peo Sjoblom" wrote in message ... =ROUND(A1/0.5,0)*0.5 -- Regards, Peo Sjoblom "hddude52" wrote in message ... I would like help in writing a formula to round to .5. an example is: a cell has a calculated value of between, 78.75 to 79.25 should round to 79 if the cell has a calculated value between 79.26 and 79.74, it should round to 79.5 Thanks, Regards, Art |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This worked fine and will fit the need.
Thanks PEO David, your formula returned a NAME? error that I couldn't identify Thanks to both of you -- Regards, Art "Peo Sjoblom" wrote: =ROUND(A1/0.5,0)*0.5 -- Regards, Peo Sjoblom "hddude52" wrote in message ... I would like help in writing a formula to round to .5. an example is: a cell has a calculated value of between, 78.75 to 79.25 should round to 79 if the cell has a calculated value between 79.26 and 79.74, it should round to 79.5 Thanks, Regards, Art |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And did you look at what Excel help said about the MROUND function?
-- David Biddulph "hddude52" wrote in message ... David, your formula returned a NAME? error that I couldn't identify .... |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MROUND(A1,0.5)
-- David Biddulph "hddude52" wrote in message ... I would like help in writing a formula to round to .5. an example is: a cell has a calculated value of between, 78.75 to 79.25 should round to 79 if the cell has a calculated value between 79.26 and 79.74, it should round to 79.5 Thanks, Regards, Art |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
X Y Scatter With Point name on each point ? | Charts and Charting in Excel | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Interpolating an x, y point from known x's and y's | Excel Worksheet Functions | |||
Rounding to the nearest quarter point? | Excel Discussion (Misc queries) | |||
I need more general XY point to point plotting than XY scatter in | Charts and Charting in Excel |