Identifying UNIQUE members of a range

Tarver

Board Regular
Joined
Nov 15, 2012
Messages
109
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I have a large table of products, sold at multiple retailers, as below. I need to produce a list of unique products at a specific retailer (a subset of the total list.) I'm trying to use the new UNIQUE function and I can get a list of unique items in my table, but I can't pare if down to the subset I need. For example, here's a snippet of what my data looks like:

MrExcel.jpg


I have thousands of lines of data like this. My goal would be to have a user select a retailer (say Walgreen's) and get the unique entries in column B only, for just those that appear in Walgreen's. I can get a table of unique entries for all products for all retailers, but I can't seem to get it to filter down to just the products at the selected retailer.

Any advice would be most appreciated!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
If you put the retailer name in D1 & use
=UNIQUE(FILTER(B2:B100,A2:A100=D1))
 
Upvote 0
If you put the retailer name in D1 & use
=UNIQUE(FILTER(B2:B100,A2:A100=D1))

Fluff, you're my hero. That's two questions of mine in a row that you've made short work of. Thank you very much. Works like a charm!
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,853
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top