Advancing VLOOKUP reference by dragging

RodneyW

Active Member
Joined
Sep 24, 2010
Messages
443
Office Version
  1. 2013
Platform
  1. Windows
I'm using this formula

=VLOOKUP($C12,'[2024 Plants.xlsx]Garden'!$B$14:$BU$137,21,FALSE) and it works perfectly but I need to drag it across about 200 columns and manually have to change the 21 to 22, to 23 to 24 and so on. With 200 columns this takes a while. Am I stuck doing it that way or is there way to do it by dragging the formula?

Thanks in advance
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi, in which cell are you placing this first formula?
 
Upvote 0
Then you could try this, copied across:

Excel Formula:
=VLOOKUP($C12,'[2024 Plants.xlsx]Garden'!$B$14:$BU$137,COLUMNS($Y12:Y12)+20,FALSE)
 
Upvote 0
Solution
Then you could try this, copied across:

Excel Formula:
=VLOOKUP($C12,'[2024 Plants.xlsx]Garden'!$B$14:$BU$137,COLUMNS($Y12:Y12)+20,FALSE)
That works perfectly, THANK YOU
 
Upvote 0
Alternatively you could put the column #s in a separate row and point the column argument to cells on that row.
 
Upvote 0

Forum statistics

Threads
1,216,082
Messages
6,128,700
Members
449,464
Latest member
againofsoul

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