VLOOKUP Question - Can I Keep the Same Aray with Drag?

  • Thread starter Thread starter CJ
  • Start date Start date
C

CJ

I am using VLOOKUP to match a unique number from my Table A to a unique
number from Table B and return whatever it says in the 3rd column of Table B.
The first one worked great. But I need to copy that formula through an
entire column, and as I FILL it to other cells, it changes the array and
suddenly I get N/A# a lot. I have to go back and manually cut and paste the
array value into each formula and then they work. This is highly annoying. is
there anyway to tell Excel "Do not change this value - always keep this array
the same"?
 
Hey CJ,

The problem is that you haven't anchored your data set. Use $ in the vlookup.

ex. =VLOOKUP(A1,$C$7:$H$38,3,FALSE)
 
Also, whenever you specific a cell or a data range, the F4 key will scroll
you through the combinations of absolute and relative references.
 

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