+ Reply to Thread
Results 1 to 6 of 6

Organizing Data

  1. #1
    trini
    Guest

    Organizing Data

    I have a huge spreadsheet of data from questions on 5 different things. How
    do I sort the data. I know there is a function like vlookup to help me do
    this but i dont know what it is. My data looks like

    A 1 2 3
    A 4 5 6
    B 1 2 2
    C
    D
    A...... You see what I mean. I want to group all the A's,
    B's etc together in a new sheet (so that i can do the average, standard
    deviation etc) so I need excel to go from row to row, searching for all the
    A's and for each A that it finds transfer all of the data in that row. How do
    I do that?
    Thank you

  2. #2
    Otto Moehrbach
    Guest

    Re: Organizing Data

    Maybe I don't see the problem you have, but you can sort all your data
    (Data - Sort) on the first column. This will put all the As together, and
    all the Bs together, and so on. Then you can copy and paste all the As, all
    the Bs, etc.
    If you have a reason for not doing it this way, or I missed your
    problem, then you would have to use VBA (a macro) to do what you want. Post
    back if sorting as above does not work for you. HTH Otto
    "trini" <trini@discussions.microsoft.com> wrote in message
    news:8AAFC398-236A-4012-81C4-2EF3E63FD77E@microsoft.com...
    >I have a huge spreadsheet of data from questions on 5 different things. How
    > do I sort the data. I know there is a function like vlookup to help me do
    > this but i dont know what it is. My data looks like
    >
    > A 1 2 3
    > A 4 5 6
    > B 1 2 2
    > C
    > D
    > A...... You see what I mean. I want to group all the A's,
    > B's etc together in a new sheet (so that i can do the average, standard
    > deviation etc) so I need excel to go from row to row, searching for all
    > the
    > A's and for each A that it finds transfer all of the data in that row. How
    > do
    > I do that?
    > Thank you




  3. #3
    bj
    Guest

    RE: Organizing Data

    one method is to select all and go to <data><Filter><autofilter)
    a little double arrow appears in the top row in each column.
    if you use the arrow in th efirst caloumn, you can select just the As. Copy
    these and insert on a new page. Go back and select B etc.

    There are actually many ways to do what you want to do. There are
    advantages and disadvantages to all of them.

    "trini" wrote:

    > I have a huge spreadsheet of data from questions on 5 different things. How
    > do I sort the data. I know there is a function like vlookup to help me do
    > this but i dont know what it is. My data looks like
    >
    > A 1 2 3
    > A 4 5 6
    > B 1 2 2
    > C
    > D
    > A...... You see what I mean. I want to group all the A's,
    > B's etc together in a new sheet (so that i can do the average, standard
    > deviation etc) so I need excel to go from row to row, searching for all the
    > A's and for each A that it finds transfer all of the data in that row. How do
    > I do that?
    > Thank you


  4. #4
    Max
    Guest

    Re: Organizing Data

    Perhaps you might want to try something along the lines outlined in this
    recent post: http://tinyurl.com/cw8jp

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "trini" <trini@discussions.microsoft.com> wrote in message
    news:8AAFC398-236A-4012-81C4-2EF3E63FD77E@microsoft.com...
    > I have a huge spreadsheet of data from questions on 5 different things.

    How
    > do I sort the data. I know there is a function like vlookup to help me do
    > this but i dont know what it is. My data looks like
    >
    > A 1 2 3
    > A 4 5 6
    > B 1 2 2
    > C
    > D
    > A...... You see what I mean. I want to group all the A's,
    > B's etc together in a new sheet (so that i can do the average, standard
    > deviation etc) so I need excel to go from row to row, searching for all

    the
    > A's and for each A that it finds transfer all of the data in that row. How

    do
    > I do that?
    > Thank you




  5. #5
    trini
    Guest

    Re: Organizing Data

    Thank you all. Duh. This was helpful. I guess I didn't explain myself
    correctly. The data actually looks like

    A 1 2 3 B 2 3 2
    B 2 3 4 E 1 1 1
    E
    A
    A

    etc. I have information in rows and columns. But with a little bit of
    work(on my part) I will organize the infor into different sheets and then
    sort. Thanks again.
    Amanda


    "Max" wrote:

    > Perhaps you might want to try something along the lines outlined in this
    > recent post: http://tinyurl.com/cw8jp
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    > "trini" <trini@discussions.microsoft.com> wrote in message
    > news:8AAFC398-236A-4012-81C4-2EF3E63FD77E@microsoft.com...
    > > I have a huge spreadsheet of data from questions on 5 different things.

    > How
    > > do I sort the data. I know there is a function like vlookup to help me do
    > > this but i dont know what it is. My data looks like
    > >
    > > A 1 2 3
    > > A 4 5 6
    > > B 1 2 2
    > > C
    > > D
    > > A...... You see what I mean. I want to group all the A's,
    > > B's etc together in a new sheet (so that i can do the average, standard
    > > deviation etc) so I need excel to go from row to row, searching for all

    > the
    > > A's and for each A that it finds transfer all of the data in that row. How

    > do
    > > I do that?
    > > Thank you

    >
    >
    >


  6. #6
    Max
    Guest

    Re: Organizing Data

    You're welcome !
    Thanks for posting back
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "trini" <trini@discussions.microsoft.com> wrote in message
    news:B95E21E3-743C-4A9A-8E68-B6E698B4093E@microsoft.com...
    > Thank you all. Duh. This was helpful. I guess I didn't explain myself
    > correctly. The data actually looks like
    >
    > A 1 2 3 B 2 3 2
    > B 2 3 4 E 1 1 1
    > E
    > A
    > A
    >
    > etc. I have information in rows and columns. But with a little bit of
    > work(on my part) I will organize the infor into different sheets and then
    > sort. Thanks again.
    > Amanda




+ 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