Excel - Insert Worksheet Name into Cell

Solved/Closed
bibidel -  
 hugo -
Hello,

Do you have the trick to insert the name of a worksheet tab in an Excel cell?

Thank you allConfiguration: Windows XP
Internet Explorer 6.0

34 réponses

  • 1
  • 2
této
 
The correct formula is:

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


A +
147
SSV78
 
Thank you
Very useful
0
hugo
 
But how do we increment and find all the names of the other tabs? The goal is to automate this.
2
  • 1
  • 2