Results 1 to 14 of 14

list all values that begin with a specific letter

Threaded View

  1. #1
    Registered User
    Join Date
    12-24-2023
    Location
    Melbourne
    MS-Off Ver
    2019
    Posts
    7

    list all values that begin with a specific letter

    Hi, apologies for resurrecting that old thread.

    The formula provided by AliGW in the previous thread about this isn't working for me. excelforum.com/excel-formulas-and-functions/1256982-list-all-values-that-begin-with-a-specific-letter.html#post5029367

    I have a long list of 'names' (multiple words and single words e.g. 'Me Too', 'Tubbies on Telly' or 'Footing') on a sheet. For context this is a logbook of rock climbs in different places.
    On a different sheet I want to list all cells that start with a specific letter that is entered in cell M1.

    I modified Ali's formula to use my sheets =INDEX('all boulders'!$D$12:$D$7263,SMALL(IF(LEFT('all boulders'!$D$12:$D$7263,1)=$M$1,ROW('all boulders'!$D$12:$D$7263)),ROW(1:1))-1,1)
    but it returns #VALUE! unless I make it an array formula by doing ctrl+shift+enter, at which point it returns a valid name from the list but this name does not start with the letter entered in cell M1. e.g. M1 = "J", result given is "Thriving Sincerity".

    Is there some I'm missing here?

    I have been generating similar lists from this data, returning the names based on what 'place' I select from a dropdown box using this formula:
    =IFERROR(INDEX('all boulders'!$D$12:$D$7642,AGGREGATE(15,6,(ROW('all boulders'!$B$12:$B$7642)-ROW('all boulders'!$B$12)+ 1)/('all boulders'!$B$12:$B$7642 =$H$1), ROW('all boulders'!$A1))), "")
    The value in $H$1 is the selected 'place' that I want the list of names to be at. i.e. 'Tubbies on Telly' is at a place called 'Fontainebleau'.
    I am able to drag this formula down until it returns '0' when there are no more names listed as being in Fontainebleau.

    I thought I might be able to modify this formula to list all names beginning with a specific letter by using the LEFT formula instead of the AGGREGATE formula but I can't get it to work.

    I confess I am not knowledgable with excel formula. Up to now I have found answers to my problems by searching the web and manipulating the suggested solutions I find. e.g. I can't explain to you/anyone how the above formula works exactly but I kind of see what it is doing!

    Apologies for the long, potentially confusing, post. I hope one of you amazing peeps can help me out.
    Regards,
    rew
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] list all values that begin with a specific letter
    By Andy Swain in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-24-2023, 04:46 PM
  2. [SOLVED] How to count cells that begin with certain letter or characters
    By possumbarnes in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-13-2023, 01:22 PM
  3. [SOLVED] Specific range values C3 ->Specific Code (letter) F3
    By john55 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-27-2022, 05:01 AM
  4. [SOLVED] How many times a specific letter occurs in a list
    By richrichrich in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2020, 12:57 PM
  5. Need to list all values that begin with a certain series of numbers
    By Jlabombard in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-12-2012, 03:29 PM
  6. Filter names that begin with certain letter
    By enphynity in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-28-2012, 11:51 AM
  7. How to Subtotal values that begin with a letter?
    By sstendahl in forum Excel General
    Replies: 3
    Last Post: 04-25-2012, 10:31 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