If (ISERROR) formula

Paul35Hants

New Member
Joined
Sep 7, 2010
Messages
35
Hello All,

I wondered if someone could help me.

I have 3 columns in excel:

Column 1 is my budget
Column 2 is how much of the budget I have consumed to date.
Column 3 I have my formula.

In this formula I wish to show the following:

a) if Column 2 / Column 1 is > 60% then show "YES" else "NO" - I have done this part.
b) if Column 2 / Column 1 returns #DIV/0! then I wish to return "Check"

Its part b) I am struggling to include within the full formula.

Can anyone help?

Thanks

Paul
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
What are you trying to achieve?

=IF(ISERROR([your formula]), "Check", [your formula])

would achieve what you want but there's a danger that you'd miss other errors it generates as well and therefore not get an accurate output.

Might be better to check something else?

Regards
Adam
 
Upvote 0

Forum statistics

Threads
1,224,593
Messages
6,179,791
Members
452,942
Latest member
VijayNewtoExcel

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