Rounding Problem

  • Thread starter Thread starter Brian O'Brien
  • Start date Start date
B

Brian O'Brien

I'm performing a golf handicapping sheet and within that sheet I'm using an
average of previous scores such as;
In cell AM33 I have =average(q33,w33,ac33,ai33)-35
This value ends up as 11.5... My rounding goes up to 12 which is what I
desire but... when I utilize that cell value to subtract 2 other values the
sheet does not round properly..?
Example:

In cell AO33 I insert 48
In cell AP33 I insert =sum(AO33-AM33)

Looking at AM33 as a 12 and looking at AO33 as 48, I expected the result to
be 36 but it shows 37..!

How can I make sure that the rounding carries into the new formula in AP33
to give the correct result..?

Brian
 
What formulas are you using to perform the rounding?

Just a thought ... Are you rounding ... OR ... formatting?
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
Brian O'Brien said:
I'm performing a golf handicapping sheet and within that sheet I'm using an
average of previous scores such as;
In cell AM33 I have =average(q33,w33,ac33,ai33)-35
This value ends up as 11.5... My rounding goes up to 12 which is what I
desire but... when I utilize that cell value to subtract 2 other values the
sheet does not round properly..?
Example:

In cell AO33 I insert 48
In cell AP33 I insert =sum(AO33-AM33)

Looking at AM33 as a 12 and looking at AO33 as 48, I expected the result to
be 36 but it shows 37..!

How can I make sure that the rounding carries into the new formula in AP33
to give the correct result..?

Brian
=----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Ignoring Blank cells 9
Stop Rounding Currency 20
Rounding question 9
Rounding Problem 4
negative numbers adding not subtracting 2
calculate values in a form 23
Bug with the function Round ! 8
VBA Problem? 2

Back
Top