vlookup entire column

rplim2016

Board Regular
Joined
Jun 28, 2016
Messages
76
Good Day Mr. Excel users,

I saw my colleagues doing this weird formula that I never seen.

=VLOOKUP(E:E,reference!I:L,4,0)

above lookup value refers to entire column E:E but assuming above formula in in row 2, it only uses E2 as reference and it works.


Can someone please explain to me on why he's doing that instead of this? =VLOOKUP(E2,reference!I:L,4,0)

Thanks!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi

a brave attempt.

Try to move the two VLOOKUPs some row below with cut and paste:

=VLOOKUP(E2,reference!I:L,4,0) will return the correct result

=VLOOKUP(E:E,reference!I:L,4,0) will not return the expected result.

I'm an Excel user ( not a Guru), maybe if VLOOKUP has to read an array as its first argument, it returns a result according to the context/ the position of the formula.

Like the formulas you work with in tables.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

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