VLOOKUP using absolute reference

drop05

Active Member
Joined
Mar 23, 2021
Messages
285
Office Version
  1. 365
Platform
  1. Windows
Hello, i have this formula i am using

=VLOOKUP(L7,'List'!G5:P5,7,FALSE)

and i am trying to get it to where if it is copied then it would be

=VLOOKUP(L7,'List'!G6:P6,7,FALSE)

then

=VLOOKUP(L7,'List'!G8:P8,7,FALSE)

the same columns but one row down and so on. I was told about absolute reference
i believe if written like this it may work
=VLOOKUP(H7,'List'!$G5:$P5,7,FALSE)
however when copying it to another cell over it is not changing the row it is still 5 and not going to 6

any help would be appreciated thank you!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Are you just dragging L7 down?

Excel Formula:
=VLOOKUP($L$7,'List'!G5:P5,7,FALSE)
 
Upvote 0
this does help for something else i did not think of but i think i worded my question wrong, after testing it actually worked good with =VLOOKUP(D$7,'List'!$G:$P,7,FALSE)

for some reason i thought that with =VLOOKUP(D7,'List'!$G5:$P5,7,FALSE)
i thought it would change to =VLOOKUP(D7,'List'!$G6:$P6,7,FALSE) when pasting to the right but it didnt

but with the reference im making in List it is referencing correctly

sorry for that and thank you for your help as well!
 
Upvote 0
Glad you sorted it & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,912
Members
449,132
Latest member
Rosie14

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