Forum Discussion
rodsan724
Oct 27, 2021Brass Contributor
Create a new table with unique records from database query table
Given: Excel 2016 I have a database query that loads a table on my worksheet and it gets updated frequently. How can I create a table next to it that lists the unique names in the database table?...
Detlef_Lewin
Oct 27, 2021Silver Contributor
Hi
Either create a new query based on the database query or use SORT(UNIQUE(Name)).
Either create a new query based on the database query or use SORT(UNIQUE(Name)).
- rodsan724Oct 28, 2021Brass ContributorI'm in Excel 2016, I don't think UNIQUE is available in this version.