I have a column, which has data like this :-
C29,C22,C345
C292,C345,C456
C456,C29,C453
Now I want to find number of occurrence of C29, and I am using this formula now:-
COUNTIF(I9:I11,"*C29*")
But it is returning 3, as it also take C292 in an account, how can I set a formula to match only C29?
Thanks

