Hello,
I have a table in Excel of 3 columns:
Pessoa | ID | País
João | 1 | Flórida
Maria | 2 | Flórida
Ana | 3 | Miami
Ana | 4 | Califórnia
Pedro | 5 | Califórnia
João | 6 | Flórida
etc ...
I would like to build a table that would only contain people from 'Florida' so I could reference it on another worksheet.
I tried to use Data Segmentation, but it works only as a filter, and I can not do dynamic table references (it does not get [@Person, for example, but referenced in the cell]). I would then build a subtable that would contain only the people of Florida, so that when I update the data from that table, that subtable will also update itself (but be a table, not a 'filter').
Does anyone have any suggestions? I tried a Query, but the subtable gives an error when I update my original table.
Thank you!