In Column S I have a list that I need to match to Column L and get a Price from Column N.
Column L and N always has blank cells between data.
The problem I face is no matter if I use Vlookup, or Index/Match using min function if there is a duplicate match it will always return the first found match.
As you can see from the poorly designed example below I need to match the third list from the first list to get the price in the second list. There are duplicates in both "Team" lists and always random blank cells in first list.
Column L and N always has blank cells between data.
The problem I face is no matter if I use Vlookup, or Index/Match using min function if there is a duplicate match it will always return the first found match.
As you can see from the poorly designed example below I need to match the third list from the first list to get the price in the second list. There are duplicates in both "Team" lists and always random blank cells in first list.
Team A | 1.85 | Team A | |
Team D | |||
Team B | |||
Team B | |||
Team B | 2 | Team C | |
Team A | |||
Team D | |||
Team B | 1.5 | Team E | |
Team C | 1.6 | ||
Team D | 1.4 | ||
Team E | 3.5 | ||
Team A | 4.5 | ||
Team D | 1.25 |