I have 2 tabs - one that shows items, status and price, and then another tab where I need a formula to say "Yes" or "No". I am trying to see if there are any other authorized sellers selling the same item number, no matter the price. Ideally I would like to say are there any other authorized sellers with an EXACT price match. Data is 10s of thousands of rows with over 3K items so it cannot be manual. I have used concatenate and look ups this way - but I feel like there should be a better/cleaner way to do this as I want this to be easy for others to use and not have so many columns. Any help is appreciated!
Item Number | Seller | Price | Status |
1234 | Bob | 4.99 | Authorized |
2345 | Henry | 5.99 | Authorized |
5649 | Phil | 6.33 | Authorized |
1234 | Eric | 5.45 | Unauthorized |
5648 | Adam | 2.12 | Unauthorized |
1234 | Dan | 3.63 | Authorized |
Item | Seller | Any other Authorized? |
1234 | Bob | |
2345 | Bob | Yes |
5649 | Bob | |
1234 | Bob | |
5648 | Bob | |
1234 | Bob |