+ Reply to Thread
Results 1 to 4 of 4

sorting,linking and clustering

  1. #1
    Registered User
    Join Date
    03-06-2005
    Posts
    3

    sorting,linking and clustering

    Hi Guys,

    Its my fist time on this forum so just wanna say thanks for having me.

    Anyway I have two columns like the following

    Label Number
    A 1
    B 2
    C 1
    D 3
    E 3
    F 3
    G 2
    H 2
    I 1

    I want to group them together by Number, so all the 1s together and all the 2s together…etc. That’s easy but I also want the appropriate label to reorder them selves by linking them to their Number respective number. In sum; when Number is reordered I want Label to move with it. Any ideas??

    Im also want to display the results of CLUSTERED items graphically……any recommendations??

    Thanks for your time. I hope I get the chance to return the favour.

    Cheers

    Chris

  2. #2
    Forum Contributor
    Join Date
    08-23-2004
    Posts
    210
    If Label in A1, Number in B1, and the letters and number beneath their respective headings, as in your post, then use sort. First highlight the range A1:B10 (which covers the entire data). Then click on Data / Sort, and on the Sort panel make sure Number is in the Sort by slot. Select Ascending and select Header row in the My list has. Click OK and the range will be sorted. The result being Label: A C I B G H D E F and Number: 1 1 1 2 2 2 3 3 3 (going down the columns). When sorting always make sure that all the range is highlighted to keep the label with it's number together.

  3. #3
    Forum Contributor
    Join Date
    08-23-2004
    Posts
    210
    Sorry, Chris, but: "CLUSTERED items graphically", has me beat. Please explain in more detail.

  4. #4
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    I would use a PivotTable:

    1. Mark you list (incl. headlines)
    2. Goto menu: Data>PivotTables and PivotChart...
    3. Click Next, and Next if your Area is correct
    4. Select Layout... and Place first Number then Item in the Row and place Item in Data.
    see: http://www.contextures.com/xlPivot02.html
    to adjust: http://www.contextures.com/xlPivot05.html
    5. Finish...

    Graphically? ... try using a Chart based on the PivotTable data


    Ola Sandström

+ 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