View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default File names within formulae

Go to Excel help & look up the INDIRECT function.
--
David Biddulph

"POKEY" wrote in message
...
Help - is it possible to reference data from another spreadsheet by using
a
named range or otherwise within the formula? e.g. You want to retrieve
data
from cell A1 in another spreadsheet named "accounts january.xls" - you
would
normally type =c:\[accounts january.xls]'!A1. Each month the name of the
spreadsheet source changes to "account february.xls" etc..etc.. This
formula
exists in many cells - is it possible to name this "changing" spreadsheet
name by referencing all these formulas to one cell which contains the name
of
the spreadsheet source? e.g =c:\[=b2].xls'!A1