Thread: Vlook Question
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
denise denise is offline
external usenet poster
 
Posts: 112
Default Vlook Question

Thank you so much, that worked like a charm...


"Mike H" wrote:

Denise,

One way

=VLOOKUP($A$1,$B$4:$G$10,COLUMN(B2),FALSE)
Start in column 2 of the table and dragged right becomes column 3 etc
or
=VLOOKUP($A$1,$B$4:$G$10,ROW(B2),FALSE)
same effect dragged down

Mike
"Denise" wrote:

Can you drag a vlookup formula and have the col_index_num follow?