View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chris Chris is offline
external usenet poster
 
Posts: 13
Default Help with Formula

That was the case, thanks. Now my question is can I tell G11 to calculate of
2 decimal places instead of 4 in my formula
--
Chris


"Sean Timmons" wrote:

Please go into cells in D11 and E11. Are thy actually 50 and 24.74? Sounds
like it may just be formatted to 0 and 2 decimal places...

50*24.7368 is $1236.84

"Chris" wrote:

I am using this formula in CG
=IF(F11="mlf",C11*D11*E11/1000,IF(F11="RL",D11*E11,""))
I am using this formula in CE
=I11/0.95
The formula in CE is causing the formula in CG to calculate incorrectly.
50*24.74 = 1237.00 but you can see below the end result in wrong.
Can someone HELP PLEASE......

D E F G
I

50 $24.74 RL $1,236.84 23.50

--
Chris