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!
=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!