I've set up a spreadsheet with the data on one sheet, and on another sheet the VLOOKUP formula.
This is the formula =IF(ISBLANK(A70),"",VLOOKUP(A70,'2015Quotes'!A2:J1000,2,FALSE))
When I try to fill it across 8 cells, all I want to change is the last number, ie 2 then 3 then 4 etc. But it changes A70 to B70 to C70 and so on. It also changes A2:J1000 to B2:K1000 etc.
How do I make change the last number only when I drag it across?
Bookmarks