Any help is appreciated! I am trying to select unique items per seller, but want it to say "Yes" on the lowest price. In my file I have Item_Seller and I just used =+IF(MATCH(A2,A:A,0)=ROW(),"yes","No") but I dont know how to have it look at price too and select the lowest? TIA!!!
Item_Seller | Item # | Seller | Price | Unique item per Seller, lowest price |
1234_Bob | 1234 | Bob | 5.99 | Yes |
1234_Bob | 1234 | Bob | 4.99 | |
1234_Steve | 1234 | Steve | 5.79 | Yes |
1234_Henry | 1234 | Henry | 3.21 | Yes |