+ Reply to Thread
Results 1 to 12 of 12

Sum Product Help

Hybrid View

  1. #1
    Registered User
    Join Date
    03-27-2014
    Location
    Cincinnati
    MS-Off Ver
    Excel 2010
    Posts
    19

    Sum Product Help

    I'm trying to find the correct formula to sum text that meets two criteria. If C2:C1023 is Equal to TEXT from J8 and F2:F1023 is equal to TEXT J4 add up the total times J4 shows up in C2:1023. Any help will be greatly appreciated!!


    =SUMPRODUCT(Sheet3!C2:C1023=J8,Sheet3!F2:F1023=J4,Sheet3!C2:C1023)


    DDU Weekly-Year Tracking.xlsx
    Last edited by BBAUGH800; 03-27-2014 at 10:28 AM.

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Sum Product Help

    =sumproduct((C2:C1023=j8)*( F2:F1023=j4)*Sheet3!C2:C1023)
    Appreciate the help? CLICK *

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Sum Product Help

    You were close...Try this:
    =SUMPRODUCT(--(Sheet3!C2:C1023=J8),--(Sheet3!F2:F1023=J4),Sheet3!C2:C1023)
    or this:
    =SUMPRODUCT((Sheet3!C2:C1023=J8)*(Sheet3!F2:F1023=J4)*Sheet3!C2:C1023)
    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sum Product Help

    Try

    =SUMIFS(Sheet3!C2:C1023,Sheet3!C2:C1023,J8,Sheet3!F2:F1023,J4)

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sum Product Help

    The explanation is kind of

    See if this does what you want:

    =COUNTIFS(Sheet3!C2:C1023,J8,Sheet3!F2:F1023,J4)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: Sum Product Help

    how do you want to sum TEXT? J4 is text, how can you calculate the SUM for text?
    can you upload an example?
    Click on the star if you think I helped you

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sum Product Help

    Wait a minute....something doesn't make sense..

    Quote Originally Posted by BBAUGH800 View Post
    I'm trying to find the correct formula to sum text that meets two criteria. If C2:C1023 is Equal to TEXT from J8 and F2:F1023 is equal to TEXT J4 add up the total times J4 shows up in C2:1023. Any help will be greatly appreciated!!
    How can C2:C1023 be equal to both J4 AND J8 ?
    And if it's TEXT, it can't be 'added'

  8. #8
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Sum Product Help

    Too funny...I didn't even look at the logic of the formula. I just addressed the structure.

  9. #9
    Registered User
    Join Date
    03-27-2014
    Location
    Cincinnati
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Sum Product Help

    I'm trying to find if sheet 3 column F is "15 Customer Not Available" how many times has the customer not been available for the routes in Column C. With a break down of occurrence for each route on sheet 1.

  10. #10
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: Sum Product Help

    but that is not sum, that is a count.

    Did you check Tony Valko's suggestion?

  11. #11
    Registered User
    Join Date
    03-27-2014
    Location
    Cincinnati
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Sum Product Help

    Thanks a lot Tony, sorry for the confusing post.

  12. #12
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sum Product Help

    No problem!

    You're welcome!

    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro for Name Generation from Product to Product with Sizes and Filenames
    By ddenicola in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-30-2014, 11:59 AM
  2. [SOLVED] Find Product Details in Another Sheet based on Product ID and Copy some Fields From there
    By kevalkothari in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-29-2012, 10:43 AM
  3. [SOLVED] Need Function that will find ordered product, and display the product code in a 2nd workbk
    By rollerden in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-21-2012, 08:52 AM
  4. Replies: 2
    Last Post: 04-02-2009, 05:56 AM

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