+ Reply to Thread
Results 1 to 6 of 6

sumproduct syntax

Hybrid View

  1. #1
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: sumproduct syntax

    Most definitely SUMIFS, and since you have 2007+ it is way more efficient, but knowing SUMPRODUCT is still appropriate because you will run into situations where the SUMIFS will not work.

    =SUMIFS($C$9:$C$20,$A$9:$A$20,"Ford",$B$9:$B$20,"A")

    Basically the SUMPRODUCT produces a bunch of TRUE/FALSE and the * converts it into 1/0.

    Finally, all the 1/0 are multiplied by the last range which produces the final result.

    The best learning tool to see what is happening besides the link I shared earlier...

    EVALUATE FORMULA
    Click on the cell with the formula >> Ribbon >> Formulas >> Formula Auditing >> Evaluate Formula
    HTH
    Regards, Jeff

  2. #2
    Forum Contributor
    Join Date
    12-12-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    448

    Re: sumproduct syntax

    Thanks a lot. Very helpful.

+ 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