Hello. I would like to know how many times a value is listed.
e.g.
a
a
a
b
b
c
c
d
d
d
d
result to show as:
a 3
b 2
c 2
d 4
I've seen postings on how to do this if your values are numerical (using FREQUENCY array), but not with generic data. I appreciate the help!
e.g.
a
a
a
b
b
c
c
d
d
d
d
result to show as:
a 3
b 2
c 2
d 4
I've seen postings on how to do this if your values are numerical (using FREQUENCY array), but not with generic data. I appreciate the help!