A
Always Care Adult Center
I don't know if this is even possible, but I have a spreadsheet that counts
instances of text characters, like so for example:
=COUNTIF(C3:AG3,"a")+COUNTIF(C3:AG3,"p")
Now this goes on for several pages and in some cases there are no occurences
of these characters, so the function writes 0 in the Total column. This is a
bit of an annoyance and so I was wondering if it was at all possible to add
another function, or to somehow modify the existing function, so the Total
space would be left blank. I tried substituting 0 with a space but that
didn't work. Maybe I'm doing it wrong...
Thanks for any help.
instances of text characters, like so for example:
=COUNTIF(C3:AG3,"a")+COUNTIF(C3:AG3,"p")
Now this goes on for several pages and in some cases there are no occurences
of these characters, so the function writes 0 in the Total column. This is a
bit of an annoyance and so I was wondering if it was at all possible to add
another function, or to somehow modify the existing function, so the Total
space would be left blank. I tried substituting 0 with a space but that
didn't work. Maybe I'm doing it wrong...
Thanks for any help.