+ Reply to Thread
Results 1 to 5 of 5

List of All Worksheet Names in same workbook

  1. #1
    Registered User
    Join Date
    09-23-2017
    Location
    Toronto, ON
    MS-Off Ver
    Microsoft Office 365 Subscription MSO (Version 2310 Build 16.0.1
    Posts
    59

    Exclamation List of All Worksheet Names in same workbook

    Hello,
    I am trying to list all worksheet names in the same workbook using the "=INDEX(ListSheets,B3)" formula.
    It does work, but I would like to have a list of OLD to NEW (date) orders.

    For example:
    In column C, list name would start from right to left : "Total", "Oct 16-Oct 21", "Oct 22-Nov 04" & "Nov 5-Nov 18"

    Please see attached file CASH_test1.xlsx for your reference.

    Could anyone be so kind to help me out.

    Thank You

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,335

    Re: List of All Worksheet Names in same workbook

    Are you still using Excel 2019?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    09-23-2017
    Location
    Toronto, ON
    MS-Off Ver
    Microsoft Office 365 Subscription MSO (Version 2310 Build 16.0.1
    Posts
    59

    Re: List of All Worksheet Names in same workbook

    Sorry, profile updated.
    I recently updated to Office 365

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,335

    Re: List of All Worksheet Names in same workbook

    Try this:

    =LET(l,TRANSPOSE(ListSheets),s,TEXTBEFORE(l,"-"),f,TEXTAFTER(l,"-"),ss,SORT(DATE(2023,TEXT(s,"m"),TEXT(s,"y"))),sf,SORT(DATE(2023,TEXT(f,"m"),TEXT(f,"y"))),t,IFERROR(TEXT(ss,"mmm dd")&"-"&TEXT(sf,"mmm dd"),l),t)
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-23-2017
    Location
    Toronto, ON
    MS-Off Ver
    Microsoft Office 365 Subscription MSO (Version 2310 Build 16.0.1
    Posts
    59

    Re: List of All Worksheet Names in same workbook

    Thank you for your reply, @AliGW.
    It did not work when I added new dated tabs to the worksheet.
    Attached Files Attached Files

+ 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. Stop Duplicating Workbook Names as Worksheet Names
    By cbrown6305 in forum Excel General
    Replies: 4
    Last Post: 06-12-2020, 04:59 PM
  2. [SOLVED] Copy data from active workbook worksheets based on the list of worksheet names created
    By ghostly1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-25-2019, 10:32 AM
  3. [SOLVED] List in dynamic combobox which shows open workbook names and workshee names
    By igormigor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-01-2016, 06:09 AM
  4. [SOLVED] Code to create a list of my worksheet workbook names
    By dwheggen1 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-29-2015, 11:17 AM
  5. Code to List all worksheet names (tab names)
    By howard101 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-17-2007, 12:51 PM
  6. [SOLVED] how to print list of all worksheet names in a workbook?
    By BAM100 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2006, 05:15 PM
  7. How do I print a list of worksheet tab names in a workbook
    By Clif in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2005, 12:06 AM

Tags for this Thread

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