Hi all,
I found some questions close to this, but nothing exact.
I have a value that I want to lookup in a table and return an adjacent value (vlookup) but if the value is not found in that table, look in another table, and if not found in that table, look in another. I have five tables I want to search and if it isn't found in any of the tables, return a constant. The number to look-up may be in the previous table, so it needs to search in order, as the number (numbers competitors in a competition in this case) get eliminated as the competition moves on and it needs to return the last round the competitor is found in.
This will work with one table: =IF(ISNA(VLOOKUP(C3,'Table1'!$P$7:$R$12,3,FALSE)),"Not Found",VLOOKUP(C3,'Table1'!$P$7:$R$12,3,FALSE))
This will search the first table, and if not found, will result in "Not Found"
I started with this, but I have not been successful at adding additional conditional (if) statements to it to search additional tables.
Please help!
Thanks,
Jenna
I found some questions close to this, but nothing exact.
I have a value that I want to lookup in a table and return an adjacent value (vlookup) but if the value is not found in that table, look in another table, and if not found in that table, look in another. I have five tables I want to search and if it isn't found in any of the tables, return a constant. The number to look-up may be in the previous table, so it needs to search in order, as the number (numbers competitors in a competition in this case) get eliminated as the competition moves on and it needs to return the last round the competitor is found in.
This will work with one table: =IF(ISNA(VLOOKUP(C3,'Table1'!$P$7:$R$12,3,FALSE)),"Not Found",VLOOKUP(C3,'Table1'!$P$7:$R$12,3,FALSE))
This will search the first table, and if not found, will result in "Not Found"
I started with this, but I have not been successful at adding additional conditional (if) statements to it to search additional tables.
Please help!
Thanks,
Jenna