unique list from list of duplicates

darmis

New Member
Joined
Nov 25, 2004
Messages
2
I have a worksheet containing incoming and outgoing payments, over a reasonable time period. Each item contains a date, a store name, and the amount.
I want to create a summary worksheet, where first column is "store name", for example. At present I create the list of stores manually and do the conditional lookups, sums, averages, etc.. based on this first column. However, I can never be sure if I've missed anything, and the list of stores changes from time to time.

How do I get a list of unique store names from this list of duplicated store names? In short, how do I create the first column?

Thanks!
 
That worked like a charm. I thank you again.

lol I especially like you referring to it as "that thing". Is it typically problematic?
It's an old tool that probably worked pretty well when it was first created. It hasn't been updated to work with newer ("modern") browsers and updated forum software.

I like using this add-in to post sample data:

http://www.excel-jeanie-html.de/index.php?f=1
 
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Mr Excel you are a genius!! I've been looking for a solution like that for ages!! Thanks God a joined Mr Excel.com

You probably refer to post #5...

We can re-write the formula in F3 as follows to make the fast formula system more so:

F3, copied doen:
Rich (BB code):
F3, copied down:
=IF(ROWS(F$3:F3)<=$F$1,INDEX($A$3:$A$9,MATCH(ROWS(F$3:F3),$D$3:$D$9)),"")
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,305
Members
449,079
Latest member
juggernaut24

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