I'm not sure if VLOOKUP is even the answer to this challenge, but I have sales data by region, one worksheet for region - but I want to show the underlying store numbers. I have a worksheet that shows the storeNum and the associated regionNum.
Here's what my worksheet that serves as the source for the VLOOKUP looks like:
StoreNum....StoreName...RegionNum
....22.........Austin............1
....39.........Dallas............3
....22.........Austin............1
....22.........Austin............1
....39.........Dallas............3
....44.........Addison .........3
....27.........Pasadena........1
....44.........Addison .........3
On the worksheet for Region#3, the Region number is in cell A1 - I would like to put a formula in Cell J21 that looks up that number, finds a match ( Store 39/Dallas ) , shows that value in cell J21, then in the cell below it, cell J22, look for another match, but ignore the match it already found and returned in cell J21, and put Store 44 / Addison in cell J22. If there are no more matches that don't already exist in the cells above, just return a blank.
Is this even possible ?