vlookup

G

Graham

Hi, I have two array tables and want to do a vlookup on both simultaneously.
both have colunms 1 to 4, i want to recal the value in colunm 4.thanx
 
G

Graham

Thanx Rodrick it worked like a dream!

Rodrick said:
Hi,

You can use the below mentioned formula.

=IF(ISERROR(VLOOKUP(lookup value,Data Table 1,4,0)),VLOOKUP(lookup
value,Data Table 2,4,0),VLOOKUP(lookup value,Data Table 1,4,0))

Here Lookup Value is the value which you want to search in both the table
array.
Data Table 1 is the reference of your 1st Data Table Array and Data Table 2
is the reference of 2nd Data Table Array.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top