+ Reply to Thread
Results 1 to 3 of 3

sum items in a table based on description

  1. #1
    Hrider
    Guest

    sum items in a table based on description

    I am interested in summing items is a table based on their description. Is
    there a formula that will add items together from column based on the
    contents in another cell reference in the same row? I know a pivot table
    will do this with some restrictions in the table design.



  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    something like

    =sumif(a:a,"whateveryouwant",b:b)
    not a professional, just trying to assist.....

  3. #3
    Peo Sjoblom
    Guest

    Re: sum items in a table based on description

    You can use sumif if there is onbly one condition

    Assume you want to sum values in column
    C where column B is "x"


    =SUMIF(B2:B500,"x",C2:C500)

    Regards,

    Peo Sjoblom


    "Hrider" <hrider@yahoo.com> wrote in message
    news:ejggYE$MFHA.3328@TK2MSFTNGP14.phx.gbl...
    >I am interested in summing items is a table based on their description. Is
    >there a formula that will add items together from column based on the
    >contents in another cell reference in the same row? I know a pivot table
    >will do this with some restrictions in the table design.
    >




+ 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