I want to create a setup form where users can create items that will go into a named range used in data validation lists.
I know how to create a user input form to get it to populate into one certain cell, but not in an undetermined range, like I need here.
I have already created all the named dynamic lists. Now the user will just populate it by filling out a form.
Example: One of the dynamic named lists is called material options. It starts in cell P9 and can go up to cell P100. I used offset and counta to create the named list since I don't know how many entries the user will have.
Now on the setup page, I want to have a user input form asking them to list all the different kinds of materials they edit. Then this will populate into the dynamic material list.
So a user might enter into the form websites, novels, nonfiction books, resumes, dissertations. And then cell P9:P13 will auto populate with those answers.
A different user might have only 3 materials they edit, so then they would only auto populate into cell P9:P11.
I know how to create a user input form to get it to populate into one certain cell, but not in an undetermined range, like I need here.
I have already created all the named dynamic lists. Now the user will just populate it by filling out a form.
Example: One of the dynamic named lists is called material options. It starts in cell P9 and can go up to cell P100. I used offset and counta to create the named list since I don't know how many entries the user will have.
Now on the setup page, I want to have a user input form asking them to list all the different kinds of materials they edit. Then this will populate into the dynamic material list.
So a user might enter into the form websites, novels, nonfiction books, resumes, dissertations. And then cell P9:P13 will auto populate with those answers.
A different user might have only 3 materials they edit, so then they would only auto populate into cell P9:P11.