G
Guest
Gretings and tia for your help
I have a database like this:
Name Code
a 1
b 0
b 6
c 5
d 6
c 5
c 0
In a seperate table, with each name appearing once, I want to count how many code variants appear next to each name, the result would look like this:
Name Code variants
a 1
b 1
c 2
d 1
Can anyone suggest an array formula to count the code variants?
I have a database like this:
Name Code
a 1
b 0
b 6
c 5
d 6
c 5
c 0
In a seperate table, with each name appearing once, I want to count how many code variants appear next to each name, the result would look like this:
Name Code variants
a 1
b 1
c 2
d 1
Can anyone suggest an array formula to count the code variants?