+ Reply to Thread
Results 1 to 7 of 7

Need to sum cells that meet specific criteria. please help.

  1. #1
    Registered User
    Join Date
    05-02-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    3

    Need to sum cells that meet specific criteria. please help.

    Hi
    I am building a very large and complicated database with many different tabs and forumlas.

    In one tab I have several different columns but to simplify I can say I have the following:
    Column A1-A1000 - a long lits of dates (the same day appears many different times)
    Column B1-B1000 - A long list of categories that include many different words (they overlap: so in one cell it might have "Car Wash" and in another it has "Car Wash/Soap/Cleaning Product").
    Column C1-C1000 - A long list of numbers (number of sold items on the day)

    In another tab I want to run a formula in a cell that does the following:
    Column A1-A1000 - scan through column A and find a specific date (i.e. all instances of 1/1/2013)
    Column B1-B1000 - scan through all of the Column A returns for a specific date (1/1/13) and then find any mention of a product (i.e. just "Car Wash" which would result in a positive return for both "Car Wash" and "Car Wash/Soap/Cleaning Product").
    Column C1-C1000 - then add all of the numbers in Column C which adhere to the above two crieria only.

    This should give me the total number of items sold on a specific day and related to the category "Car"

    Your help and advice would be greatly appreciated. This one has really got my stressed!

    ben

  2. #2
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Need to sum cells that meet specific criteria. please help.

    hi ben2012,
    Welcome to forum.
    Please Login or Register  to view this content.
    Try this.
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  3. #3
    Registered User
    Join Date
    05-02-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need to sum cells that meet specific criteria. please help.

    OMG Thank you so much. That worked perfectly! I just wish I had asked sooner...

  4. #4
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Need to sum cells that meet specific criteria. please help.

    Is great it helps

  5. #5
    Registered User
    Join Date
    05-02-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need to sum cells that meet specific criteria. please help.

    This has been great help.
    But now I am trying to do the same thing but for a date range (ie. 1/1/2006-31/1/2006). How would I add a date range to the formula?

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Need to sum cells that meet specific criteria. please help.

    Why not use a Pivot Table?

  7. #7
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Need to sum cells that meet specific criteria. please help.

    =SUMIFS(C1:C1000,A1:A1000,">="&DATE,A1:A1000,"<="&DATE,B1:B1000,"*Car Wash*")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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