I have named a range say "range1" and refers to:
=OFFSET(Sheet1!$A$2,0,0,COUNTA(Sheet1!$A:$A)-1,1) which of course allows the range to vary.
On sheet2 in the range Column C there is a drop down list in each cell that refers to:
=range1
What I would like:
Should the user not find from the list range1 a suitable entry that they can type an entry that they would like to use and this entry is then automatically populated into range1 allowing that entry to be included within the dropdown list the next time it is used.
Regards, Matt
=OFFSET(Sheet1!$A$2,0,0,COUNTA(Sheet1!$A:$A)-1,1) which of course allows the range to vary.
On sheet2 in the range Column C there is a drop down list in each cell that refers to:
=range1
What I would like:
Should the user not find from the list range1 a suitable entry that they can type an entry that they would like to use and this entry is then automatically populated into range1 allowing that entry to be included within the dropdown list the next time it is used.
Regards, Matt