Forum Discussion
RábaiBalázs
Dec 15, 2025Copper Contributor
Name Manager using for create name which is contain atleast two name.
Hello. I creating somthing in excel with tables. These tables has thier own name, and can be dynamic or not. Any way. I using list in cell to select each data from a tables column. For that I create...
Harun24HR
Dec 18, 2025Bronze Contributor
Simple approach with UNIQUE() and VSTACK() should work.
=UNIQUE(VSTACK(Table1[Name],Table2[Name]))
Lorenzo
Dec 21, 2025Silver Contributor
Hi Harun24HR
The OP got a couple of #NAME? errors with UNIQUE & VSTACK so wonder if those functions are avail. in the Excel version they run
No news from RábaiBalázs for a few days so wonder if we'll ever know...