C
cjjoo
this is my problem:
A b C
x123 completed
y456 complete
x123 completed 2
z456 completed
y456 complete 2
x123 completed 3
in column C , i was thinking of counting the number of times, x12
completed was in the datas. So in C , the results will be update
(as shown above)
Is there a need to have another column to joined A and B before the
can be counted
A b C
x123 completed
y456 complete
x123 completed 2
z456 completed
y456 complete 2
x123 completed 3
in column C , i was thinking of counting the number of times, x12
completed was in the datas. So in C , the results will be update
(as shown above)
Is there a need to have another column to joined A and B before the
can be counted