Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
George
 
Posts: n/a
Default Rounding to the nearest quarter point?

How do I round a calculation to the nearest quarter point. ie cell a1 + cell
a2 are added together with a result of 20.333. How do I get the cell b which
has the formula =a1+a2 show the result as 20.25?
  #2   Report Post  
Posted to microsoft.public.excel.misc
dramajuana
 
Posts: n/a
Default Rounding to the nearest quarter point?

Try =ROUND(A1/0.25,0)*0.25

It should work.

Hope that helps!

"George" wrote:

How do I round a calculation to the nearest quarter point. ie cell a1 + cell
a2 are added together with a result of 20.333. How do I get the cell b which
has the formula =a1+a2 show the result as 20.25?

  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default Rounding to the nearest quarter point?

"George" wrote in message
...
How do I round a calculation to the nearest quarter point. ie cell a1 +
cell
a2 are added together with a result of 20.333. How do I get the cell b
which
has the formula =a1+a2 show the result as 20.25?


=MROUND(A1+A2,0.25)

Needs the Analysis ToolPak to be installed.
--
David Biddulph


  #4   Report Post  
Posted to microsoft.public.excel.misc
George
 
Posts: n/a
Default Rounding to the nearest quarter point?

Thank you that worked, however two other questions.
Can the rounding be built into the result cell or the formula? Two how do I
rounfd another cell by 32's?


"dramajuana" wrote:

Try =ROUND(A1/0.25,0)*0.25

It should work.

Hope that helps!

"George" wrote:

How do I round a calculation to the nearest quarter point. ie cell a1 + cell
a2 are added together with a result of 20.333. How do I get the cell b which
has the formula =a1+a2 show the result as 20.25?

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
Rounding to the nearest quarter (decimal) in a Pivot table Fred Excel Discussion (Misc queries) 3 April 3rd 06 03:26 PM
Rounding results to nearest quarter (in decimals) djarcadian Excel Discussion (Misc queries) 5 October 27th 05 12:35 AM
Rounding numbers to the nearest 5 or 0 Fieldmedic Excel Worksheet Functions 3 July 17th 05 06:51 AM
Round time to nearest quarter hr John Excel Worksheet Functions 2 March 16th 05 09:41 PM
Rounding number to the nearest quarter Dajana Excel Worksheet Functions 1 February 17th 05 02:21 PM


All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"