View Single Post
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just do it twice:

=IF(NOT(ISERROR(VLOOKUP(A1,Sheet2!A:B,2,FALSE))),
VLOOKUP(A1,Sheet2!A:B,2,FALSE),
VLOOKUP(A1,Sheet3!A:B,2,FALSE))

(all one cell)


James wrote:

I have to do a vlookup, but the Table_array data is spread over two
worksheets because of the amount of data. Is this possible?


--

Dave Peterson