+ Reply to Thread
Results 1 to 6 of 6

How to consolidate/sum a list

  1. #1
    Larry Wallis
    Guest

    How to consolidate/sum a list

    I have a simple spreadsheet in the following format ...

    Cell A1 with a heading Part Number, B1 heading Description and C1 heading
    Quantity.

    Under the headings is a list of 100 rows and a part number can appear more
    than once.

    What I would like to do is take all the unique part numbers and put them
    into a separate list and then sum the totals for these part numbers.

    Can anyone give me and idea how to do this please?

    Many thanks.

    --
    Larry Wallis.



  2. #2
    Peo Sjoblom
    Guest

    Re: How to consolidate/sum a list

    Select the part numbers header included, do data>filter>advanced filter,
    select unique records only and copy to another location, assume that the
    original part numbers are in A1:A1000, assume that you copied the unique
    list to H1:H200, now in I2 put

    =SUMIF($A$2:$A$1000,H2,$C$2:$C$1000)

    copy down all adjacent unique records


    --

    Regards,

    Peo Sjoblom


    "Larry Wallis" <[email protected]> wrote in message
    news:[email protected]...
    > I have a simple spreadsheet in the following format ...
    >
    > Cell A1 with a heading Part Number, B1 heading Description and C1 heading
    > Quantity.
    >
    > Under the headings is a list of 100 rows and a part number can appear more
    > than once.
    >
    > What I would like to do is take all the unique part numbers and put them
    > into a separate list and then sum the totals for these part numbers.
    >
    > Can anyone give me and idea how to do this please?
    >
    > Many thanks.
    >
    > --
    > Larry Wallis.
    >
    >




  3. #3
    Jim Cone
    Guest

    Re: How to consolidate/sum a list

    Larry,

    Another way is to use the subtotals feature
    Go to the Data menu and click Subtotals, follow the directions.

    Regards,
    Jim Cone


    San Francisco, USA

    "Larry Wallis" <[email protected]> wrote in message
    news:[email protected]...
    > I have a simple spreadsheet in the following format ...
    > Cell A1 with a heading Part Number, B1 heading Description and C1 heading
    > Quantity.
    > Under the headings is a list of 100 rows and a part number can appear more
    > than once.
    > What I would like to do is take all the unique part numbers and put them
    > into a separate list and then sum the totals for these part numbers.
    > Can anyone give me and idea how to do this please?
    > Many thanks.
    > Larry Wallis.



  4. #4
    JulieD
    Guest

    Re: How to consolidate/sum a list

    Hi Larry

    just a note on Jim's comments - it's important to SORT by part number before
    using data / subtotals ...

    an alternative approach is using Pivot Tables - Debra Dalgleish has some
    good instructions on her website at www.contextures.com/tiptech.html

    Cheers
    JulieD

    "Jim Cone" <[email protected]> wrote in message
    news:%[email protected]...
    > Larry,
    >
    > Another way is to use the subtotals feature
    > Go to the Data menu and click Subtotals, follow the directions.
    >
    > Regards,
    > Jim Cone
    >
    >
    > San Francisco, USA
    >
    > "Larry Wallis" <[email protected]> wrote in message
    > news:[email protected]...
    >> I have a simple spreadsheet in the following format ...
    >> Cell A1 with a heading Part Number, B1 heading Description and C1 heading
    >> Quantity.
    >> Under the headings is a list of 100 rows and a part number can appear
    >> more
    >> than once.
    >> What I would like to do is take all the unique part numbers and put them
    >> into a separate list and then sum the totals for these part numbers.
    >> Can anyone give me and idea how to do this please?
    >> Many thanks.
    >> Larry Wallis.

    >




  5. #5
    Larry Wallis
    Guest

    Re: How to consolidate/sum a list

    "Peo Sjoblom" <[email protected]> wrote in message
    news:[email protected]...
    > Select the part numbers header included, do data>filter>advanced filter,
    > select unique records only and copy to another location, assume that the
    > original part numbers are in A1:A1000, assume that you copied the unique
    > list to H1:H200, now in I2 put
    >
    > =SUMIF($A$2:$A$1000,H2,$C$2:$C$1000)
    >
    > copy down all adjacent unique records
    >
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    > "Larry Wallis" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a simple spreadsheet in the following format ...
    > >
    > > Cell A1 with a heading Part Number, B1 heading Description and C1

    heading
    > > Quantity.
    > >
    > > Under the headings is a list of 100 rows and a part number can appear

    more
    > > than once.
    > >
    > > What I would like to do is take all the unique part numbers and put them
    > > into a separate list and then sum the totals for these part numbers.
    > >
    > > Can anyone give me and idea how to do this please?
    > >
    > > Many thanks.
    > >
    > > --
    > > Larry Wallis.
    > >
    > >

    >
    >


    Excellent. Thanks Peo.

    --
    Larry Wallis.



  6. #6
    Larry Wallis
    Guest

    Re: How to consolidate/sum a list

    "JulieD" <[email protected]> wrote in message
    news:%[email protected]...
    > Hi Larry
    >
    > just a note on Jim's comments - it's important to SORT by part number

    before
    > using data / subtotals ...
    >
    > an alternative approach is using Pivot Tables - Debra Dalgleish has some
    > good instructions on her website at www.contextures.com/tiptech.html
    >
    > Cheers
    > JulieD
    >
    > "Jim Cone" <[email protected]> wrote in message
    > news:%[email protected]...
    > > Larry,
    > >
    > > Another way is to use the subtotals feature
    > > Go to the Data menu and click Subtotals, follow the directions.
    > >
    > > Regards,
    > > Jim Cone
    > >
    > >
    > > San Francisco, USA
    > >
    > > "Larry Wallis" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> I have a simple spreadsheet in the following format ...
    > >> Cell A1 with a heading Part Number, B1 heading Description and C1

    heading
    > >> Quantity.
    > >> Under the headings is a list of 100 rows and a part number can appear
    > >> more
    > >> than once.
    > >> What I would like to do is take all the unique part numbers and put

    them
    > >> into a separate list and then sum the totals for these part numbers.
    > >> Can anyone give me and idea how to do this please?
    > >> Many thanks.
    > >> Larry Wallis.

    > >

    >
    >


    And thanx to you too Jim and Julie.

    --
    Larry Wallis.



+ 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