Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to use more than seven arguments in an if statement. What
alternatives do I have? There is no way I can limit my criteria to less than seven variables. Please advise. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can construct them in VBA,.
"Dan" wrote: I need to use more than seven arguments in an if statement. What alternatives do I have? There is no way I can limit my criteria to less than seven variables. Please advise. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dan,
Look at =CHOOSE() or =LOOKUP() Beege "Dan" wrote in message ... I need to use more than seven arguments in an if statement. What alternatives do I have? There is no way I can limit my criteria to less than seven variables. Please advise. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Depending on what you're actually doing, you may be able to use some sort of
Lookup table. You also may be able to use the OR function. But once again, it depends on exactly what you're doing with your IF statements. "Dan" wrote in message ... I need to use more than seven arguments in an if statement. What alternatives do I have? There is no way I can limit my criteria to less than seven variables. Please advise. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
http://www.cpearson.com/excel/nested.htm
-- Kind regards, Niek Otten Microsoft MVP - Excel "Dan" wrote in message ... |I need to use more than seven arguments in an if statement. What | alternatives do I have? There is no way I can limit my criteria to less than | seven variables. Please advise. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SQL concatenation statement | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
IF Statement problem | New Users to Excel | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions |