+ Reply to Thread
Results 1 to 2 of 2

How do I count data with criteria from two separate columns in exc

  1. #1
    Scott
    Guest

    How do I count data with criteria from two separate columns in exc

    I would like to track and count data from each month by a specific person.
    Date data was entered in one column and person who submitted in separate
    column. Can anyone help to create a formula? I was able to create a formula
    to track the data by month, but not able to set up the second criteria
    (person who submitted data).

  2. #2
    Peo Sjoblom
    Guest

    Re: How do I count data with criteria from two separate columns in exc

    If numeric dates like 01/01/06 etc

    =SUMPRODUCT(--(MONTH(A2:A50)=5),--(B2:B50="John"))

    will count John when month is May

    if text months like May, June etc

    =SUMPRODUCT(--(A2:A50="May"),--(B2:B50="John"))


    --

    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    www.nwexcelsolutions.com

    (remove ^^ from email address)

    Portland, Oregon




    "Scott" <Scott@discussions.microsoft.com> wrote in message
    news:F6F52AF3-617A-4759-9FFA-B411C86D2E9C@microsoft.com...
    >I would like to track and count data from each month by a specific person.
    > Date data was entered in one column and person who submitted in separate
    > column. Can anyone help to create a formula? I was able to create a
    > formula
    > to track the data by month, but not able to set up the second criteria
    > (person who submitted data).



+ 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