+ Reply to Thread
Results 1 to 3 of 3

Database Sum using Multiple Criteria in Multiple Columns

Hybrid View

  1. #1
    Registered User
    Join Date
    04-26-2007
    Posts
    7

    Database Sum using Multiple Criteria in Multiple Columns

    Hi there,

    I'm trying to use the dsum function, but am running into problems with the criteria. What I would like is for the function to add the footage (in column C)for each brand (column A), but also filter by brand category (column B).

    So essentially, I'm trying to figure out the correct criteria to do this.

    Here is what I have so far, but it returns the #NAME? error:

    =DSUM(A5:C11,"Footage",((brand=MB AND Category=HB)))

    Thanks for any help!
    Attached Files Attached Files

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    =SUMPRODUCT((A6:A11="MB")*(B6:B11="HB"),C6:C11) should work.

  3. #3
    Registered User
    Join Date
    04-26-2007
    Posts
    7
    Quote Originally Posted by darkyam
    =SUMPRODUCT((A6:A11="MB")*(B6:B11="HB"),C6:C11) should work.

    Great, thanks!

+ 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