+ Reply to Thread
Results 1 to 4 of 4

Use MID Substring for INDIRECT List

  1. #1
    Registered User
    Join Date
    02-19-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    2

    Use MID Substring for INDIRECT List

    I'd like to be able to use a substring from a list with the INDIRECT function. I know I can use MID to get the substring, but that's about all.

    My original list is operating systems with versions, i.e.

    Windows 2003 R2 NoSP
    Windows 2008 SP2
    Windows 2008 R2 SP1, SP2
    Windows 2012 x64

    I want to use the first 12 positions, for example "Windows 2012" to provide the indirect reference. I just don't know how to code this and would love some help.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Use MID Substring for INDIRECT List

    you could try the left function
    like this


    =INDIRECT("'"&LEFT(TRIM(A13),12)&"'!A1")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    02-19-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Use MID Substring for INDIRECT List

    Hmm. My Drop Down lists are on another sheet. My list of OSes is going to index to a list of compatible software products which will be different depending on the choice of OS. I'm not able to see what to do still.

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Use MID Substring for INDIRECT List

    can you provide a sample workbook on what you are working on.

    To attach a sample workbook. Make sure there is just enough data to make it clear what is needed.

    Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

+ 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