Is there a way to count instances of characters down a column, without creating further columns that do row-by-row counts of each character?
Below is an outline of what I'm trying to do.
Note that no character appears in more than one column, so I don't have to search all columns for all characters, I can just search the Z column for x
, search the W column for a
and b
, etc.
Thanks