fatherofmany
New Member
Hello,
I have attached a spreadsheet I am working on to create a searchable drop down menu. I do have the searchable information on another tab and it is able to pull over to the drop down menu (FMR L7). The problem I am having is that I would like to have different databases on different tabs and be able to choose which database to pull from (FMR K7). Below are the formulas I am using currently to get the searchable drop down menu.
=IF(ISNUMBER(SEARCH($E$2,PVC!B2)),MAX($A$1:A1)+1,0)
=IFERROR(VLOOKUP(ROWS($D$2:D2),$A$2:$B$1239,2,0),"")
=OFFSET($D$2,,,COUNTIF($D$2:$D$1245,"?*"))
The offset formula is a named range (plastic) but I am not able to use the indirect function and I would assume that it would be because I am seeking a value and not a location. Any help or advice would be greatly appreciated. I am very new to utilizing forums in this manner so if I have made a faux pas, please forgive me. Thank you in advance for any assistance.
TK
I have attached a spreadsheet I am working on to create a searchable drop down menu. I do have the searchable information on another tab and it is able to pull over to the drop down menu (FMR L7). The problem I am having is that I would like to have different databases on different tabs and be able to choose which database to pull from (FMR K7). Below are the formulas I am using currently to get the searchable drop down menu.
=IF(ISNUMBER(SEARCH($E$2,PVC!B2)),MAX($A$1:A1)+1,0)
=IFERROR(VLOOKUP(ROWS($D$2:D2),$A$2:$B$1239,2,0),"")
=OFFSET($D$2,,,COUNTIF($D$2:$D$1245,"?*"))
The offset formula is a named range (plastic) but I am not able to use the indirect function and I would assume that it would be because I am seeking a value and not a location. Any help or advice would be greatly appreciated. I am very new to utilizing forums in this manner so if I have made a faux pas, please forgive me. Thank you in advance for any assistance.
TK