I'm new to excel Table. I wonder if it is possible to make a Table to be auto-updated when size of another Table changes?
Here is my case below, please see in screenshot (I make it simplified for this question).
Excel file is uploaded here: Dynamic Table
I have 3 Tables: Properties, ElementA, ElementB.
First and second tables are have input data (yellow header).
But size of third table actually depends on unique values of a column in second table (ElementA[Name]), thus size is dynamic.
What I want is to do is like ElementB[Name] = UNIQUE(ElementA[Name]), but its not possible since Table cannot deal with dynamic array formula output.
(In the excel, I temporarily copy paste result from UNIQUE formula to ElementB[Name] for making this example).
I also cannot do all calculation of third table in second table, because real data in second table has >100,000 rows (too slow), so I need to do filtering of second table for further calculation in third table.
If I make pivot table from second table to do filtering, I still don't know how to make the third table from this pivot table.
Is there workaround which is automatic (since copy paste UNIQUE formula output is not automatic)?
Hope it is understandable.
Thank you in advance.
Here is my case below, please see in screenshot (I make it simplified for this question).
Excel file is uploaded here: Dynamic Table
I have 3 Tables: Properties, ElementA, ElementB.
First and second tables are have input data (yellow header).
But size of third table actually depends on unique values of a column in second table (ElementA[Name]), thus size is dynamic.
What I want is to do is like ElementB[Name] = UNIQUE(ElementA[Name]), but its not possible since Table cannot deal with dynamic array formula output.
(In the excel, I temporarily copy paste result from UNIQUE formula to ElementB[Name] for making this example).
I also cannot do all calculation of third table in second table, because real data in second table has >100,000 rows (too slow), so I need to do filtering of second table for further calculation in third table.
If I make pivot table from second table to do filtering, I still don't know how to make the third table from this pivot table.
Is there workaround which is automatic (since copy paste UNIQUE formula output is not automatic)?
Hope it is understandable.
Thank you in advance.