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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,216,182
Messages
6,129,358
Members
449,506
Latest member
nomvula

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