I want to build a Drop-Down menu in my excle-table which automatic updates itsself if the original table gets additional content.
e.g.:
France
Germany
Italy
is my reference table, name "countries".
Normally i do my drop-down menus by selecting the cells, defining a name with the name manager and building the drop down menu with the data validation, selecting list and type in "=countries
".
But when my programm now adds e.g. Spain under the table, its not in the drop down menu. Is it possible to reference the drop down menu to the head of a column of a table, so the content of the column gets displayed?