+ Reply to Thread
Results 1 to 3 of 3

count non blank cells which meet criteria in another column

  1. #1
    cmarsh5035
    Guest

    count non blank cells which meet criteria in another column

    I'm working with 2 columns out of an Excel spreadsheet. First column "B" is
    list of names (some cells may be blank) and the second column "F" contains
    years (2001, 2002, etc.). I'd like to count non blank cells in "B" which
    meet the criteria (2005) in the years "F" column.



  2. #2
    JulieD
    Guest

    Re: count non blank cells which meet criteria in another column

    Hi

    one method
    =SUMPRODUCT(--(B7:B100<>""),--(F7:F100=2005))

    Cheers
    JulieD

    "cmarsh5035" <[email protected]> wrote in message
    news:[email protected]...
    > I'm working with 2 columns out of an Excel spreadsheet. First column "B"
    > is
    > list of names (some cells may be blank) and the second column "F" contains
    > years (2001, 2002, etc.). I'd like to count non blank cells in "B" which
    > meet the criteria (2005) in the years "F" column.
    >
    >




  3. #3
    JulieD
    Guest

    Re: count non blank cells which meet criteria in another column

    oops forgot to say,
    for details on the SUMPRODUCT function check out
    http://www.xldynamic.com/source/xld.SUMPRODUCT.html

    "cmarsh5035" <[email protected]> wrote in message
    news:[email protected]...
    > I'm working with 2 columns out of an Excel spreadsheet. First column "B"
    > is
    > list of names (some cells may be blank) and the second column "F" contains
    > years (2001, 2002, etc.). I'd like to count non blank cells in "B" which
    > meet the criteria (2005) in the years "F" column.
    >
    >




+ 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