Using a formula for a searchable drop down list that I picked up online;
=SORT(FILTER(A14:A1983,ISNUMBER(SEARCH('CONSUMER DATA'!Y5,A14:A1983)),"not found"))
It works well in the list in cell; 'CONSUMER DATA'!Y5, however, I’m needing to expand the formula to include Y5 to Y1983. I’ve tried increasing the range;
=SORT(FILTER(A14:A1983,ISNUMBER(SEARCH('CONSUMER DATA'!Y5:Y1983,A14:A1983)),"not found"))
But it returns a #VALUE error.
Any suggestions would be appreciated.
=SORT(FILTER(A14:A1983,ISNUMBER(SEARCH('CONSUMER DATA'!Y5,A14:A1983)),"not found"))
It works well in the list in cell; 'CONSUMER DATA'!Y5, however, I’m needing to expand the formula to include Y5 to Y1983. I’ve tried increasing the range;
=SORT(FILTER(A14:A1983,ISNUMBER(SEARCH('CONSUMER DATA'!Y5:Y1983,A14:A1983)),"not found"))
But it returns a #VALUE error.
Any suggestions would be appreciated.