J
jc132568
Dear Experts,
I am trying to count the appearance of text in a cell. When I use COUNTA it
also counts the existence of the formula in the cell (which was used to
deliver the text of interest). How can I count only the textual result of
the formula?
=IF(G4=0,"",G4)
Alternatively how can I count non-zero entries, excel didn't like the
following:
=COUNTIF(G4:G63,<>0)
regards
Martina
I am trying to count the appearance of text in a cell. When I use COUNTA it
also counts the existence of the formula in the cell (which was used to
deliver the text of interest). How can I count only the textual result of
the formula?
=IF(G4=0,"",G4)
Alternatively how can I count non-zero entries, excel didn't like the
following:
=COUNTIF(G4:G63,<>0)
regards
Martina