+ Reply to Thread
Results 1 to 3 of 3

Creating a summary table from one main table

  1. #1
    Registered User
    Join Date
    11-23-2020
    Location
    Guatemala
    MS-Off Ver
    2016
    Posts
    4

    Creating a summary table from one main table

    Hello guys, need some help here, hope someone is able to assist me

    So i have a master table with data, lets say on the rows I have the different types of activities and on the columns the different types of workers. The data that populates the table just shows me what amount of each type of worker i need for each type of activity.

    I created a drop down list "menu" with data conditioning using as data the type of activities, and what i need is that when a certain activity is selected, for example activity one, it will only bring back to a new smaller resumed table those workers that are actually needed and their quantities.

    I have attached a small sample file for better undestanding.

    Thank for the help in advance and hope to hear from someone soon.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Creating a summary table from one main table

    Hi. Try this (see sheet for context), in H10:

    =IFERROR(INDEX($1:$1,AGGREGATE(15,6,COLUMN($B$1:$F$1)/(INDEX($B$2:$F$6,MATCH($H$9,$A$2:$A$6,0),)>0),ROWS($1:1))),"")

    and this in I10:

    =IF(H10="","",VLOOKUP($H$9,$A:$F,MATCH(H10,$A$1:$F$1,0),FALSE))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-23-2020
    Location
    Guatemala
    MS-Off Ver
    2016
    Posts
    4

    Thumbs up Re: Creating a summary table from one main table

    Thanks so much Glenn!! It works perfectly!

    I will need to deepen my knowledge on this aggregate formula, but thank you so much for the input on that concept.

    Be well!

+ 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. [SOLVED] Creating a summary progress table from update table
    By chullan88 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-09-2020, 07:04 AM
  2. Creating a summary table in VBA
    By red1234 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-18-2017, 07:22 AM
  3. Creating rolling summary table
    By paula10 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2015, 10:11 AM
  4. Creating a summary table from another table
    By NewbeVBA in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-29-2014, 03:56 PM
  5. [SOLVED] Creating Tables from a main table that is updating from an external source.
    By beat in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-15-2013, 09:20 AM
  6. Creating a summary table using formula
    By arbrahul in forum Excel General
    Replies: 2
    Last Post: 05-29-2012, 12:15 PM
  7. Creating Summary table from one workbook to another
    By mcollins999 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-24-2012, 10:43 AM

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