Thread: VLOOKUP query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] quetzalc0atl@hotmail.com is offline
external usenet poster
 
Posts: 12
Default VLOOKUP query

hello gods of excel,

I am trying create a vlookup query where by if data is matching in
column a1 on worksheet1 with column a1 on worksheet2, it then looks to
see if column b2 on worksheet1 is matching with column b2 on worksheet2
then returns a "match" or "not matching" value as text.

I can perform this on one column but not sure how to fiddle with the
formula to expand it too search the second column.

I'm using:

=IF(ISNA(VLOOKUP(Sheet1!$A$2:$A$14,Sheet2!$A$2:$A$ 14,1,0)),"not
matching","matching")

any tips will be greatly appreciated,

thanks,

Clive