Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   Excel Sheet Tab Links (https://www.askmehelpdesk.com/showthread.php?t=323436)

  • Mar 1, 2009, 07:44 AM
    yellowjacket83
    Excel Sheet Tab Links
    Does anyone know if you can automatically link the name of the individual sheet tab name to a cell in the same sheet?

    In other words, if the sheet tab name is "Trains 09" I'd like to be able to have this title show up in a cell in the spreadsheet.
  • Mar 1, 2009, 05:44 PM
    bones252100

    While you may not be able to link that info, you can format any cell or group of cells to display that info.
  • Mar 2, 2009, 02:22 AM
    JBeaucaire
    Quote:

    Originally Posted by yellowjacket83 View Post
    Does anyone know if you can automatically link the name of the individual sheet tab name to a cell in the same sheet?

    In other words, if the sheet tab name is "Trains 09" I'd like to be able to have this title show up in a cell in the spreadsheet.

    Yes it is possible, and it's very useful, especially if you're creating INDIRECT() formulas that utilize sheetnames in formulas. Very handy indeed.

    The formula to show the sheet tab name in a cell is:

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

    ... but that won't work until AFTER you've saved the sheet at least once.

    Quote:

    Originally Posted by bones252100 View Post
    While you may not be able to link that info, you can format any cell or group of cells to display that info.

    This qualifies as "linking", so I would be interested to know what you were talking about in your hinted at alternate approach.

  • All times are GMT -7. The time now is 07:41 AM.