+ Reply to Thread
Results 1 to 3 of 3

Extract data from various sheets (based on sheet names) with 2 criteria

  1. #1
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    697

    Extract data from various sheets (based on sheet names) with 2 criteria

    I need a formula to extract some values which are available in different sheets (East, West, North).
    There are 2 criteria- one is the sheet name and another is the month. Also, I will add more sheets in future and the extraction should happen in that way.
    Attached sheet FYR.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,879

    Re: Extract data from various sheets (based on sheet names) with 2 criteria

    in C6

    =SUMPRODUCT((INDIRECT("'"&$C$4&"'!B2:z100")*((INDIRECT("'"&$C$4&"'!A2:A100")=$B6))))

    in F6

    =SUMPRODUCT((INDIRECT("'"&$C$4&"'!B2:z100")*((INDIRECT("'"&$C$4&"'!A2:A100")=$E6)))*((INDIRECT("'"&$C$4&"'!B1:z1")=$F$4)))

  3. #3
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    697

    Re: Extract data from various sheets (based on sheet names) with 2 criteria

    Perfect. Thanks a ton.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 05-08-2016, 12:48 AM
  2. Replies: 0
    Last Post: 05-02-2016, 07:59 AM
  3. Replies: 6
    Last Post: 03-24-2015, 04:13 AM
  4. Replies: 3
    Last Post: 12-18-2014, 10:27 AM
  5. Extract Data from one sheet to another based on criteria
    By alghareeb in forum Excel General
    Replies: 1
    Last Post: 05-08-2013, 09:16 AM
  6. Replies: 11
    Last Post: 07-11-2012, 06:08 PM
  7. Replies: 2
    Last Post: 03-23-2011, 06:19 PM

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