View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default VLOOKUP Question - Can I Keep the Same Aray with Drag?

Use absolute references for the table_array:

=VLOOKUP(A1,$H$1:$K$100,3,0)

--
Biff
Microsoft Excel MVP


"CJ" wrote in message
...
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"?