How to write Vlookup to drag across a row?
=Vlookup(A1,A10:A20,COLUMN(),false)
but it requires more calculation, so make sure your ease of dragging is
worth it.
HTH. Best wishes Harald
"J.Mart" wrote in message
...
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?
|