Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Help.... I understand that Excel only allows for 7
nested IF statements.... I have 7, but the following responds with #VALUE! for the last 2 items in my function: =IF(C29942="1A",VLOOKUP(H29942,DSVLookup!$D$2:$G$1 7,2,FALSE), IF(C29942="2A",VLOOKUP(H29942,DSVLookup!$D$18:$G$3 7,2,FALSE), IF(C29942="3C",VLOOKUP(H29942,DSVLookup!$D$38:$G$5 3,2,FALSE), IF(C29942="3D",VLOOKUP(H29942,DSVLookup!$D$54:$G$6 4,2,FALSE), IF(C29942="4A",VLOOKUP(H29942,DSVLookup!$D$65:$G$7 7,2,FALSE), IF(C29942="5TR1",VLOOKUP(DSVLookup!$D$78:$G$94,2,F ALSE), IF(C29942="5TR2",VLOOKUP(DSVLookup!$D$95:$G$122,2, FALSE),""))))))) It works fine on 1A, 2A, 3C, 3D and 4A, but I get that error for the last two. What am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return Maximum from Column directly above Maximum in Row | Charts and Charting in Excel | |||
EXCEL MAXIMUM VALUE AND VLOOKUP NESTED? | Excel Worksheet Functions | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Is there any way around the maximum of seven nested functions? | Excel Worksheet Functions | |||
nested IF maximum? | Excel Worksheet Functions |