Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ad Buijs
 
Posts: n/a
Default how to create a multiple conditional formula

I am trying the find a solution for the following multiple formula (example);
IF(A1="K"; B1+(B1*C10);B1) AND IF(A1="N";B1+(B1*C11);B1). So actually two
expressions in one formula. I can't find a good solution. Is there anybody
who can help me? Thank you in advance.

Ad Buijs
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

=B1+B1*IF(A1="K",C10,if(A1="N",C11,0))


"Ad Buijs" wrote:

I am trying the find a solution for the following multiple formula (example);
IF(A1="K"; B1+(B1*C10);B1) AND IF(A1="N";B1+(B1*C11);B1). So actually two
expressions in one formula. I can't find a good solution. Is there anybody
who can help me? Thank you in advance.

Ad Buijs

  #3   Report Post  
Marvin P. Winterbottom
 
Posts: n/a
Default

IF(A1="K"; B1+(B1*C10);IF(A1="N";B1+(B1*C11);B1))

"Ad Buijs" wrote:

I am trying the find a solution for the following multiple formula (example);
IF(A1="K"; B1+(B1*C10);B1) AND IF(A1="N";B1+(B1*C11);B1). So actually two
expressions in one formula. I can't find a good solution. Is there anybody
who can help me? Thank you in advance.

Ad Buijs

  #4   Report Post  
Kevin
 
Posts: n/a
Default

If I am understanding your correctly, the following nested IF function should
work:

=IF(A1="K", B1+(B1*C10), IF(A1="N", B1+(B1*C11), B1))

This translates to the following: "If A1 is equal to K then evaluate and
display the result of B1+(B1*C10); otherwise check if A1 is equal to N then
evaluate and display the result of B1+(B1*C11); otherwise evaluate and
display the result of B1.

In this case, A1 equals neither K nor N, the value of B1 is displayed, which
seems to be what you outlined in your post.

I hope that this helps.


"Ad Buijs" wrote:

I am trying the find a solution for the following multiple formula (example);
IF(A1="K"; B1+(B1*C10);B1) AND IF(A1="N";B1+(B1*C11);B1). So actually two
expressions in one formula. I can't find a good solution. Is there anybody
who can help me? Thank you in advance.

Ad Buijs

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional validation formula Larry Excel Worksheet Functions 1 April 19th 05 04:20 AM
conditional formatting formula Jack Sons Excel Discussion (Misc queries) 6 April 5th 05 09:50 AM
Conditional formatting on cells with a VLOOKUP formula in them JenniM Excel Discussion (Misc queries) 4 April 1st 05 06:45 PM
Count If Formula for multiple conditions?? How To?? LPrain Excel Worksheet Functions 1 December 6th 04 09:18 PM
Create a formula that determines a date-sensitive File-Name from w stan-the-man Excel Worksheet Functions 0 November 17th 04 03:39 PM


All times are GMT +1. The time now is 08:06 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"