• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

More Easy way for alphabetic listing ?

Dackson

Member
Some one kindly explain more easy way of alphabetic listing ....
 

Attachments

  • alphabetic listing.xlsx
    11.9 KB · Views: 5
Hi Dackson,

I assume you are trying to sort column F list in alphabetical order A-Z, if so than try below array formula in G2 and copy down:

=INDEX($F$2:$F$11,MATCH(ROWS(G$2:G2),COUNTIF($F$2:$F$11,"<"&$F$2:$F$11)+1,0))

Note, since this is an array formula so must be confirmed with Ctrl+Shift+Enter, and not just Enter.

Regards,
 
Back
Top