Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   How to count how many of each in excel 2007 (https://www.askmehelpdesk.com/showthread.php?t=423691)

  • Dec 9, 2009, 03:16 PM
    mhundt2
    How to count how many of each in excel 2007
    I need to count how many of each item is contained in a column of data (for instance, 4000 rows of data, 100 different items, but multiples of each item - how many Apples, Oranges, Bananas, etc. of each?). How do I do that in Excel 2007?
  • Dec 9, 2009, 06:21 PM
    JBeaucaire

    I would use COUNTIF() for this.

    =COUNTIF(A:A, "*apple*")


    If the text is in column A and quantities that need summing are in column B, then SUMIF():

    =SUMIF(A:A, "*apple*", B:B)

  • All times are GMT -7. The time now is 08:40 AM.