#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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




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 12:54 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"