I have a formula VLOOKUP(E2,Sheet2.A2:B690,2,0) in cell J2 which fills in J2 with the value corresponding to the number in E2 which is looked up from a table in sheet2.
My problem is that when I copy this formula down column J the E2 changes to E3 which is correct, but the table defined by Sheet2.A2:B690, which should be fixed, has the addresses changed also.
How may I fix the lookup table when I copy the file down a column please?