Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I have 3 arrays on 3 worksheets in an Excel file. On the 4th worksheet, I have a list of values in column A. I'm looking to compare the values in column A to the arrays defined on the other 3 sheets, to pull the 2nd column value and other subsequent columns. I thought I could vlookup it, combining with an if and iserror like so: =if(iserror(vlookup(a2,list1,2,false),iserror(vloo kup(a2,list2,2,false),vlookup(a2,list3,2,false)))) It errors on me though. Tells me the expression is too complex. The important thing is that I check across all three sheets, as below: if (vlookup(a2,list1,2,false) errors then if (vlookup(a2,list2,2,false) errors then (vlookup(a2,list3,2,false) else "no match" Is it possible to nest things to accomplish the above? O.Ben.D |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple if or multiple vlookup | Excel Worksheet Functions | |||
VLOOKUP loop multiple times | Excel Worksheet Functions | |||
vlookup multiple text rows | Excel Discussion (Misc queries) | |||
Using VLOOKUP with multiple first column matches | Excel Worksheet Functions | |||
Multiple Vlookup? | Excel Worksheet Functions |