View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Formula for Tab Content

Karen,

Put this in a cell. The workbook must be saved for it to work

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)

Mike

"Karen" wrote:

Is there a formula I can use for a cell that will populate a cell with the
content of a sheet tab?
Thank you, Karen