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

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Rounding to point 5

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Rounding to point 5

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Rounding to point 5

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Rounding to point 5

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Rounding to point 5

=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
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
X Y Scatter With Point name on each point ? Raj Charts and Charting in Excel 3 July 27th 07 08:47 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
Interpolating an x, y point from known x's and y's [email protected] Excel Worksheet Functions 4 June 27th 06 08:01 PM
Rounding to the nearest quarter point? George Excel Discussion (Misc queries) 3 June 10th 06 10:12 PM
I need more general XY point to point plotting than XY scatter in spazminator Charts and Charting in Excel 12 December 19th 05 05:00 PM


All times are GMT +1. The time now is 04:48 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"