I have a column containing several values, for example:
B1, H, G
B2
G4
D, D1
N,B2, L, L3, G1
O1
C
G3
O2, Q2
L6
I1, I2, L4, Q2
How do i find the count for each unique value?
I have used:
=SUM(--NOT(ISERROR(FIND(A3,'SCR Dispo'!N:N)))) as an array (ctrl+Shift+Enter), but it counts the G1, G2 and G3 as G values.
Your insight and suggestions are greatly appreciated.
David
B1, H, G
B2
G4
D, D1
N,B2, L, L3, G1
O1
C
G3
O2, Q2
L6
I1, I2, L4, Q2
How do i find the count for each unique value?
I have used:
=SUM(--NOT(ISERROR(FIND(A3,'SCR Dispo'!N:N)))) as an array (ctrl+Shift+Enter), but it counts the G1, G2 and G3 as G values.
Your insight and suggestions are greatly appreciated.
David