View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avworld avworld is offline
external usenet poster
 
Posts: 1
Default trouble "locking" a portion of a formula..


I'm trying to increment one value in a vlookup (or match) formula, bu
not the other, for example:
=vlookup(B2, C2:C5000, 1)
I want the range to stay the same, but the value in B column t
increment so I can just fill the rest of the column.

ie:
=vlookup(B3, C2:C5000, 1)
=vlookup(B4, C2:C5000, 1)
etc.

Any thoughts?
There are actually over 12,000 rows, and I really don't have the tim
to enter each cell individually.
Any help would be greatly appreciated.
Thanks,
Stev

--
avworl
-----------------------------------------------------------------------
avworld's Profile: http://www.excelforum.com/member.php...fo&userid=2493
View this thread: http://www.excelforum.com/showthread.php?threadid=38471