View Single Post
 
Old 06-18-2012, 08:47 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

Hi Angie,

So here's a starting point.

This VLOOKUP formula:
=VLOOKUP(F2,A2:C4,3,0)

can be also be done using INDEX and MATCH like this:
=INDEX(C2:C4,MATCH(F2,A2:A4,0))

Does that help, or do you have something more particular in mind?


MrExcel recently did a VLOOKUP Week, where lots of people around the world got together and wrote a load of articles on VLOOKUP, INDEX, MATCH etc etc

Might be worth checking out some of the articles; you can find them here (navigate using the categories section on the right hand side):
http://vlookupweek.wordpress.com/
Reply With Quote