View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default For Cheri - Worksheet Name in Cell

In the future, please ask your question in the body of the posting, not in
the title - the system does not permit responses to posts with no body text.

Hope you see this!
On any given sheet, in any cell, enter this formula to display that sheet's
name in the cell:

=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1) )-FIND("]",CELL("filename",A1)))

Remember that is all one line - not 2 lines as the system may break it into.