Auto insert tab name in cell

C

Chip Pearson

Norm,

Use the following formula:

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

The file must have been saved for this to work.
 
N

Norm

Thx chip


Chip said:
Norm,

Use the following formula:

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

The file must have been saved for this to work.



Is there a function to use the Tabname or sheetname in a cell?
 
Top