0
1
I am very new to Excel. I need some help in counting unique values in each of three columns (considering them only one at a time) with respect to a parent column (the first one (A) in the image). Can you please help me out out? Thanks!
Edit: If I do a pivot table it doesn't give me count of individual columns but the final column.
Source Data:
Result Data after transformation:
Source
A B C D
p d g k
p e g k
q d h k
q f h o
r d h o
r e i m
r f h m
s d i n
s d i o
s f i o
Result
A B C D
p 2 1 1
q 2 1 2
r 3 2 2
s 2 1 2
1
Welcome to Super User! Please note that [SU] is not a script writing service. If you tell us what you have tried so far (including any scripts you are using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill – 2016-05-19T11:10:08.7071
See my answer HERE
– Scott Craner – 2016-05-19T14:14:44.147I can't figure out what you're trying to do from your example. – fixer1234 – 2016-05-20T04:38:26.557