+ Reply to Thread
Results 1 to 2 of 2

Cell Value Equals sheet Name

  1. #1
    Registered User
    Join Date
    05-21-2008
    Location
    London
    MS-Off Ver
    2007
    Posts
    66

    Cell Value Equals sheet Name

    Is there a formular I can place in a cell to make the value of the cell the same as the sheet name, so if I change the sheet name it will automaticlly change the value in that cell.


    Thanks

    Vetequk

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile Re: Cell Value Equals sheet Name

    Good morning Vetequk
    Quote Originally Posted by Vetequk View Post
    Is there a formular I can place in a cell to make the value of the cell the same as the sheet name, so if I change the sheet name it will automaticlly change the value in that cell.
    Surprisingly (or maybe not!!), there isn't a straightforward formula to give you this, but it can be done using the CELL command, the only caveat being that the workbook must be saved - it won't work on a new workbook until it's given a filename :

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

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

+ 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