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]))