Hi eagleruler2,
I have a list of names in column A with no repetitions. In column B I have a list of store numbers with multiple repetitions, usually 7-8 names per store number. On another worksheet I have a list of the stores I'd like to reference, as I don't want all of the stores or names to feed into my report. I'd like to create a formula that says look for these particular store numbers and give me all the names associated with the store numbers. Any suggestions?
Select the store list and create a defined name (Ctrl+F3) for the list - say StoreList.
In cell C2of the first sheet enter the formula
=VLOOKUP(B2,StoreList,2,0)
Drag/Copy the formula down as far as needed:
You can download my test file EagleRuler20160408.xlsx at:
https://www.dropbox.com/s/rcikrg0dml8y0me/EagleRuler20160408.xlsx?dl=0
===
Regards,
Norman