Absoult for auto fill

  • Thread starter Thread starter Dylan @ UAFC
  • Start date Start date
D

Dylan @ UAFC

=VLOOKUP(D6,Sheet2!A1:K80000,11)

I need to make this formula absoult
so that can auto fill copy the coloumn
I just can't seem to place the $ corretly
 
Dylan,

At the minimum, I would use

=VLOOKUP(D6,Sheet2!A$1:K$80000,11)

and possibly

=VLOOKUP(D6,Sheet2!$A$1:$K$80000,11)
or
=VLOOKUP($D6,Sheet2!A$1:K$80000,11)

depending on how you want things to increment when (if) you copy to the
right.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top