+ Reply to Thread
Results 1 to 3 of 3

counta and

  1. #1
    luvthavodka
    Guest

    counta and

    Need formula based on:

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

    But how do I put these two requirements together?

    Thanks

  2. #2
    Bob Phillips
    Guest

    Re: COUNTA AND


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

    --

    HTH

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


    "luvthavodka" <[email protected]> wrote in message
    news:[email protected]...
    > Need formula based on:
    >
    > COUNTA(E:E) AND COUNTIF(F:F,"Sarah")
    >
    > But how do I put these two requirements together?
    >
    > Thanks




  3. #3
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    =AND(COUNTA(E:E),COUNTIF(F:F,"Sarah"))
    or maybe that should be
    =COUNTA(E:E)=COUNTIF(F:F,"Sarah")

    Ola

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1