• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Reference a whole column Excel 2007

Shay A

Member
Hello,
Is it possible to reference a whole column in a function?
For example, in VLookup, my table array to be columns A:D, without specifying Rows.

Thanks,
Shay
 
Yes Shay you can. If your VLOOKUP looked like this:
=VLOOKUP(G1,A1:D10,4,FALSE)

You can easily change it to this:
=VLOOKUP(G1,A:D,4,FALSE)
 
Hi,

Or you can just create dynamic range with expanding rows in name manager and than use that in your function. That way your calculation speed will not slow down.

Regards,
 
Back
Top