+ Reply to Thread
Results 1 to 6 of 6

Out needed based on Alphabetical sequence

  1. #1
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Out needed based on Alphabetical sequence

    Hello All,

    Good Noon,Please help to getting the output based on alphabetical sequence.

    Sample data is attached for your ready reference.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Out needed based on Alphabetical sequence

    In F3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In G3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Copy down.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Out needed based on Alphabetical sequence

    f3=IF(C3>D3,D3,C3)
    g3=IF(C3<D3,D3,C3)
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Out needed based on Alphabetical sequence

    if you have multiple columns then try below formula in f3 try below formula and copy across
    =IFERROR(INDEX($C3:$D3,MATCH(COLUMNS($F3:F3),INDEX(COUNTIF($C3:$D3,"<"&$C3:$D3)+1,0),0)),E3)

  5. #5
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Out needed based on Alphabetical sequence

    Thanks Olly,it providing the exact output of what am looking for

    Please guide me logic of this formula so that i can try it in near future.

  6. #6
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Out needed based on Alphabetical sequence

    Thanks Siva,I was struggling to find the logic to get the output.you also made it simple it can be done using IF condition.

+ 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. Export columns based on alphabetical order
    By rpetty in forum Excel General
    Replies: 6
    Last Post: 07-26-2017, 10:48 PM
  2. Loop through Pivot Table in alphabetical sequence
    By trizzo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-06-2016, 05:31 PM
  3. Replies: 10
    Last Post: 06-13-2013, 04:12 PM
  4. [SOLVED] Creating a sequence based on numbers in one column and adding "01,02..." to a new sequence
    By JCR1968 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-05-2013, 08:06 AM
  5. VLookup Alphabetical List, then display next number in a sequence
    By ianarman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-24-2012, 04:18 AM
  6. Overall rating based on an alphabetical score
    By OlSchool in forum Excel General
    Replies: 5
    Last Post: 06-23-2011, 10:10 AM
  7. Replies: 1
    Last Post: 08-27-2009, 06:07 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