+ Reply to Thread
Results 1 to 6 of 6

sumproduct issue

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,228

    sumproduct issue

    hello

    having some difficulty or wondering what the issue is with my sumproduct formula

    essentially, i have 3 criterias
    1) code
    2) month
    3) sum net sales

    =SUMPRODUCT(('AY_WEB0000_000 10 '!$B$25:$B$16636=(VALUE(Sheet1!$B11))*('AY_WEB0000_000 10 '!$C$25:$C$16636=Sheet1!$B$8)*('AY_WEB0000_000 10 '!$I$25:$I$16636)))

    i am getting zero as the result....i have highlighted it in red in my attached sheet.

    pls let me know. thank you.
    Attached Files Attached Files
    Last edited by jw01; 11-27-2013 at 05:23 PM.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: sumproduct issue

    Replace VALUE(Sheet1$B11) with TEXT(Sheet1$B11, "@").

    Or wrap 'AY_WEB0000_000 10 '!$B$25:$B$16636 with VALUE.
    If posting code please use code tags, see here.

  3. #3
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,228

    Re: sumproduct issue

    hey thanks so much.

    quick question....once i include "TEXT(Sheet1$B11, "@")"....will that impact months like 10, 11, 12 or like consider them as month 1?

  4. #4
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,228

    Re: sumproduct issue

    hey

    for some odd reason, the file is showing a variance of "2014" and "2013" when i sum the total - which are the respective years.

    i am not sure why it is summing up the year into the equation?



    pls see attached - formula in cell D11:
    =SUMPRODUCT(('AY_WEB0000_000 10 '!$B$25:$B$16636=(TEXT(Sheet1!$B11,"@")))*('AY_WEB0000_000 10 '!$C$25:$C$16636=Sheet1!$B$8)*('AY_WEB0000_000 10 '!$I$25:$I$16636))
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,883

    Re: sumproduct issue

    Try:
    Formula: copy to clipboard
    =SUMPRODUCT(--(VALUE('AY_WEB0000_000 10 '!$B$25:$B$16636)=Sheet1!$B11),--('AY_WEB0000_000 10 '!$C$25:$C$16636=Sheet1!$B$8),--('AY_WEB0000_000 10 '!$I$25:$I$16636))
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  6. #6
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,228

    Re: sumproduct issue

    guys...thx u so much...

    i was adding the year in the column...opps

+ 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. sumproduct issue
    By jw01 in forum Excel General
    Replies: 3
    Last Post: 07-31-2012, 03:10 PM
  2. sumproduct and ifs....issue
    By jw01 in forum Excel General
    Replies: 6
    Last Post: 12-15-2011, 11:20 PM
  3. Issue with sumproduct
    By duane in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 09-06-2005, 03:05 PM
  4. Issue with sumproduct
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  5. [SOLVED] Issue with sumproduct
    By Steved in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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