Hey all,
I need to count the number of times a character appears in each cell. The character I need to count is the 'pipe' character. Here it is:
|
I'm trying this:
=LEN(A1)-LEN(SUBSTITUTE(G2,"|",""))
and this:
=LEN(B1)-LEN(SUBSTITUTE(SUBSTITUTE(G2,"|",""))
and neither seems to work.
Any help is greatly appreciated.
Bookmarks