+ Reply to Thread
Results 1 to 2 of 2

Tab Name Shown In Another Sheet's Cell

  1. #1
    jbtenor1
    Guest

    Tab Name Shown In Another Sheet's Cell

    Is it possible to pull the tab name from another sheet within the same
    workbook and show it in a cell?

  2. #2
    Registered User
    Join Date
    09-16-2003
    Location
    Waiau Pa NZ
    Posts
    81
    you need to get the tab name in a cell in the original sheet first

    use the formula in for example cell B2
    =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)

    then on the other sheet you can refer to............... =sheet1!B2
    Greetings from New Zealand
    Bill Kuunders

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1