+ Reply to Thread
Results 1 to 7 of 7

SUMPRODUCT Formula results on #VALUE

  1. #1
    Registered User
    Join Date
    12-15-2012
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    9

    SUMPRODUCT Formula results on #VALUE

    Hi all!

    I have a little problem here with a file I am working. On my workbook I have 6 sheets:
    Sched, CM Report, Using Held Calls, Using Lunch, Held Calls and Lunch sheets.

    On the Using Held Sheet and Using Lunch Sheet I have the names of my agents on Col A and on Col B-H are specific dates. For Cells B3:H15 I inserted a formula. Here is an example of the formula:

    =IF(Sched!B3="y",SUMPRODUCT(('Held Calls'!$A$2:$A$343=$A3)*('Held Calls'!$B$2:$B$343=B$2)*(('Held Calls'!$C$2:$C$343))),"RD")

    This formula works perfectly for Held Calls but on my Using Lunch it results to #VALUE. I have tried everything I know to have this resolved but I am stomped!

    I attached here my worksheet to get a better picture of my issue if I failed totally in explaining it.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: SUMPRODUCT Formula results on #VALUE

    I think.. you know.. that..

    In CM Report sheet, Column O (Contain data in Held Cell) are all Numeric..
    but In CM Report sheet, Column R(Contain data in Lunch Cell) are all few of them Time, and lots of them are just TEXT....

    still try this,,

    in B3
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    Format cells as HH:MM:SS if required,..
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,605

    Re: SUMPRODUCT Formula results on #VALUE

    @Debraj What is the need for a array formula? SUMPRODUCT does the job by itself

    @Domzki In the CM report sheet add a helper column and enter =IF(LEFT(R2,1)=":",("0"&R2)+0,R2)
    Pull down as needed and copy paste special - values over column R ( format if needed).
    All should be well

    You have the same problem in other columns :59:02 is text as Debraj pointed out. A 0 should be added before the text value

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

    Re: SUMPRODUCT Formula results on #VALUE

    You don't appear to have times in column C on sheet 'Lunch'.

    If I copy this formula down from D2 on 'Lunch',
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    then copy the results and paste special values to column C the formulas on 'Lunch Held' work, well they don't return #VALUE! anymore.
    If posting code please use code tags, see here.

  5. #5
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: SUMPRODUCT Formula results on #VALUE

    Hi Pepe Le Mokko!

    Thanks for the catch.. however.. in few case .. SUMPRODUCT required CSE.. to evaluate.. highlighted ones..


    =IF(Sched!B3="y",SUMPRODUCT((Lunch!$A$2:$A$343=$A3)*(Lunch!$B$2:$B$343=B$2)*((IFERROR(TIMEVALUE(0&Lunch!$C$2:$C$343),Lunch!$C$2:$C$343)))),"RD")

  6. #6
    Registered User
    Join Date
    12-15-2012
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: SUMPRODUCT Formula results on #VALUE

    THANKS FOR THE RESPONSE GUYS!

    Fully appreciate it....

    Tried every suggestion, all worked.... =D

  7. #7
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: SUMPRODUCT Formula results on #VALUE

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. [SOLVED] SUMPRODUCT formula not returning correct results
    By CityInspector in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2012, 04:04 PM
  2. [SOLVED] SUMPRODUCT() results in an error
    By BNCOXUK in forum Excel General
    Replies: 16
    Last Post: 11-01-2012, 10:50 AM
  3. Excluding #N/A results from a SUMPRODUCT
    By Iscariot in forum Excel General
    Replies: 2
    Last Post: 04-03-2009, 07:38 AM
  4. Sumproduct formula not giving expected results
    By Shocked in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-30-2008, 03:12 PM
  5. Different results from SumProduct - Why?
    By Spellbound in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-02-2007, 05:20 AM

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