Forum Discussion
dioselinemenasha
Dec 09, 2021Copper Contributor
VBA /VLOOKUP with drop-down list on Cell
Hello, I am trying to figure out either a vlookup formula or VBA code to display only rows that match the criteria of my drop-down list in cell C1. Column A contains the different options on the ...
Juliano-Petrukio
Dec 10, 2021Bronze Contributor
I would suggest you use the FILTER() formula. If you can provide some sample data would be great.
dioselinemenasha
Dec 22, 2021Copper Contributor
Well, I am not sure what else other kind of data I can provide, the workbook is composed of 12 worksheets (January thru December) but they all have the same employee and I would like to just be able to pull (or show) one department's information to be able to share with the manager of that department. I have a drop-down list set up so that I can just change that and have tried different formulas including Filter to only show what is chosen from the drop-down list but nothing happens. I am unable to paste a snippet of my spreadsheet but I have the drop-down on A1 and the selection of each department is on column A from 11 to 200.