Vlookup problem

Barrowlad

New Member
Joined
Apr 4, 2019
Messages
18
Hi, I have this formula which uses vlookup and I want it to use the cell H1 that offsets the result by 4.
I cannot get it to work is there anyway please.
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IFERROR(VLOOKUP($A32,Results!$AP$10:$AS$17,4+H1,0),"")

Len
[/FONT]
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Very sorry I will try to explain it better, it starts off like this,
=IFERROR(VLOOKUP($A32,Results!$AL$10:$AS$17,4,0),"")
A32 is on a sheet called Avg and the cell with the formula is on Avg cell C32, AI1 is on sheet Results and gets updated by 4 with a macro and I want I am trying to do is:
IFERROR(VLOOKUP(A32,results!AL10:AS17,AI1,0),””)
So That the next cell to C32 which is D32 and son on gets updated by 4.
Thankyou for replying
Len
 
Upvote 0
Still not sure im understanding. Do you mean you want to drag the formula to the right and increment the column number that the formula returns by four?
 
Upvote 0
Try this out and see if its what you mean

=IFERROR(VLOOKUP($A32,Results!$AL$10:$ZZ$17,COLUMNS($A$1:A1)*4,0),"")
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,318
Members
452,634
Latest member
cpostell

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