Really brain dead. My active cell is at Q2 in one sheet, Report, and the VLOOKUP is on another, DataFile. In Report, the value of cell B2 is the one I want to lookup in range B2:S200 of DataFile. The value I'm search for is in column R.
This is the formula for that when I'm not using VBA: =VLOOKUP(B2,'DataFile'!A2:S200,18).
I'm nowhere near column 31 which makes me totally lost so what do those numbers specifically refer to? "=IFNA(VLOOKUP(RC[-31],'DataFile'!R2C[-15]:R200C[-6],18,FALSE),"""")"