This is probably going to require at least a macro, if not VBA.
In Sheet 1, I have a list of items in column A (delivery route) with a co-responding value in column B (distance). The value is static.
What I want to do on Sheet 2 is when I enter the name of the route, it auto-populates the distance in the next column (or a designated cell or cells). So if on Sheet 1 I have a route called "Airport" and that route is 13 miles, if I type "airport", the next column over will automatically show 13.
As an added bonus, I wonder if I can enter a short name (i.e. "air" instead of "airport") and have the cell either automatically change to airport (auto-correct, maybe?), or have airport pop up the next column over and then 13 automatically pop up one more column over.
I'm not very good at macros; I can use the recorder and do a little fine tuning in the code, but VBA, I'm completely lost, but I hope someone can give me an idea.
Much obliged.
Bookmarks