Help with Formula

C

Chris

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
 
S

Sean Timmons

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
 
C

Chris

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
 
S

Sean Timmons

Sure!

=IF(F11="mlf",C11*D11*Round(E11,2)/1000,IF(F11="RL",D11*Round(E11,2),""))
 

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


Top