View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sebation.G[_2_] Sebation.G[_2_] is offline
external usenet poster
 
Posts: 37
Default Update reference in multiple formulas

try with Indirect formula & column formula
e.q. in your destinational sheet u can use the formula :
=INDIRECT("[book.name]"&COLUMN()&"!A1")
then drag it toward the right

HTH

--
Regards,

Sebation.G
"Luke" ...
Hi,
I¡¯ve set up a few tables to with formulas to extract data from a large
spread sheet which is produced every month. I¡¯m using Vlookup but every
month the ¡°table_array¡± part of the formula will need to be changed.
Is
there a way to update the ¡°table_array¡± part for all the formulas all at
once?
Many thanks
Luke