Hi,
I have two large excel worksheets (A and B) each containing columns of 'ID' and 'date' and other columns that differ between the files. Each spreadsheet has multiple entries of a given ID and identicle matching dates. I would like to perform a search based on a given ID and date in file A and find the matching ID and date in file B. then extract a third value from B from the appropriate row.
I thought of using vlookup:
if(vlookup(IDInA,RangeInB,colOfDateInB,false)=DateinA,vlookup(...))
The problem is that vlookup stops searching after the first match (ID and Date) between the files. Any way around that?
I Know it sound copmlicated but I hope I managed to explain my problem.
Thanks.
I have two large excel worksheets (A and B) each containing columns of 'ID' and 'date' and other columns that differ between the files. Each spreadsheet has multiple entries of a given ID and identicle matching dates. I would like to perform a search based on a given ID and date in file A and find the matching ID and date in file B. then extract a third value from B from the appropriate row.
I thought of using vlookup:
if(vlookup(IDInA,RangeInB,colOfDateInB,false)=DateinA,vlookup(...))
The problem is that vlookup stops searching after the first match (ID and Date) between the files. Any way around that?
I Know it sound copmlicated but I hope I managed to explain my problem.
Thanks.