+ Reply to Thread
Results 1 to 2 of 2

Sorting a List into Adjacent Column

  1. #1
    Registered User
    Join Date
    12-21-2014
    Location
    somewhere
    MS-Off Ver
    2010
    Posts
    36

    Sorting a List into Adjacent Column

    Hello. I have a list of numbers in one column that I want sorted in the next. Is this possible. i.e

    4
    5
    6
    -1
    0

    to be sorted into
    -1
    0
    4
    5
    6
    in column 2

    I obviously could just copy and paste the contents of column 1 into the next column and then sort, but I don't really wish to do that.
    Last edited by skillsguy; 01-27-2015 at 11:28 PM.

  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: Sorting a List into Adjacent Column

    Perhaps this...
    A
    B
    1
    4
    -1
    2
    5
    0
    3
    6
    4
    4
    -1
    5
    5
    0
    6


    B1=SMALL($A$1:$A$5,ROW(A1))
    copied down
    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

+ 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] Find next non blank cell in list and return value from adjacent column
    By kristy.brown in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-19-2014, 03:28 PM
  2. [SOLVED] Trimming a list of numbers into an adjacent Column.
    By hammer2 in forum Excel General
    Replies: 2
    Last Post: 09-18-2013, 07:54 AM
  3. Sorting a Column and it's Adjacent cell!!!
    By Ddefatta in forum Excel General
    Replies: 3
    Last Post: 04-19-2013, 08:55 PM
  4. Consolidate Unique List Items into an Adjacent Column
    By packetdog in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-09-2012, 11:29 AM
  5. Replies: 2
    Last Post: 10-13-2011, 04: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