I am using Excel 2013 at my workplace and the cell columns are numbered instead of alphabetized.
With that in mind, these are my table array values for my vlookup formula that excel automatically populated for me as I used my mouse to highlight the table area.
Sheet1!R[2]C[-3]:R[6]C[-2]
How do I lock down these values? I tried things like
Sheet1!$R$[2]$C$[-3]:$R$[6]$C$[-2]
but it doesn't work.
This is my current vlookup formula.
=VLOOKUP(RC[-1],Sheet1!R[2]C[-3]:R[6]C[-2],2,FALSE)
Below is the table array source that I am trying to reference.
Please advise! Thank you!
ANSWER: Below is the formula I am using now:
=VLOOKUP(RC[-1],Sheet1!R4C1:R8C2,2,FALSE)
it is locked in :-)