+ Reply to Thread
Results 1 to 8 of 8

Sumproduct Error

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Sumproduct Error

    I have had to amend my model slightly and now my sumproduct formula isn’t working.

    In cell C10 of the sheet “FDQM Load 11” it should be picking up the value of £500 from cell R10 of the sheet “P&L Walk”

    Why isn’t it working?

    Is there a work around as i can not change the format?
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Sumproduct Error

    Hi.

    You have a #VALUE! error in cell D524.

    Your IFERROR is not acting on each individual value in the array being passed to SUMPRODUCT, if that's what you were intending, but on the overall result of that function.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Sumproduct Error

    Ah - just spotted that also.

    I need to change:
    =IF(COUNT(FIND({0,1,2,3,4,5,6,7,8,9},E524)),VALUE(RIGHT(E524,6)),E524)

    Can it be amended so if the first two letters are both text then if true, then do the above (IF(COUNT(FIND({0,1,2,3,4,5,6,7,8,9},E524)),VALUE(RIGHT(E524,6)),E524)) if not then just E524

    Is that possible?

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Sumproduct Error

    And what if both of the first two letters are not text?

    Regards

  5. #5
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Sumproduct Error

    That shouldnt happen at all.

  6. #6
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Sumproduct Error

    But then why have an IF statement to that effect if only one outcome is possible?

    Regards

  7. #7
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Sumproduct Error

    Hi,

    Its a safety precaution, to my knowledge there are no others but their might be in future

  8. #8
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Sumproduct Error

    Perhaps you can adapt the following, generic formula to meet your needs, which will return TRUE if the first two characters from the string in A1 are non-numeric, and FALSE otherwise:

    =COUNT(0+MID(A1,{1,2},1))=0

    Of course, if the string can be of length less than two characters, then this will require an additional clause, otherwise it may give incorrect results.

    Regards

+ 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 #N/A error
    By Blake 7 in forum Excel General
    Replies: 12
    Last Post: 11-12-2014, 11:12 PM
  2. sumproduct error
    By krunk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2013, 02:13 PM
  3. SUMPRODUCT Error
    By babuda in forum Excel General
    Replies: 6
    Last Post: 05-04-2009, 02:54 PM
  4. Sumproduct and value error
    By bountifulgrace in forum Excel General
    Replies: 2
    Last Post: 10-26-2006, 07:33 AM
  5. Error values:DIV/0! error in SumProduct formula with no division
    By Jerry W. Lewis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07: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