Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"