Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

remove duplicate but add count column for same customer.

$
0
0

I have a table where I have clients repeat multiple time.  I need report of unique client but add count from all the entries.

 

Example:

Row Data

A 5

B 4

C 3

A 3

A 2

B 6

B 5

C 10

C 7

 

Result

A 10

B 15

C 20


Viewing all articles
Browse latest Browse all 4999

Trending Articles