A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help



 
 
Thread Tools Display Modes
  #1  
Old May 21st, 2009, 04:53 PM posted to microsoft.public.excel.worksheet.functions
Chris
external usenet poster
 
Posts: 13
Default Help

i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris
  #2  
Old May 21st, 2009, 05:02 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips
external usenet poster
 
Posts: 5,994
Default Help

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chris" wrote in message
...
i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in
E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris




  #3  
Old May 21st, 2009, 05:03 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Help

Hi

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

I include in the formula to leave blank if none of the two results are in D1

if this helped please click yes, thanks

"Chris" wrote:

i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris

  #4  
Old May 21st, 2009, 06:06 PM posted to microsoft.public.excel.worksheet.functions
Chris
external usenet poster
 
Posts: 13
Default Help

c1 has a seperate function and is corrupting d1 can i hide c1 function so d1
doesn't pick it up
--
Chris


"Bob Phillips" wrote:

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chris" wrote in message
...
i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in
E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris





  #5  
Old May 21st, 2009, 06:21 PM posted to microsoft.public.excel.worksheet.functions
Chris
external usenet poster
 
Posts: 13
Default Help

C1 has its own function that is corrupting E1 can i tell the below function
to ignore C1 function
--
Chris


"Bob Phillips" wrote:

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chris" wrote in message
...
i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in
E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris





  #6  
Old May 21st, 2009, 06:25 PM posted to microsoft.public.excel.worksheet.functions
Chris
external usenet poster
 
Posts: 13
Default Help

Hi Eduardo,

The formula worked exept that C1 has a function and the function you gave me
is getting corrupted by C1. Can I have E1 function ignore C1
--
Chris


"Eduardo" wrote:

Hi

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

I include in the formula to leave blank if none of the two results are in D1

if this helped please click yes, thanks

"Chris" wrote:

i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris

  #7  
Old May 21st, 2009, 06:34 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Help

Hi Chris,
Sorry but I don't know what to want to achieve if you don't want C1 to be
part of the formula just delete it , but C1 is just a multiplier

=IF(D1="mlf",A1*B1/1000,IF(D1="RL",B1,""))

"Chris" wrote:

C1 has its own function that is corrupting E1 can i tell the below function
to ignore C1 function
--
Chris


"Bob Phillips" wrote:

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chris" wrote in message
...
i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in
E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris





  #8  
Old May 21st, 2009, 07:28 PM posted to microsoft.public.excel.worksheet.functions
Chris
external usenet poster
 
Posts: 13
Default Help

Im sorry C1 has a function =I11/.95 so when I put the function for E1 the
total for the multiplier is off .21 If i erace C1 function it calculates
correctly
--
Chris


"Eduardo" wrote:

Hi Chris,
Sorry but I don't know what to want to achieve if you don't want C1 to be
part of the formula just delete it , but C1 is just a multiplier

=IF(D1="mlf",A1*B1/1000,IF(D1="RL",B1,""))

"Chris" wrote:

C1 has its own function that is corrupting E1 can i tell the below function
to ignore C1 function
--
Chris


"Bob Phillips" wrote:

=IF(D1="mlf",A1*B1*C1/1000,IF(D1="RL",B1*C1,""))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chris" wrote in message
...
i am trying to get A1*B1*C1/1000 if D1 has "mlf" entered and totalled in
E1
also i want if "RL" entered in D1 to only B1*C1 in E1
--
Chris




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:58 AM.


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