Hi,
I came across a workbook which uses below formula in data validation.
=OFFSET(name,MATCH(LEFT(B3,LEN(B3)),LEFT(names,LEN(B3)),0),0,SUMPRODUCT(--(LEFT(names,LEN(B3))=B3)),1)
The data is in sheet2 Column A from Cell 2 to Cell12
Data validation is in Sheet1 Column B.
2 name ranges are being used as below -
Name
Names
Idea is for the user to type the starting character of a word say A and click on the validation arrow which will give them all the possible words starting with A.
Problem -
If I try to add more data in Column A of sheet2, the data validation does not work.
Explanation -
If I add data from Cell 13 onwards in sheet2, data validation does not pick up the data added.
Kindly assist by providing full formula.
Have attached sample sheet for reference.
Note -
I don't have any idea about how the above formula works. I just came across the file while googling.
I came across a workbook which uses below formula in data validation.
=OFFSET(name,MATCH(LEFT(B3,LEN(B3)),LEFT(names,LEN(B3)),0),0,SUMPRODUCT(--(LEFT(names,LEN(B3))=B3)),1)
The data is in sheet2 Column A from Cell 2 to Cell12
Data validation is in Sheet1 Column B.
2 name ranges are being used as below -
Name
Names
Idea is for the user to type the starting character of a word say A and click on the validation arrow which will give them all the possible words starting with A.
Problem -
If I try to add more data in Column A of sheet2, the data validation does not work.
Explanation -
If I add data from Cell 13 onwards in sheet2, data validation does not pick up the data added.
Kindly assist by providing full formula.
Have attached sample sheet for reference.
Note -
I don't have any idea about how the above formula works. I just came across the file while googling.
Attachments
Last edited: