+ Reply to Thread
Results 1 to 4 of 4

How do I sort a large column of data by length?

  1. #1
    blange
    Guest

    How do I sort a large column of data by length?

    I have an excel spreadsheet with about 20,000 rows of domain names in one
    column. I need to sort the huge list by the length of each domain name --
    shortest first. Example:

    d4.com
    tyu.com
    dh4.net
    sjrh.com
    h669.com
    short.com
    shorter.com

    and so on........ all the way down through 20K names. Thank you for any help!

  2. #2
    Ron Rosenfeld
    Guest

    Re: How do I sort a large column of data by length?

    On Mon, 29 May 2006 09:39:02 -0700, blange <[email protected]>
    wrote:

    >I have an excel spreadsheet with about 20,000 rows of domain names in one
    >column. I need to sort the huge list by the length of each domain name --
    >shortest first. Example:
    >
    >d4.com
    >tyu.com
    >dh4.net
    >sjrh.com
    >h669.com
    >short.com
    >shorter.com
    >
    >and so on........ all the way down through 20K names. Thank you for any help!


    If your domain names are in A2:A20000, then

    B2: =LEN(A2)

    Fill down to B20000

    Sort on Column B.

    --ron

  3. #3
    blange
    Guest

    Re: How do I sort a large column of data by length?

    Thank you very much Ron!
    Perfect results....


    "Ron Rosenfeld" wrote:

    > On Mon, 29 May 2006 09:39:02 -0700, blange <[email protected]>
    > wrote:
    >
    > >I have an excel spreadsheet with about 20,000 rows of domain names in one
    > >column. I need to sort the huge list by the length of each domain name --
    > >shortest first. Example:
    > >
    > >d4.com
    > >tyu.com
    > >dh4.net
    > >sjrh.com
    > >h669.com
    > >short.com
    > >shorter.com
    > >
    > >and so on........ all the way down through 20K names. Thank you for any help!

    >
    > If your domain names are in A2:A20000, then
    >
    > B2: =LEN(A2)
    >
    > Fill down to B20000
    >
    > Sort on Column B.
    >
    > --ron
    >


  4. #4
    Ron Rosenfeld
    Guest

    Re: How do I sort a large column of data by length?

    On Mon, 29 May 2006 10:52:02 -0700, blange <[email protected]>
    wrote:

    >Thank you very much Ron!
    >Perfect results....
    >
    >
    >


    You're welcome. Thanks for the feedback.
    --ron

+ 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