View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
John John is offline
external usenet poster
 
Posts: 2,069
Default reference tabs in a summary sheet as column headers

try putting =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
in a cell on each sheet and then on the summary refer to that cell. You
need to have the sheet saved to update.
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)


"JDR" wrote:

I am trying to summarize my data on the last sheet of the workbook.... the
sheet names will change frequently..... so what I am trying to do is have a
cell (column header or name) on the summary sheet automatically read the name
on each sheet and use it in the cell for my header-- Then when the sheet
name changes it will automatically update my summary page... Is this possible?
Thanks