V-Lookup?

Cozmo35

Board Regular
Joined
May 29, 2009
Messages
61
I can't wrap my brain around the process of a V-lookup. Can someone explain to me in a step by step, elementry style format (possibly with numbered steps) how I can do a V-lookup. :eeek:

** WARNING: It has been tried before with no luck. :(
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi there,

VLOOKUP() has four syntax parts.
1) value to find
2) table range
3) column to return if match found
4) exact or not exact

VLOOKUP() will ALWAYS look in the left-most column of the table range to find a match. If a match is found, it will offset that column by the number of columns specified in the third part of the syntax. So if your range is A1:B10, and a match is found (in column A), and your third syntax is a 2, then the value in column B corresponding to the row it was matched from column A will return. For example, if a match was found in A5, then B5 value will be returned.

Another similar function is HLOOKUP(), where it will search the first row of data, similar to VLOOKUP(). If you want a more diverse set of functions, the INDEX/MATCH combo works here, as you can search whatever column/row you specify.

HTH
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top