+ Reply to Thread
Results 1 to 4 of 4

Extract Portion of Range / Table from larger table

  1. #1
    Registered User
    Join Date
    05-22-2020
    Location
    Leningrad
    MS-Off Ver
    2007
    Posts
    34

    Extract Portion of Range / Table from larger table

    Hi All!

    I am seeking to extract a portion of a table from the larger surrounding table into its own sheet dependent on criteria.

    For illustration, imagine a table split into quarters. There are two variables on both the x and y axis of the table; "On" and "Off." On the X axis, the criteria must be "On" and the y axis, the criteria must be "Off." This would return the bottom left quarter of the table which I want to isolate / seperate in its own sheet.

    Attachment enclosed.

    Thanks in advance!
    Last edited by LordByron; 08-02-2020 at 06:43 AM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,784

    Re: Extract Portion of Range / Table from larger table

    D20=IF(AND($B20<>"",D$19<>""),SUMPRODUCT(($B$4:$B$13=$B20)*($C$4:$C$13=$C20)*($D$2:$M$2=D$18)*($D$3:$M$3=D$19)*($D$4:$M$13)),"")


    Copy across and down

  3. #3
    Registered User
    Join Date
    05-22-2020
    Location
    Leningrad
    MS-Off Ver
    2007
    Posts
    34

    Re: Extract Portion of Range / Table from larger table

    100% perfect! Solved! Thank you so much!

  4. #4
    Registered User
    Join Date
    05-22-2020
    Location
    Leningrad
    MS-Off Ver
    2007
    Posts
    34

    Re: Extract Portion of Range / Table from larger table

    Quote Originally Posted by CARACALLA View Post
    D20=IF(AND($B20<>"",D$19<>""),SUMPRODUCT(($B$4:$B$13=$B20)*($C$4:$C$13=$C20)*($D$2:$M$2=D$18)*($D$3:$M$3=D$19)*($D$4:$M$13)),"")


    Copy across and down
    (EDIT - Fixed)
    My mistake, had some duplicate values hiding in there Original formula works great. Thanks CARACALLA!
    Last edited by LordByron; 08-02-2020 at 06:42 AM.

+ 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. Find short string in reference table within a larger string in lookup table
    By alertall in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-16-2019, 10:10 AM
  2. How to Clear Filters from a Range of Columns within Larger Table
    By databaker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-01-2016, 04:04 AM
  3. Replies: 5
    Last Post: 09-04-2016, 07:09 AM
  4. Replies: 0
    Last Post: 05-21-2012, 04:32 PM
  5. Copying a portion of a Table.
    By AnthonyB in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-30-2007, 08:48 PM
  6. [SOLVED] using portion of larger list to populate combo box
    By ll in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-05-2006, 02:50 PM
  7. Printing a table based on a larger table
    By Bri in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-25-2006, 05:25 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