I have not been able to find a solution to this question in the Tek-Tips post archives:
I can extract single, unique or common values from two lists (=IF(COUNTIF...); however I need to extract unique row combinations of values from two lists.
For example:
Sheet2 contains my data range:
A B
1 CODE LOCATION
2 12345 1 Main Street
3 12345 1 Main Street
4 12345 2 Dalton Road
5 12345 2 Dalton Road
Sheet1 (Columns A & B) will contain the formulas to return the unique row combinations of Sheet2 A2:B5
A B
1 CODE LOCATION
2 12345 1 Main Street
3 12345 2 Dalton Road
Thanks,
Candy
I can extract single, unique or common values from two lists (=IF(COUNTIF...); however I need to extract unique row combinations of values from two lists.
For example:
Sheet2 contains my data range:
A B
1 CODE LOCATION
2 12345 1 Main Street
3 12345 1 Main Street
4 12345 2 Dalton Road
5 12345 2 Dalton Road
Sheet1 (Columns A & B) will contain the formulas to return the unique row combinations of Sheet2 A2:B5
A B
1 CODE LOCATION
2 12345 1 Main Street
3 12345 2 Dalton Road
Thanks,
Candy