+ Reply to Thread
Results 1 to 4 of 4

Summing large numbers...

  1. #1
    Registered User
    Join Date
    11-13-2005
    Posts
    2

    Summing large numbers...

    I have a worksheet that has 2 collumns. The first collumn is just the numerical order of each person (survey data). So it's simply 1, 2, 3, 4, 5...etc. Nothing crazy.
    The collomn next to it is the results of the survey. It's simple data (.123, .456, .789). My problem is that each of the numerical orders has quite a few data points. So number 1 may have 5-6 sets of data in the 2nd collumn. So it looks like this

    1 .123
    1 .342
    1 .425
    1 .345
    2 .123
    2 .654
    2 .346
    3 .264
    3 .346

    There are probably around 65,000 data points so I was not about to manually go and sum them. Is there a way that I can sum the data in the 2nd collumn for each "group"? Thanks.

  2. #2
    Niek Otten
    Guest

    Re: Summing large numbers...

    Look at Data>Subtotals

    --
    Kind regards,

    Niek Otten

    "Buildscharacter"
    <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a worksheet that has 2 collumns. The first collumn is just the
    > numerical order of each person (survey data). So it's simply 1, 2, 3,
    > 4, 5...etc. Nothing crazy.
    > The collomn next to it is the results of the survey. It's simple data
    > (.123, .456, .789). My problem is that each of the numerical orders has
    > quite a few data points. So number 1 may have 5-6 sets of data in the
    > 2nd collumn. So it looks like this
    >
    > 1 .123
    > 1 .342
    > 1 .425
    > 1 .345
    > 2 .123
    > 2 .654
    > 2 .346
    > 3 .264
    > 3 .346
    >
    > There are probably around 65,000 data points so I was not about to
    > manually go and sum them. Is there a way that I can sum the data in the
    > 2nd collumn for each "group"? Thanks.
    >
    >
    > --
    > Buildscharacter
    > ------------------------------------------------------------------------
    > Buildscharacter's Profile:
    > http://www.excelforum.com/member.php...o&userid=28783
    > View this thread: http://www.excelforum.com/showthread...hreadid=484687
    >




  3. #3
    Peo Sjoblom
    Guest

    Re: Summing large numbers...

    Are these numbers sorted the way they are in your example so all numbers
    that are the same are grouped together
    If so you can use data>subtotals although 65000 sounds like an awful lot and
    of course if there are too many different people the subtotal will not work
    since it would use up more space than excel provides

    If not sorted you can use SUMIF

    =SUMIF(A:A,1,B:B)

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Buildscharacter"
    <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a worksheet that has 2 collumns. The first collumn is just the
    > numerical order of each person (survey data). So it's simply 1, 2, 3,
    > 4, 5...etc. Nothing crazy.
    > The collomn next to it is the results of the survey. It's simple data
    > (.123, .456, .789). My problem is that each of the numerical orders has
    > quite a few data points. So number 1 may have 5-6 sets of data in the
    > 2nd collumn. So it looks like this
    >
    > 1 .123
    > 1 .342
    > 1 .425
    > 1 .345
    > 2 .123
    > 2 .654
    > 2 .346
    > 3 .264
    > 3 .346
    >
    > There are probably around 65,000 data points so I was not about to
    > manually go and sum them. Is there a way that I can sum the data in the
    > 2nd collumn for each "group"? Thanks.
    >
    >
    > --
    > Buildscharacter
    > ------------------------------------------------------------------------
    > Buildscharacter's Profile:
    > http://www.excelforum.com/member.php...o&userid=28783
    > View this thread: http://www.excelforum.com/showthread...hreadid=484687
    >



  4. #4
    Arvi Laanemets
    Guest

    Re: Summing large numbers...

    Hi

    Use pivot table (Data>Pivot Table and ...). The row value will be first
    column, data value will be the sum of 2nd column, Options determine, ar
    grand totals calculated or not.


    Arvi Laanemets



    "Buildscharacter"
    <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a worksheet that has 2 collumns. The first collumn is just the
    > numerical order of each person (survey data). So it's simply 1, 2, 3,
    > 4, 5...etc. Nothing crazy.
    > The collomn next to it is the results of the survey. It's simple data
    > (.123, .456, .789). My problem is that each of the numerical orders has
    > quite a few data points. So number 1 may have 5-6 sets of data in the
    > 2nd collumn. So it looks like this
    >
    > 1 .123
    > 1 .342
    > 1 .425
    > 1 .345
    > 2 .123
    > 2 .654
    > 2 .346
    > 3 .264
    > 3 .346
    >
    > There are probably around 65,000 data points so I was not about to
    > manually go and sum them. Is there a way that I can sum the data in the
    > 2nd collumn for each "group"? Thanks.
    >
    >
    > --
    > Buildscharacter
    > ------------------------------------------------------------------------
    > Buildscharacter's Profile:

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




+ 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