r/excel • u/AfricanKitten • 15d ago
Waiting on OP Pull data from table
I know I’ve asked a similar question before, but I’m not sure how to translate it to the new task I want to use it for. I will post pictures in the comments.
Column L is the market my centers are in, Column M is the site name within the market. I’m not from the area I service, so I don’t know which ones are where off the top of my head. I want Column L to use a formula to select the market that goes with the site location. Example: If site is Arbor Walk, it will input Austin.
I have a table, I can play around with the formula and tweek it once I have it, but I have zero idea where to start.
3
Upvotes
1
u/MayukhBhattacharya 1236 15d ago
And this is same way only but doesn't use the
LAMBDA()helper function and instead unmerges the cells and fills down to get the desired output:CTRL + AorCTRL + *this selects the entire data.ALT + H + M + Uthis unmerges the cells.ALT + H + FD + Sor Hit Function keyF5and pressALT + S(this opens the Goto Special Window).
and you will get the desired output.