Thread: COUNTA AND
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default


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

--

HTH

RP
(remove nothere from the email address if mailing direct)


"luvthavodka" wrote in message
...
Need formula based on:

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

But how do I put these two requirements together?

Thanks