Good afternoon all
In Spreadsheet 1 (Tab "Sheet1) I have..
In Spreadhsheet 2 (Tab - "Entries") I have
So, what I need to do, in a Spreadsheet 1, Tab 1, is have a YES/NO return if the EAN and Details match,
For Row 1 it looks up EAN 12345 and "Brand". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Brand" - where both state "Heinz" it needs to say "YES"
For Row 3, it looks up EAN 12345 and "Type". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Type" - where one sheet says "Food" and one says "Drink" it needs to say "MISMATCH"
For Row 6, it looks up EAN 12345 and "Type". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Type" - where there is no data, it needs to say "NO"
In Spreadsheet 1 (Tab "Sheet1) I have..
Row | Column D - EAN | Column E - Details | Column N - Value |
1 | 12345 | Brand | Heinz |
2 | 12345 | Colour | Blue |
3 | 12345 | Type | Drink |
4 | 12346 | Colour | Red |
5 | 12347 | Brand | Samsung |
6 | 12347 | Type | TV |
In Spreadhsheet 2 (Tab - "Entries") I have
Row | Column B - EAN | Column N - Brand | Column O - Colour | Column P - Type | |
1 | 12345 | Heinz | Blue | Food | |
2 | 12346 | Rover | Red | Car | |
3 | 12347 | Samsung | Black | ||
4 | |||||
5 | |||||
6 |
So, what I need to do, in a Spreadsheet 1, Tab 1, is have a YES/NO return if the EAN and Details match,
For Row 1 it looks up EAN 12345 and "Brand". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Brand" - where both state "Heinz" it needs to say "YES"
For Row 3, it looks up EAN 12345 and "Type". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Type" - where one sheet says "Food" and one says "Drink" it needs to say "MISMATCH"
For Row 6, it looks up EAN 12345 and "Type". In the 2nd spreadsheet it looks up the EAN in Column B and then looks for the column called "Type" - where there is no data, it needs to say "NO"