View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default Formula to add the tab name

Antonio,

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

file must be saved first



You may also want to have a look here


http://www.xldynamic.com/source/xld.xlFAQ0002.html
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"AntonioM" wrote in message
...
Is there a formula that will add the name of the current tab name to a
cell?