+ Reply to Thread
Results 1 to 3 of 3

Consolidating Rows

Hybrid View

  1. #1
    Jason
    Guest

    Consolidating Rows

    Hi All,

    I have three rows of data I was hoping to consolidate into one row. My data
    set looks something like this...

    colA colB colC colD colD
    Joe 4 14 12 2
    Joe 2 0 0 1
    Joe 4 5 2 5
    Bob 4 3 2 4
    Bob 5 6 34 5
    Tim 12 43 45 5


    What I would like to do is create one row summing the values int he column
    for each individual so that it looks something like this....

    colA colB colC colD colD
    Joe 10 19 14 8
    Bob 9 9 36 9
    Tim 12 43 45 5

    Thanks!

  2. #2
    Dave Peterson
    Guest

    Re: Consolidating Rows

    Maybe just adding headers, sorting your data and applying data|subtotals would
    be enough.

    You can use the outlining symbols at the left to hide the details and see
    nothing but the subtotals.

    Jason wrote:
    >
    > Hi All,
    >
    > I have three rows of data I was hoping to consolidate into one row. My data
    > set looks something like this...
    >
    > colA colB colC colD colD
    > Joe 4 14 12 2
    > Joe 2 0 0 1
    > Joe 4 5 2 5
    > Bob 4 3 2 4
    > Bob 5 6 34 5
    > Tim 12 43 45 5
    >
    > What I would like to do is create one row summing the values int he column
    > for each individual so that it looks something like this....
    >
    > colA colB colC colD colD
    > Joe 10 19 14 8
    > Bob 9 9 36 9
    > Tim 12 43 45 5
    >
    > Thanks!


    --

    Dave Peterson

  3. #3
    Max
    Guest

    Re: Consolidating Rows

    Try a pivot table (PT) option ?
    Takes only a few clicks and drags n drops to get there in under 60 sec ..

    Insert col labels in row1, eg: Lab1, Lab2 ... Lab5
    (Lab1 = Names col)

    Select any cell within the table
    Click Data > Pivot table & PT chart report
    Click Next > Next
    In step3, click Layout,
    Drag n drop Lab1 in ROW
    Drag n drop Lab2 in DATA
    (It'll appear as Sum of Lab2)
    Repeat step for Lab2 for Lab3 to Lab5 (drop one below the other)
    Click Finish

    The PT will be created in a new sheet to the left. In the PT sheet, the PT
    will appear "vertical". No problem. Just drag "Data" and drop it over "Total"
    to return the desired horizontal layout ..
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Jason" wrote:
    > Hi All,
    >
    > I have three rows of data I was hoping to consolidate into one row. My data
    > set looks something like this...
    >
    > colA colB colC colD colD
    > Joe 4 14 12 2
    > Joe 2 0 0 1
    > Joe 4 5 2 5
    > Bob 4 3 2 4
    > Bob 5 6 34 5
    > Tim 12 43 45 5
    >
    >
    > What I would like to do is create one row summing the values int he column
    > for each individual so that it looks something like this....
    >
    > colA colB colC colD colD
    > Joe 10 19 14 8
    > Bob 9 9 36 9
    > Tim 12 43 45 5
    >
    > Thanks!


+ 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