+ Reply to Thread
Results 1 to 5 of 5

Excel 365: Formula to return Tab Name

  1. #1
    Registered User
    Join Date
    03-09-2019
    Location
    San Diego
    MS-Off Ver
    MS Office 2019
    Posts
    8

    Excel 365: Formula to return Tab Name

    Currently have a workbook with 90 tabs. Each tab is an individual employee name in the format: Smith, John. There is a cell in each worksheet that references the tab name (ie. the employee's name). When working in excel desktop, I was using the following formula and it worked as expected: However, our company just transitioned to Office 365. In Excel 365 or online versions of excel, the formula does not work and returns "#value!". My understanding is that the online versions do not support the "CELL" function. Additionally due to security settings in our company's Excel 365, I am unable to resolve with VBA.

    Original formula: =MID( CELL("filename",A1),FIND("]", CELL("filename",A1))+1,255). **fyi: the symbol before "CELL" was removed for this post as it was causing error in posting**

    Is there a function in Excel 365 to return the tab name?

    Thank you for any advice or assistance.

    Ed
    Sample.xlsx
    Last edited by eluzzi; 10-24-2022 at 03:29 PM.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Excel 365: Formula to return Tab Name

    That formula will work in 365 as long as you open the file in the desktop app.
    As far as I'm aware there is no way of getting the Tab name with the online version of Excel.

  3. #3
    Registered User
    Join Date
    03-09-2019
    Location
    San Diego
    MS-Off Ver
    MS Office 2019
    Posts
    8

    Re: Excel 365: Formula to return Tab Name

    Fluff13,

    Thank you for the quick response, I was afraid of that. Our company removed the desktop apps and everything is online through 365 now. I usually develop spreadsheets on home PC with desktop, only to find out certain limitations of the online app after the fact. Oh well. Have a great day.

    Ed

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Excel 365: Formula to return Tab Name

    Sorry I couldn't have been more help.

  5. #5
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Excel 365: Formula to return Tab Name

    You may get tab name from 2 formulas.

    1st. Create a formula (for sample at B1 of tab Sheet1) as
    =Sheet1!A1
    ** Need to insert tab name by yourself in the first time.

    2nd. Use FormulaText to read it out.
    =MID(FORMULATEXT(B1),2,FIND("!",FORMULATEXT(B1))-2)

    Regards.
    Attached Images Attached Images

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 09-26-2018, 03:31 PM
  2. [SOLVED] EXCEL FORMULA RETURN X IF VALUE IN 4 CELLS HAS VALUE
    By RERAA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  3. EXCEL FORMULA RETURN X IF VALUE IN 4 CELLS HAS VALUE
    By RERAA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  4. EXCEL FORMULA RETURN X IF VALUE IN 4 CELLS HAS VALUE
    By RERAA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  5. [SOLVED] EXCEL FORMULA RETURN X IF VALUE IN 4 CELLS HAS VALUE
    By RERAA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  6. excel formula return x if value in 4 cells has value
    By David Billigmeier in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 06:05 AM
  7. EXCEL FORMULA RETURN X IF VALUE IN 4 CELLS HAS VALUE
    By RERAA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM

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