+ Reply to Thread
Results 1 to 5 of 5

Help Help - Sorting Data

  1. #1
    Registered User
    Join Date
    10-26-2005
    Posts
    2

    Help Help - Excel Sorting - A tough one at least for me

    I have a list that I am trying to sort but have received the information in one column - refer examlpe 1 below


    EXAMPLE 1

    Column A

    1 Suburb
    2 Name
    3 Address
    4
    5 Suburb
    6 Name
    7 Address
    8
    9 Suburb
    10 Name
    11 Address
    12
    13 Suburb
    14 Name
    15 Address


    Note every 4th cell is blank.

    There are over 7,000 cells in the list.


    I need to somehow sort the list into 3 separate columns as outlined below:

    EXAMPLE 2

    Column A = Name
    Column B = Address
    Column C = Suburb


    Is there any way this can be done?

    Can anyone please urgently assist me as I have no idea?

    Many thanks
    Last edited by kotzab; 10-26-2005 at 04:17 AM.

  2. #2
    Max
    Guest

    Re: Help Help - Sorting Data

    One way ..

    Assuming source data in A1 down ..

    Put in B1: =INDEX($A:$A,ROW()*4-4+COLUMN()-1)
    Copy B1 across to D1, fill down until zeros appear,
    signalling exhaustion of data extracted from col A
    (since you have 7ooo, copy down till around D1750)

    Freeze cols B to D via an "in-place"
    Copy > paste special > values > OK

    Delete col A
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "kotzab" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list that I am trying to sort but have received the information
    > in one column - refer examlpe 1 below
    >
    >
    > EXAMPLE 1
    >
    > Column A
    >
    > 1 Suburb
    > 2 Name
    > 3 Address
    > 4
    > 5 Suburb
    > 6 Name
    > 7 Address
    > 8
    > 9 Suburb
    > 10 Name
    > 11 Address
    > 12
    > 13 Suburb
    > 14 Name
    > 15 Address
    >
    >
    > Note every 4th cell is blank.
    >
    > There are over 7,000 cells in the list.
    >
    >
    > I need to somehow sort the list into 3 separate columns as outlined
    > below:
    >
    > EXAMPLE 2
    >
    > Column A = Name
    > Column B = Address
    > Column C = Suburb
    >
    >
    > Is there any way this can be done?
    >
    > Can anyone please urgently assist me as I have no idea?
    >
    > Many thanks
    >
    >
    > --
    > kotzab
    > ------------------------------------------------------------------------
    > kotzab's Profile:

    http://www.excelforum.com/member.php...o&userid=28353
    > View this thread: http://www.excelforum.com/showthread...hreadid=479357
    >




  3. #3
    Max
    Guest

    Re: Help Help - Sorting Data

    "7ooo" should read as: 7000 in the line
    > (since you have 7ooo, copy down till around D1750)


    (mistakenly hit the letter "o" instead of zero, ugh ..)
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  4. #4
    Registered User
    Join Date
    10-26-2005
    Posts
    2

    Thank You

    You are a Champion. I appreciate your help.

    Warm regards from Australia

  5. #5
    Max
    Guest

    Re: Help Help - Sorting Data

    Glad it helped !
    Thanks for the feedback
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



+ 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