I have a formula which I am looking up figures in another sheet:
=VLOOKUP(A1,Sheet1!1:65536,4,FALSE)
The problem is, that when I copy the formula down, this is what happens:
=VLOOKUP(A2,Sheet1!#REF!,4,FALSE)
I want the second, third, and forth section to stay constant:
Sheet1!1:65536,4,FALSE) How do I do that?
=VLOOKUP(A1,Sheet1!1:65536,4,FALSE)
The problem is, that when I copy the formula down, this is what happens:
=VLOOKUP(A2,Sheet1!#REF!,4,FALSE)
I want the second, third, and forth section to stay constant:
Sheet1!1:65536,4,FALSE) How do I do that?