Denise G. answered 03/25/24
Algebra, College Algebra, Prealgebra, Precalculus, GED, ASVAB Tutor
This is how a VLOOKUP is formatted:
VLOOKUP(Lookup cell, range, column to return)
VLOOKUP(J19,B19:J15,2)
For absolute references, you would use $ for this. I think it makes sense to use those for the table range, but not sure why it would be on the lookup value. But here is what it would look like with absolute references added.
VLOOKUP($J$19,$B$19:$J$15,2)