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 ?
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
ONE guess (in the absence of any explanation):
=J1+IF(ISERROR(L1),0,L1)
copied down.
=sum(j1:j21,l1:l21)
when i going to sum facing div error
If you are still using 2007or for newer versionsFormula:
Please Login or Register to view this content.Formula:
Please Login or Register to view this content.
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...
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.
I am unable to replace div because the value comes from the formula cell
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks