+ Reply to Thread
Results 1 to 9 of 9

How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

  1. #1
    Registered User
    Join Date
    12-29-2023
    Location
    kolkata
    MS-Off Ver
    2007
    Posts
    96

    How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?
    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 2406
    Posts
    44,662

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    Please provide a few examples of your EXPECTED answers, as your explanation does not make sense to me.
    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

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

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    ONE guess (in the absence of any explanation):

    =J1+IF(ISERROR(L1),0,L1)

    copied down.

  4. #4
    Registered User
    Join Date
    12-29-2023
    Location
    kolkata
    MS-Off Ver
    2007
    Posts
    96

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    =sum(j1:j21,l1:l21)

    when i going to sum facing div error

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,789

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    If you are still using 2007
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    or for newer versions
    Formula: copy to clipboard
    Please Login or Register  to view this content.

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

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    Still a guess - as you have not provided expecte answers:

    =SUMPRODUCT(IF(ISERROR(J1:J21),0,J1:J21)*IF(ISERROR(L1:L21),0,L1:L21))

    If you are using Excel 2007, this may be an array formula. So, please refer to the attached file. If the formulae are enclosed within a pair of { }, these are array formulae.

    These are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see the curly brackets { } appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Attached Files Attached Files

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

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    But, it would be better to use an error trap to replace the #DIV/0 errors with a zero in the formual (which you have not given us) that generated the values in J and L.

  8. #8
    Registered User
    Join Date
    12-29-2023
    Location
    kolkata
    MS-Off Ver
    2007
    Posts
    96

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    I am unable to replace div because the value comes from the formula cell

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,085

    Re: How to sum j + l #div/0! Problem - respected sir / ma'am please provide me a formula ?

    Yes you can. The formula in the formula cell would be:

    =IFERROR(formula,0)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. Replies: 7
    Last Post: 03-01-2021, 05:30 PM
  2. [SOLVED] Excel Solver: Simplex LP. Constraints are not respected
    By MathiasA in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-20-2020, 07:42 AM
  3. Excel Solver: Simplex LP. Constraints are not respected
    By MathiasA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2020, 03:23 AM
  4. Macro to login to website provide objective error - potential parameter problem
    By Armored Wing in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-30-2018, 12:38 AM
  5. PrintArea not respected in Excel French
    By cabral_ea_ca in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-29-2014, 09:54 AM
  6. Replies: 0
    Last Post: 11-01-2011, 09:59 AM
  7. Help matching and referencing numbers to respected symbols.
    By wjkowach in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-08-2007, 03:36 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