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...