View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
J.Mart[_2_] J.Mart[_2_] is offline
external usenet poster
 
Posts: 9
Default How to write Vlookup to drag across a row?

How do you write a Vlookup function so that you can drag across a row and the
reference column will change automatically...so it goes from
=Vlookup(A1,A10:A20,2,false)
=Vlookup(A1,A10:A20,3,false) automatically?