+ Reply to Thread
Results 1 to 2 of 2

Dynamically fill the table

  1. #1
    Registered User
    Join Date
    09-19-2019
    Location
    United States
    MS-Off Ver
    365
    Posts
    26

    Dynamically fill the table

    Hello Everyone,

    I would like to fill my other sheets related to the Dashboard excel sheet. In the dashboard excel sheet, I collect the names, surnames, and ages of the person and which clusters they are in. In the future, I will continue to add it and it will be a very big information sheet. For example, I would like to do if one person only includes in cluster A, their name, surname, and age directly appears in the excel sheet A, dynamically also same as the other clusters. But the important part is only they belong to the one cluster. For example,

    Sophia belongs to cluster A only so her name, surname, and her age directly have to appear in the excel sheet A.
    BUT
    Jacob belongs to all three clusters (A, B, C) so we do not need to take his information to one of the clusters excel sheets.
    AND
    This rule is valid for all clusters.

    Thank you in advance. If you have any questions, do not hesitate to ask me.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,706

    Re: Dynamically fill the table

    This proposal employs a helper column (H) on the Dashboard sheet.
    The helper column may be moved and/or hidden for aesthetic purposes and is populated using: =IF(COUNTA(D3:G3)<>1,"",INDEX(D$2:G$2,MATCH("x",D3:G3,0)))
    On each of the cluster sheets cell E1 is populated with the sheet name.
    The formula that populates the cluster sheets is: =IFERROR(INDEX(DASHBOARD!A$3:A$9,AGGREGATE(15,6,(ROW(A$3:A$9)-ROW(A$2))/(DASHBOARD!$H$3:$H$9=$E$1),ROWS($A$1:$A1))),"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Copy value & fill color and fill dynamically to last row of data
    By Webbers in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-06-2019, 02:52 PM
  2. Replies: 8
    Last Post: 01-10-2019, 06:24 PM
  3. Dynamically fill range of columns based on value of cell in another sheet
    By indba in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2014, 01:56 AM
  4. How to dynamically fill inn data i first available row in list
    By tnuis in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-25-2013, 02:42 PM
  5. Fill Combo Box Dynamically
    By djblois1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-08-2013, 03:59 PM
  6. fill in table dynamically
    By xlepws in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-16-2012, 03:37 PM
  7. [SOLVED] Change a cell's fill color dynamically?
    By Arlen in forum Excel General
    Replies: 2
    Last Post: 01-22-2005, 06:06 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