View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John James
 
Posts: n/a
Default Sum and Divide Formula error


Your formula equates to 19 minus 7/19, not 19 minus 7 (=12) divided by
19.
To get the formula you want put an open bracket after the equals sign
and another close bracket before the / sign. This keep the 19 and the
7 together before the division.
=((D33+E33)-(S33+T33))/(D33+E33)


JaB Wrote:
Hi

Im sure theres a simple answer to this but Im having problems with a
formula.

My formula is as follows -

=(D33+E33)-(S33+T33)/(D33+E33)

Essentially the sum of D33 & E33 is 19, the sum of S33+T33 is 7 giving
me
12. This is divided by the intial 19 so I am expecting to see an
answer of
0.6315 which I planned to turn into a percentage. The formula above,
however, returns 18.6315, but I dont know why. Clearly there is a
problem
with the formula, and its probably staring me in the face but I cant
see it!!!

Can anyone suggest anything?

Cheers



--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=534115