A
Actaeon
Howdy!
Problem Line:
=COUNTIF(NAME!K:K,"JOE")+COUNTIF(NAME!L:L,"SMITH")
This line adds up to many cells for me, so to limit it further, I need
to count those lines that match the above limits but do NOT have any
data in M:M.
Failing Line:
=COUNTIF(NAME!K:K,"JOE")+COUNTIF(NAME!L:L,"SMITH")+COUNTIF(NAME!M:M,
"")
Doesn't work...just counts all the blank lines
Thank you for any help you can offer!
Problem Line:
=COUNTIF(NAME!K:K,"JOE")+COUNTIF(NAME!L:L,"SMITH")
This line adds up to many cells for me, so to limit it further, I need
to count those lines that match the above limits but do NOT have any
data in M:M.
Failing Line:
=COUNTIF(NAME!K:K,"JOE")+COUNTIF(NAME!L:L,"SMITH")+COUNTIF(NAME!M:M,
"")
Doesn't work...just counts all the blank lines
Thank you for any help you can offer!