mdonovan890

New Member
Joined
Dec 22, 2016
Messages
24
I have a VLOOKUP formula that I am currently using

=VLOOKUP(B1986,'QC T4 BOD'!$A$373:$D$517,4,0)

What I am trying to do is avoid having to manually change the $373: $517 part of the formula every time I drag the formula down


The start and end refers to the cell address, I would like to use an VLOOKUP/INDIRECT formula but I am not sure how to apply it here

j83d5h.jpg
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Perhaps something like this . . .

=vlookup(B1964,indirect("'QC T4 BOD'!$A$"&B3):indirect("'QC T4 BOD'!$D$&C3),4,0)

Where B3 holds the value 20, and C3 holds the value 46.

BUT, depending on how your data is set up (which we can't see), there may be better ways of accomplishing this.
 
Upvote 0
I don't understand what you are saying in post #3.

If you have posted pictures of your data, I can't see them.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,246
Members
449,075
Latest member
staticfluids

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