+ Reply to Thread
Results 1 to 5 of 5

sum products formula truncates

  1. #1
    Forum Contributor
    Join Date
    05-18-2012
    Location
    Chicopee, Ma
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    196

    sum products formula truncates

    Please see uploaded example.
    When I enter the formula below into C9 of the November Stats sheet it returns the correct number but the formula gets truncated.
    Please try the following, clear cell C9 then in the formula bar add this formula, it should return 133. Now take a look at the formula again and you will see that it has been shortened.
    I need the whole formula because is there a way to keep it from truncating?

    =SUMPRODUCT(--(Archive!K5:K5000="CAP"),--(MONTH(Archive!F5:F5000)=11)
    *(Archive!$A$5:$A$5000="5811")*Archive!N5:N5000)/SUMPRODUCT(--(Archive!K5:K5000="CAP"),--(MONTH(Archive!F5:F5000)=11)*(Archive!$A$5:$A$5000="5811"))
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: sum products formula truncates

    There was a space in the formula that shouldn't have been there. use this...

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




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: Lá fhéile Pádraig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    05-18-2012
    Location
    Chicopee, Ma
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    196

    Re: sum products formula truncates

    That works great.
    Can you tell me how clean up a divide by zero error in this formula?

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: sum products formula truncates

    Quote Originally Posted by mmccra2858 View Post
    Can you tell me how clean up a divide by zero error in this formula?
    =Iferror(YourFormulaHere,"Error Masking Text/Value")

    =IFERROR(SUMPRODUCT(--(Archive!K5:K5000="CAP"),--(MONTH(Archive!F5:F5000)=11)*(Archive!$A$5:$A$5000="5811")*Archive!N5:N5000)/SUMPRODUCT(--(Archive!K5:K5000="CAP"),--(MONTH(Archive!F5:F5000)=11)*(Archive!$A$5:$A$5000="5811")),0)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Contributor
    Join Date
    05-18-2012
    Location
    Chicopee, Ma
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    196

    Re: sum products formula truncates

    Thanks for the help, I knew to use Iferror but I think the syntax was wrong.

+ 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. Formula to work out how many products among various products!
    By MissConfussed in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-02-2013, 02:24 PM
  2. ADODB truncates 255 of Issues and resolution
    By mkalenuik in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2011, 11:01 AM
  3. Screen width truncates formula bar content
    By buczacz in forum Excel General
    Replies: 1
    Last Post: 01-30-2010, 07:04 PM
  4. [SOLVED] data truncates when converting .csv to .xls
    By sergio in forum Excel General
    Replies: 5
    Last Post: 11-26-2005, 09:35 AM
  5. [SOLVED] y-axis lable truncates words, why?
    By WorkOnTheWeb in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 04-24-2005, 02:09 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