98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » Index function
Index function
Resolved · Medium Priority · Version 2007
Natalia has attended:
Excel Intermediate course
Excel Advanced course
Index function
how to choose the data from the left rather than from right as in vlookup
RE: index function
Hi Natalia
Thanks for getting in touch. Sorry we didn't get time to cover this during training. As you know, the VLOOKUP will only return values to the right of the lookup value. There's no way to force VLOOKUP to go to the left.
You need to use two functions to achieve this, a MATCH function nested in an INDEX function.
The MATCH function returns the position of an item in array (a sort of crude lookup).
The INDEX function returns the value found at a given position.
When you use them together they usually look like this:
=INDEX(list 1, MATCH(lookup value, list 2, 0))
(The zero in MATCH means exact match only).
This can be quite a long-winded explanation, so I've created the accompanying sheet to explain it in more detail, along with some formulas you can try.
I hope this helps, please get back to me if you'd like further examples.
Kind regards
Gary Fenn
Microsoft Office Specialist Trainer
Tel: 0207 987 3777
Best STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
Attached files...
Wed 11 Jun 2014: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Missing Field handleIf your field handle goes missing all you need to do is go to tools > options > edit tab and then make sure that the check boxes for paste and insert buttons are checked. |