+ Reply to Thread
Results 1 to 3 of 3

Adding cells with similar descriptions

  1. #1
    Matt
    Guest

    Adding cells with similar descriptions

    I want a cell from one sheet to return the sum of various cells in another
    sheet.
    For Example:
    Sheet 1:
    Description Quantity
    Cat 7
    Dog 3
    Bird 9

    Sheet 2:
    Description Quantity
    Cat 1
    Dog 2
    Cat 2
    Bird 4
    Dog 1
    Cat 3
    Cat 1
    Bird 5

    I want all the cells from sheet 2 with similar descriptions be added and the
    value entered in a single cell on sheet 1.


  2. #2
    Anne Troy
    Guest

    Re: Adding cells with similar descriptions

    Try this, Matt. The first formula shows a regular COUNTIF, which is what you
    need.
    http://www.officearticles.com/excel/...soft_excel.htm
    ************
    Anne Troy
    www.OfficeArticles.com

    "Matt" <[email protected]> wrote in message
    news:[email protected]...
    >I want a cell from one sheet to return the sum of various cells in another
    > sheet.
    > For Example:
    > Sheet 1:
    > Description Quantity
    > Cat 7
    > Dog 3
    > Bird 9
    >
    > Sheet 2:
    > Description Quantity
    > Cat 1
    > Dog 2
    > Cat 2
    > Bird 4
    > Dog 1
    > Cat 3
    > Cat 1
    > Bird 5
    >
    > I want all the cells from sheet 2 with similar descriptions be added and
    > the
    > value entered in a single cell on sheet 1.
    >




  3. #3
    pdberger
    Guest

    RE: Adding cells with similar descriptions

    Matt --
    If these two examples are in the upper left-hand corner of the respective
    spreadsheets, then the formula you want looks like:

    =SUMIF(Sheet2!A2:A10,A2,Sheet2!B2:B10)

    HTH.

    Peter

    "Matt" wrote:

    > I want a cell from one sheet to return the sum of various cells in another
    > sheet.
    > For Example:
    > Sheet 1:
    > Description Quantity
    > Cat 7
    > Dog 3
    > Bird 9
    >
    > Sheet 2:
    > Description Quantity
    > Cat 1
    > Dog 2
    > Cat 2
    > Bird 4
    > Dog 1
    > Cat 3
    > Cat 1
    > Bird 5
    >
    > I want all the cells from sheet 2 with similar descriptions be added and the
    > value entered in a single cell on sheet 1.
    >


+ 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