View Single Post
  #8   Report Post  
Alan Beban
 
Posts: n/a
Default

Domenic wrote:
Unfortunately, VLOOKUP does not accept an array of lookup values.


??

=VLOOKUP(a1:a3,a1:b8,2,0) array entered in a 3-cell column returns the
values from Column B corresponding to the values in A1:A3.

Alan Beban