How would I wrap this formula in a error handler so that instead of showing the error it will show a 0
=SUM($U11/(SUM($J11:$R11))*SUM(J11))
How would I wrap this formula in a error handler so that instead of showing the error it will show a 0
=SUM($U11/(SUM($J11:$R11))*SUM(J11))
Last edited by SilverFox; 05-01-2014 at 10:25 AM.
Maybe this one
=IF(ISERROR(SUM($U11/(SUM($J11:$R11))*SUM(J11))),0,SUM($U11/(SUM($J11:$R11))*SUM(J11)))
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
=if(iserror(sum($u11/(sum($j11:$r11))*sum(j11)) ),0,sum($u11/(sum($j11:$r11))*sum(j11)) )
Hope this helps
Sometimes its best to start at the beginning and learn VBA & Excel.
Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
Available for remote consultancy work PM me
Like this maybe?
Formula:
Please Login or Register to view this content.
<----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left
If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.
Formula:
Please Login or Register to view this content.
Regards, TMS
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
@Jacc: the OP's profile says 2003.
Regards, TMS
Gotcha! I was indeed confused there for awhile.![]()
Thanks a lot guys that worked great, problem SOLVED
You're welcome.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks