Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
=IF(ISNA(MATCH(B46,'07-17-07'!B45:B112, FALSE)), IF(ISNA(MATCH(B46,'07-10-07'!B45:B112, FALSE)), VLOOKUP(B46,'07-03-07'!B45:I112, 8, FALSE), VLOOKUP(B46,'07-10-07'!B45:I112, 8, FALSE)), VLOOKUP(B46,'07-17-07'!B45:I112,8,FALSE)) In article , Janis wrote: This vlookup works for the sheet its on, but if it doesn't find it I want it to check the weekending for the 2 previous sheets respectively. =VLOOKUP(B46,'07-17-07'!B45:I112,8,FALSE) What I want to know is will this work to nest the if's. if(=VLOOKUP(B46,'07-17-07'!B45:I112,8,FALSE),=VLOOKUP(B46,'07-10-07'!B45:I112, 8,FALSE),=VLOOKUP(B46,'07-3-07'!B45:I112,8,FALSE)) tia, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Nested IF | Excel Discussion (Misc queries) | |||
Nested IF | Excel Discussion (Misc queries) | |||
Nested if | Excel Worksheet Functions | |||
Need HELP with NESTED IF | Excel Discussion (Misc queries) |