Iferror

pooley100777

New Member
Joined
Mar 27, 2013
Messages
21
Hi all,

This is a really simple question but for some reason i cant get it to work.

I have the following formular =IF(Fcast!D10>0,SUM(Fcast!D10-Budget!D10),0) and i want to add an (iferror) to it but i cant seen to get it to work?

I need the iferror value to enter a zero if the above formular hasen got a value in the Fcast spreadsheet as in the sheet it is bring back a #value cell. so all the #values cells i need to change to 0.

Hope this make sense?

Many thankss for you help

M
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
does =IFERROR(IF(Fcast!D10>0,SUM(Fcast!D10-Budget!D10),0),"ERROR") work ?

Where ERROR is in the formula type in whatevere you the cell to say.
 
Upvote 0
Yes it does and this is what i have been scratching my head over for the past hour!

Thankyou so much, i have tried every other way apart from that one. I thinks its time i went home.

Thanks again!
 
Upvote 0

Forum statistics

Threads
1,203,264
Messages
6,054,449
Members
444,725
Latest member
madhink

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