+ Reply to Thread
Results 1 to 9 of 9

Arrange letters in alpha mode

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Arrange letters in alpha mode

    AAADLTA
    AAEDLTA
    AAIDLTA
    AAODLTA
    AAUDLTA

    I have this on A1

    Need formula on b1 to give me following

    AAAADLT
    AAAAEDLT
    AAADILT
    AAADLOT
    AAADLTU

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Arrange letters in alpha mode

    I dont see how a formula with give what you expect, seeing as the text in your answer range does not match the text in your data range?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Arrange letters in alpha mode

    It is impossible for Excel 2010 without VBA.

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Arrange letters in alpha mode

    =REPT("A",LEN(A1)-LEN(SUBSTITUTE(A1,"A",)))&REPT("E",LEN(A1)-LEN(SUBSTITUTE(A1,"E",)))&REPT("I",LEN(A1)-LEN(SUBSTITUTE(A1,"I",)))&REPT("O",LEN(A1)-LEN(SUBSTITUTE(A1,"O",)))&REPT("U",LEN(A1)-LEN(SUBSTITUTE(A1,"U",)))

    someone was able to do for vowels only using the below data on a1 and see results on b2

    AMANDLA AAA
    MANDALA AAA
    BALADIN AAI
    CANALED AAE
    CANDELA AAE
    DECANAL AAE
    ACNODAL AAO

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

    Re: Arrange letters in alpha mode

    if you don't mind to use helper cells (with limited or fixed length , length of string effect number of formulas)

    please try

    B1
    =SUBSTITUTE(CONCATENATE(P1,Q1,R1,S1,T1,U1,V1,W1,X1,Y1)," ","")

    E1
    =MID($A1,COLUMNS($D1:D1),1)&" "
    copy thru N1

    P1
    =INDEX($E1:$N1,1,MATCH(SMALL(CODE($E1:$N1),COLUMNS($O1:O1)),CODE($E1:$N1),0))
    follow with Ctrl-Shift-Enter for array formula, copy to Y1

    Regards.
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Arrange letters in alpha mode

    wow so beautiful , thank you so much

  7. #7
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Arrange letters in alpha mode

    makinmomb you have written
    I have this on A1
    but actually it is not so as i see.

  8. #8
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,066

    Re: Arrange letters in alpha mode

    All letters in alphabetical order (but will not work for your second example because E is alphabetically AFTER D)

    If you want D to be after E, then change the order of each section of this formula to be in the order you want the letters.

    Please Login or Register  to view this content.

  9. #9
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Arrange letters in alpha mode

    thank you jan , i will this too

+ 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. [SOLVED] Arrange Worksheets Alpha.
    By Excel User in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-02-2006, 03:35 PM
  2. [SOLVED] How do I arrange worksheet tabs In alpha order
    By Ron de Bruin in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 12:05 PM
  3. [SOLVED] How do I arrange worksheet tabs In alpha order
    By Worksheet order in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  4. How do I arrange worksheet tabs In alpha order
    By Ron de Bruin in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 AM
  5. How do I arrange worksheet tabs In alpha order
    By Worksheet order in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  6. [SOLVED] How do I arrange worksheet tabs In alpha order
    By Worksheet order in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. How do I arrange worksheet tabs In alpha order
    By Worksheet order in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  8. [SOLVED] How do I arrange worksheet tabs In alpha order
    By Worksheet order 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