Results 1 to 4 of 4

Thread: Match and CountIF Across Multiple Sheets Using Formula

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Make a list of all the required sheets in a sheet, and give the range a name > List

    Alternatively, instead of creating a list by given a range reference, you could also do so like this ={"Date1","Date2","Date3"}

    Then, in the summary sheet, in B14, use

    =SUMPRODUCT(COUNTIF(INDIRECT("'"&ListAlternate&"'! "&ADDRESS(MATCH(B$13,INDIRECT("Date1!$I$1:$I$14"), 0),MATCH($A14,Date1!$A$2:$H$2,0))),"yes"))

    and drag down.

    Check the attachment
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Combine Columns From Multiple Sheets To One Sheet
    By Portucale in forum Excel Help
    Replies: 6
    Last Post: 04-24-2013, 09:18 PM
  2. Replies: 4
    Last Post: 04-24-2013, 10:04 AM
  3. Replies: 16
    Last Post: 04-19-2013, 08:20 PM
  4. Replies: 2
    Last Post: 03-21-2013, 10:38 PM
  5. Vlookup - Multiple Sheets
    By Suhail in forum Excel Help
    Replies: 3
    Last Post: 01-30-2013, 06:47 PM

Posting Permissions

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