D3allamerican07
Board Regular
- Joined
- Jul 22, 2015
- Messages
- 101
I have two groups of data I am trying working with. In each group, there is a column with a unique value. I am trying to match those values together and then sort so I get a 1-to-1 match on rows.
Unfortunately, there are duplicates, so when applying the formula, =IF(COUNTIF(H:H,Q2)>1,"Duplicate",MATCH(Q2,H:H,)), I cannot sort properly.
Q2 = Lookup Value
H:H = Range
Is there a way I can either before, during, or after applying the formula:
Thank you in advance!
Unfortunately, there are duplicates, so when applying the formula, =IF(COUNTIF(H:H,Q2)>1,"Duplicate",MATCH(Q2,H:H,)), I cannot sort properly.
Q2 = Lookup Value
H:H = Range
Is there a way I can either before, during, or after applying the formula:
- Find the matching row number
- If there is a duplicate, find the first matching row number
- then the second matching row number
- then the third,
- etc.
Thank you in advance!