I'm trying to create a formula that will search a 2 column array and return multiple results into one cell. Or I could move the formula along the row to return one result into each cell horizontally, and then aggregate them.
The problems I'm having are as follows:
1. The formula only finds the top result and then stops.
2. I'm using the $ symbols to try and anchor the array but it moves as a paste the formula down the column.
3. Most of the names I'm searching for are in a cell alone, but some of them are joint info. So lets say I'm searching for "A" and I know there are 3 results (A=1, A=2, A/B=3). Is it possible to get a forumla that will return the info contained in a cell or only an exact match?
Please help!
Here is what I've been trying if it helps.
=VLOOKUP(D2,$A2:$B428,2,FALSE)
=INDEX($A2:$B428,MATCH(D2,$B2:$B428,0),1)
Bookmarks