View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DS DS is offline
external usenet poster
 
Posts: 117
Default Need help with Vlookup with and IF statements

I have two sheets in the same workbook. Master and New.

Masters data will be similar to that of New, EXCEPT, Master will have an
additional column of notes, cell H, that is not in sheet New.
I need to copy the notes column from sheet Master H to New H
But to find the proper row it has to match criteria in 3 cells.
Criteria are cells A B and C.

So I am thinking, use VLookup for A but how do I also include the AND IFs
for B and C.

There is no unique field, it has to match 3 fields.

Any help is GREATLY appreciated.

Dave