Forum Discussion

Alona_Ch's avatar
Alona_Ch
Copper Contributor
Dec 28, 2022
Solved

DataManager (How to add new names in down list)

Hi. I want to add two new names in down list, but cannot understand how to do this.  How I can add two another name in this list?
  • HansVogelaar's avatar
    Dec 28, 2022

    Alona_Ch 

    The named range TEAMMEMBER refers to data!$I$4:$I$12.

    Enter the new name in data!I13, and in Name Manager, edit TEAMMEMBER to refer to data!$I$4:$I$13.

     

    Two ways to make this automatic:

    • Assuming that there is a header in data!I3, select data!I3:I12 and convert the range to a table. Use the name of the table as source for data validation.
    • Alternatively, change the definition of TEAMMEMBER to =OFFSET(data!$I$4, 0, 0, COUNTA(data!$I$4:$I$1000, 1)

    Both will make the range expand automatically as names are added.

Resources