+ Reply to Thread
Results 1 to 3 of 3

Expand on an exsisting Sumproduct formula

  1. #1
    Registered User
    Join Date
    01-18-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2013
    Posts
    88

    Expand on an exsisting Sumproduct formula

    Still finding the SUMPRODUCT function a bit challenging to fully grasp.

    This formula works great to sum the miles (Q16:Q38) the team (A16:A38) drove in a particular month (B16:B38)

    =SUMPRODUCT(--ISNUMBER(MATCH(A16:A38,INDIRECT(E3),0)),--(MONTH(B16:B38)=E7),Q16:Q38)

    How would I expand it to check yet another column say (S16:S38) for the term " Charge Call" ?

    So I can see the miles the team drove in March for all the charge calls.

    Thanks a head of time guys!

    Where can I go to study and learn more about SUMPRODUCT. Seems like just what I need to build interactive type dashboard reports.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Expand on an exsisting Sumproduct formula

    The extra condition is:
    --(S16:S38=" Charge Call")

    Each condition is separated by a comma, so just add a comma and put in that condition.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-18-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2013
    Posts
    88

    Re: Expand on an exsisting Sumproduct formula

    This worked great .. thank you so much.. I Got to keep working at this!

    =SUMPRODUCT(--ISNUMBER(MATCH(A16:A38,INDIRECT(E3),0)),--(MONTH(B16:B38)=E7),Q16:Q38,--(S16:S38=" Charge Call")

+ 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. [SOLVED] Edit exsisting Conditional Format formula
    By Oliver Vistisen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-04-2013, 11:00 AM
  2. How to add Case Sensistive to an exsisting formula?
    By drkhan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-09-2012, 05:05 PM
  3. Need help with an exsisting formula that will not work for me in a workbook
    By rvjourneyon in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 06-21-2012, 02:54 PM
  4. How to add new worksheet name to exsisting formula
    By snooze24 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-11-2010, 02:57 AM
  5. how do i add new sheets to an exsisting formula
    By Jcarriere in forum Excel General
    Replies: 6
    Last Post: 01-31-2006, 02:55 PM

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