Excluding Duplicates

shepoodle

New Member
Joined
Aug 13, 2014
Messages
6
Good Afternoon -

I have a list of data and there is a set that is duplicated. I am trying to create a page the summarizes by person how many orders were generated. For example

Person ABC 123456 Item 3
123456 Item 2
Person DEF 7891011 Item 1
12131415 Item 2
Person GHI 147852 Item 1
147852 Item 2
Person JKL 963852 Item 1
963852 Item 2

I would like for it to tell me:

Person ABC = 1
Person DEF = 2
Person GHI = 1
Person JKL = 1

Any assistance you can provide we would be greatly appreciated!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I apologize DEF should have 1. I did find a formula that I can use, to count the unique values, but now I need to make it specific to person ABC, DEF, GHI. I am using this formula to start...

=SUM(1/(COUNTIF('Raw Data'!$C$2:$C$2157,'Raw Data'!$C$2:$C$2157)))
 
Upvote 0

Forum statistics

Threads
1,216,128
Messages
6,129,030
Members
449,482
Latest member
al mugheen

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