Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brad Larsen
 
Posts: n/a
Default Multiple True's in IF Formula's

Hello -

Is it possible to write a formula that includes the option for multiple true
statements?

Here my formula that works for one true statement:

=(IF(K16="1 of 4",IF(I1660,"0",(IF(I16<11,"2",IF(I1610,"1","2") ))),0))

the formula considers the true statment and then refers to another cell's
information to determine the value to include. In this case "1 of 4" is the
true statement. I want to include two other possible true statments that
follow the same formula "5 of 20" and "25%"

How can i do this?

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
BenjieLop
 
Posts: n/a
Default Multiple True's in IF Formula's


Brad Larsen Wrote:
Hello -

Is it possible to write a formula that includes the option for multiple
true
statements?

Here my formula that works for one true statement:

=(IF(K16="1 of
4",IF(I1660,"0",(IF(I16<11,"2",IF(I1610,"1","2") ))),0))

the formula considers the true statment and then refers to another
cell's
information to determine the value to include. In this case "1 of 4"
is the
true statement. I want to include two other possible true statments
that
follow the same formula "5 of 20" and "25%"

How can i do this?

Thank you!


Your formula might look something like this ...

=IF(AND(CONDITION1,CONDITION2,CONDITION3,CONDITION 4),2,0)

Hope this helps you ...

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=515960

  #3   Report Post  
Posted to microsoft.public.excel.misc
Kassie
 
Posts: n/a
Default Multiple True's in IF Formula's

Hi Brad

Try =IF(OR(K16="1 of 4","5 of
20",0.25),IF(I1660,"0",(IF(I16<11,"2",IF(I1610," 1","2")))),0))

"Brad Larsen" wrote:

Hello -

Is it possible to write a formula that includes the option for multiple true
statements?

Here my formula that works for one true statement:

=(IF(K16="1 of 4",IF(I1660,"0",(IF(I16<11,"2",IF(I1610,"1","2") ))),0))

the formula considers the true statment and then refers to another cell's
information to determine the value to include. In this case "1 of 4" is the
true statement. I want to include two other possible true statments that
follow the same formula "5 of 20" and "25%"

How can i do this?

Thank you!

  #4   Report Post  
Posted to microsoft.public.excel.misc
Brad Larsen
 
Posts: n/a
Default Multiple True's in IF Formula's

Thank you - but that's not going to work - i've tried different combinations
of that with no luck so far.

"Kassie" wrote:

Hi Brad

Try =IF(OR(K16="1 of 4","5 of
20",0.25),IF(I1660,"0",(IF(I16<11,"2",IF(I1610," 1","2")))),0))

"Brad Larsen" wrote:

Hello -

Is it possible to write a formula that includes the option for multiple true
statements?

Here my formula that works for one true statement:

=(IF(K16="1 of 4",IF(I1660,"0",(IF(I16<11,"2",IF(I1610,"1","2") ))),0))

the formula considers the true statment and then refers to another cell's
information to determine the value to include. In this case "1 of 4" is the
true statement. I want to include two other possible true statments that
follow the same formula "5 of 20" and "25%"

How can i do this?

Thank you!

  #5   Report Post  
Posted to microsoft.public.excel.misc
Kassie
 
Posts: n/a
Default Multiple True's in IF Formula's

Hi Brad,
Sorry for the typo! I omitted the cell addressfor the additional
conditions. It should read =IF((OR(K16="1 of 4",K16="5 of 20",K16=0.25)

"Brad Larsen" wrote:

Thank you - but that's not going to work - i've tried different combinations
of that with no luck so far.

"Kassie" wrote:

Hi Brad

Try =IF(OR(K16="1 of 4","5 of
20",0.25),IF(I1660,"0",(IF(I16<11,"2",IF(I1610," 1","2")))),0))

"Brad Larsen" wrote:

Hello -

Is it possible to write a formula that includes the option for multiple true
statements?

Here my formula that works for one true statement:

=(IF(K16="1 of 4",IF(I1660,"0",(IF(I16<11,"2",IF(I1610,"1","2") ))),0))

the formula considers the true statment and then refers to another cell's
information to determine the value to include. In this case "1 of 4" is the
true statement. I want to include two other possible true statments that
follow the same formula "5 of 20" and "25%"

How can i do this?

Thank you!

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
Changing multiple formulas at one time poorsister Excel Worksheet Functions 2 January 6th 06 04:41 PM
Multiple "if" formulas T_Sr New Users to Excel 3 January 4th 06 01:39 AM
Formulas for Multiple sheets in a workbook Gary Excel Discussion (Misc queries) 1 October 4th 05 07:59 PM
Inserting Multiple Rows with Formulas ShineboxNJ Excel Worksheet Functions 2 November 18th 04 02:30 AM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 11:37 PM.

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"