+ Reply to Thread
Results 1 to 4 of 4

SumProduct on Multiple Criteria

Hybrid View

gingank SumProduct on Multiple... 07-21-2012, 02:42 AM
TMS Re: SumProduct on Multiple... 07-21-2012, 03:26 AM
oeldere Re: SumProduct on Multiple... 07-21-2012, 03:47 AM
TMS Re: SumProduct on Multiple... 07-21-2012, 03:54 AM
  1. #1
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,077

    Re: SumProduct on Multiple Cateria

    Try:

    =SUMPRODUCT(($D$2:$D$15="Cash")*($E$2:$E$15=1))

    I tend to prefer:

    =SUMPRODUCT(--($D$2:$D$15="Cash"),--($E$2:$E$15=1))

    I usually end up coercing more values than I need to but, hey, it also usually works.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SumProduct on Multiple Cateria

    You get only 4 collumn. You want to find a value in collumn 5 (E).

    This is empty and so it returns zero.

    Maybe that's the reason.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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