+ Reply to Thread
Results 1 to 6 of 6

Sumproduct

  1. #1
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Sumproduct

    Assuming this is a sumproduct function, but not sure. See attached. Trying to figure out the total value based off of one location (i.e. "illinois").


    Thanks for your help.
    Attached Files Attached Files
    Last edited by seanrigby; 03-06-2010 at 05:21 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Sumproduct

    tRY THIS:

    =SUMPRODUCT(--($A$9:$A$100=B2);$C$9:$C$100;$D$9:$D$100)

    (REPLACE ; WITH , IF NEEDED)

  3. #3
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Re: Sumproduct

    It seems to come back with a error.

    Please see attached.

    thanks for your help.
    Attached Files Attached Files

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Sumproduct

    You putted :

    =SUMPRODUCT(--($A$9:$A$100=B2);($C$9:$C$14:$D$9:$D$100))

    needs to be ; or , depending on settings:

    =SUMPRODUCT(--($A$9:$A$100=B2);$C$9:$C$14;$D$9:$D$100)

    or

    =SUMPRODUCT(--($A$9:$A$100=B2),$C$9:$C$14,$D$9:$D$100)

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Sumproduct

    Uploaded example:
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Re: Sumproduct

    Thanks for your help!

+ 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