+ Reply to Thread
Results 1 to 2 of 2

Count cells with condition

  1. #1
    Amanda
    Guest

    Count cells with condition

    I need to count the number of cells in Column D that contain a date (or is
    not blank) AND Column C contains "Amanda" in the same row.

    I had it (by trial and error) and cannot recreate.
    Please help.

  2. #2
    JE McGimpsey
    Guest

    Re: Count cells with condition

    One way:

    =SUMPRODUCT(--(D1:D1000<>""),--(C1:C1000="Amanda"))

    In article <[email protected]>,
    Amanda <[email protected]> wrote:

    > I need to count the number of cells in Column D that contain a date (or is
    > not blank) AND Column C contains "Amanda" in the same row.
    >
    > I had it (by trial and error) and cannot recreate.
    > Please help.


+ 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