ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with Formula (https://www.excelbanter.com/excel-worksheet-functions/231712-help-formula.html)

Chris

Help with Formula
 
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

Sean Timmons

Help with Formula
 
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


Chris

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


Sean Timmons

Help with Formula
 
Sure!

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

"Chris" wrote:

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



All times are GMT +1. The time now is 09:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com