IFERROR with nested formula

K3MP0

New Member
Joined
Nov 14, 2018
Messages
3
I love excel and use it every day, however today I am stumped I want to add IFERROR to this formula

Code:
=F3/SUM(B3:C3)

I have tried
Code:
=IFERROR(IF(=F3/SUM(B3:C3)),0)
and it is not working

Any help or guidance is appreciated.

Thank you
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
I can't find a way to edit my post? so wanted to fix the mistake of the formula that I have tried to remove the =before the F3

=IFERROR(IF(F3/SUM(B3:C3)),0)
 
Upvote 0
Hi & welcome to MrExcel
Try
=IFERROR(F3/SUM(B3:C3),0)
 
Upvote 0
Hi & welcome to MrExcel
Try
=IFERROR(F3/SUM(B3:C3),0)

Thank you! I had too many parentheses and added an extra IF that was not needed.

I am looking forward to diving into this forum and finding the great truffles of knowledge that I am sure it contains.
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top