Hi!
I am trying to count occurrences (rows) which contain equal strings break on the same fileld
In other words I need counting subtotal and total but I do not need computation as these are just strings
For example I have:
Code
Zp
Zp
Zp
Zp
No
No
No
Yes
Yes
What I need is:
Zp
---------------
Subtotal =4
No
__________
Subtotal=3
Yes
__________
Subtotal=2
Could you please help me with it?
Thank you in advance!
Estersita
I am trying to count occurrences (rows) which contain equal strings break on the same fileld
In other words I need counting subtotal and total but I do not need computation as these are just strings
For example I have:
Code
Zp
Zp
Zp
Zp
No
No
No
Yes
Yes
What I need is:
Zp
---------------
Subtotal =4
No
__________
Subtotal=3
Yes
__________
Subtotal=2
Could you please help me with it?
Thank you in advance!
Estersita