+ Reply to Thread
Results 1 to 2 of 2

Forumla help: Cells in A and B are filled AND have "3" in row C

  1. #1
    Registered User
    Join Date
    01-18-2012
    Location
    Germany
    MS-Off Ver
    Excel 2003
    Posts
    1

    Forumla help: Cells in A and B are filled AND have "3" in row C

    Hi everyone,

    I am having quite a bit of trouble with a table my boss asked me to do. I have a large excelsheet filled with information from my colleagues.

    I want to find out how many meetings there are this week where people from Department A AND B are present.

    In Column A are the colleagues from Department A who will participate in the meeting. If no one is participating, the cell is left empty.
    In Column B are the colleagues from Department B who will participate. If no one is participating, it's also left empty.

    In Column C is the Kalender-Week (eg. 3)

    Basically I need a formula that will tell me how many meetings there are THIS WEEK in which BOTH departments are present.

    I have a german version of excel, but an english formula would be fine - I can "translate"

    Thanks in advance!

    I have tried Sumproduct, Counta and countif, but I can't do it

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Forumla help: Cells in A and B are filled AND have "3" in row C

    Try

    =SUMPRODUCT(--(A2:A20<>""),--(B2:B20<>""),--(C2:C20>=--"2012-01-16"),--(C2:C20<"2012-01-16"+7))

    you can replace the embedded dates with a cell reference.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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