View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default cell value to change formula

Try this:

=VLOOKUP($A3,INDIRECT("'"&A2&"'!F:G"),2,0)

--
Biff
Microsoft Excel MVP


"Rich" (no spam) wrote in message
...
is their a way to "search a page" depending upon the value in a cell.

I.E cell a2 = col 16 feb

cell a3
=VLOOKUP($A3,'COL 16 Feb'!$F:$G,2,FALSE

is their a way to alter the "'COL 16 Feb'!$F:$G" data to "any other page"
simply by changing the data in a2

thanks