ExcelBrent
New Member
- Joined
- Oct 17, 2022
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hello world. I have 2 sheets, the first sheet contains a column of phone numbers (Sheet1!H:H) and a column of IDs (Sheet1!L:L), and the second sheet contains the same - phone numbers (Sheet2!E:E) and IDs (Sheet2!B:B).
Looking at it from a single-row perspective, I need to first find out if the phone number from Sheet1 H2 exists in Sheet2!E:E. Then, if it is found, compare the ID value from Sheet1 L2 to the Sheet2!B:B column but the same row on Sheet2 where the phone number match was found. If the IDs match, then return "MATCH", otherwise return the ID value from Sheet2.
Hopefully, that makes sense.
Any help would be greatly appreciated. Thank you!
Looking at it from a single-row perspective, I need to first find out if the phone number from Sheet1 H2 exists in Sheet2!E:E. Then, if it is found, compare the ID value from Sheet1 L2 to the Sheet2!B:B column but the same row on Sheet2 where the phone number match was found. If the IDs match, then return "MATCH", otherwise return the ID value from Sheet2.
Hopefully, that makes sense.
Any help would be greatly appreciated. Thank you!