View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Indirect/Vlookup/???

=VLOOKUP(A20;indirect(B20&":"&C20),D20;FALSE)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Light" wrote in message
...
I am trying to do a lookup almost entirely based on the contents of

various
cells.

I want to use the values sitting in B20 and C20 to get my range. B20 reads
'Sheet2!B80' and C20 is 'Sheet2!L98'. When I use
=VLOOKUP(A20;indirect(B20):indirect(C20);D20;FALSE ) then the formula bar

says
my table array is volatile.

Has anyone any idea what I should be entering?

Thanks very much.