Forum Discussion
kuswok
Oct 10, 2022Copper Contributor
Unifying different tables in only one table to explote that info
Hi all, I have 6 sheets with the same header, and i want to match in a dynamic table to unify and be able to exploit the information Specifically the sheets contain members of different team...
Patrick2788
Oct 10, 2022Silver Contributor
If you have access to VSTACK, you might use something like:
=UNIQUE(VSTACK(Sheet1:Sheet6!A1:J25))
kuswok
Oct 11, 2022Copper Contributor
Thanks Patrick, i'll try it