Dynamic list
to create a list:: you can select data validation -> list -> select a range of cells as source(you can even you named range)
for dynamic list one way is to create a table.How To create table
In the following example i created a table of players and Country.(i would use only player in list).
TO create a table once the data is entered in tubular format.
select the cells and press ctrl + t, select the option that says mytable has headers(top row (name,country).
by default excel will name the table automaticaly like table1,table2...so on.
In the following example i created a table of players and Country.(i would use only player in list).
TO create a table once the data is entered in tubular format.
select the cells and press ctrl + t, select the option that says mytable has headers(top row (name,country).
by default excel will name the table automaticaly like table1,table2...so on.
You can rename the table by selecting the cell range and changing the name from table name box.
To create a list
simply press use DATA validation from menu - > select list - > use indirect function in source.(= indirect("name of table[name of column/field]").
as soon as you add new record to the table that is reflected in your list as well.
DYNAMIC LIST is READY
DYNAMIC LIST is READY






