+ Reply to Thread
Results 1 to 2 of 2

Formula for totalling the values from a list

  1. #1
    Registered User
    Join Date
    08-12-2009
    Location
    Perth, WA
    MS-Off Ver
    Excel 2003
    Posts
    93

    Formula for totalling the values from a list

    Hi,

    I have a data list as displayed below. Each row displays the product and and the quantity that was sold for each. Is there a formula (not a pivot table)that can tally the quantity for each product sold and display it in an Output table as like the one below?

    Please Login or Register  to view this content.
    Thanks in advance.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Formula for totalling the values from a list

    I presume there's a good reason for outlawing Pivots given they're purpose built for this type of thing...

    see SUMIF function in XL Help, eg

    =SUMIF($A$1:$A$9,$A12,$B$1:$B$9)
    copied down for remaining fruits

    where A1:A9 contains your Fruit, B1:B9 quantity and A12 the criteria, say "Peaches"

+ 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