The following problem is probably simple, but I can’t figure out the right lookup or matching solution. Please help:
Sheet 1 has the following:
Column A, B contain non-unique numbers
1,000 rows
Sheet 2 has the following:
Column A, B, C contain non-unique numbers
Column D contains unique text IDs
10,000 rows
Task:
For each row in Sheet 1 get unique text IDs from Sheet 2 that satisfies the following condition:
Sheet 1, Column A = Sheet 2, Column A
Sheet 1, Column B is greater than Sheet 2, Column B but less than Sheet 2, Column C
Thank you.
Sheet 1 has the following:
Column A, B contain non-unique numbers
1,000 rows
Sheet 2 has the following:
Column A, B, C contain non-unique numbers
Column D contains unique text IDs
10,000 rows
Task:
For each row in Sheet 1 get unique text IDs from Sheet 2 that satisfies the following condition:
Sheet 1, Column A = Sheet 2, Column A
Sheet 1, Column B is greater than Sheet 2, Column B but less than Sheet 2, Column C
Thank you.