how do i have more than 7 what ifs
B Big Chris Jan 27, 2006 #2 You can't - have you tried nesting formulae to reduce the amount of 'IF's required? i.e. =IF(OR(a1=1,a1=2,a1=3),"yes","No"). It really depends on what you're trying to do and the output that you require, but usually just means a bit of lateral thinking.
You can't - have you tried nesting formulae to reduce the amount of 'IF's required? i.e. =IF(OR(a1=1,a1=2,a1=3),"yes","No"). It really depends on what you're trying to do and the output that you require, but usually just means a bit of lateral thinking.
B Bob Phillips Jan 27, 2006 #3 Tell us what you are trying to do, there are various options. -- HTH Bob Phillips (remove nothere from the email address if mailing direct)
Tell us what you are trying to do, there are various options. -- HTH Bob Phillips (remove nothere from the email address if mailing direct)
B Big Chris Jan 27, 2006 #4 You can't - have you tried nesting formulae to reduce the amount of 'IF's required? i.e. =IF(OR(a1=1,a1=2,a1=3),"yes","No"). It really depends on what you're trying to do and the output that you require, but usually just means a bit of lateral thinking.
You can't - have you tried nesting formulae to reduce the amount of 'IF's required? i.e. =IF(OR(a1=1,a1=2,a1=3),"yes","No"). It really depends on what you're trying to do and the output that you require, but usually just means a bit of lateral thinking.
M mikey Jan 27, 2006 #5 i am working on a cost sheet for 12 products , to manufacture a product u require 2 raw materials , based on the product choice the raw material is is directly shown .
i am working on a cost sheet for 12 products , to manufacture a product u require 2 raw materials , based on the product choice the raw material is is directly shown .
M mikey Jan 27, 2006 #6 Bob said: Tell us what you are trying to do, there are various options. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) Click to expand... i am working on a cost sheet for 12 products , to manufacture a product u require 2 raw materials , based on the product choice the raw material is is directly shown .
Bob said: Tell us what you are trying to do, there are various options. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) Click to expand... i am working on a cost sheet for 12 products , to manufacture a product u require 2 raw materials , based on the product choice the raw material is is directly shown .
V vezerid Jan 27, 2006 #7 You probably need VLOOKUP(). How you use it depends on how your data is organized. Check the online help and return if you need additional help, explaining the structure of your data. HTH Kostis Vezerides
You probably need VLOOKUP(). How you use it depends on how your data is organized. Check the online help and return if you need additional help, explaining the structure of your data. HTH Kostis Vezerides
R rudawg Jan 28, 2006 #8 Hello, I am new to these forums but stumbled accross a potential answer yesterday while looking around. Follow the link below. http://www.cpearson.com/excel/nested.htm It is a very clever way around the max 7 nest issue. Good Luck
Hello, I am new to these forums but stumbled accross a potential answer yesterday while looking around. Follow the link below. http://www.cpearson.com/excel/nested.htm It is a very clever way around the max 7 nest issue. Good Luck