COUNTA AND

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need formula based on:

COUNTA(E:E) AND COUNTIF(F:F,"Sarah")

But how do I put these two requirements together?

Thanks
 
=SUMPRODUCT(--(F1:F100="Sarah"),--(NOT(ISBLANK(E1:E100))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
=AND(COUNTA(E:E),COUNTIF(F:F,"Sarah"))
or maybe that should be
=COUNTA(E:E)=COUNTIF(F:F,"Sarah")

Ola
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top