mariamagnvine

New Member
Joined
Jan 31, 2019
Messages
1
I have this formula in my spreadsheet that looks at a value in another worksheet in the workbook and if it is I want it to be blank but it is putting in a zero (0). Can you tell me what might be incorrect?

<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}span.s2 {color: #9900cc}</style>=IF(IFERROR(MONTH3!B29,"")="",IF(IFERROR(MONTH2!B29,"")="",IFERROR(MONTH1!B29," "),IFERROR(MONTH2!B29,"")),IFERROR(MONTH3!B29,""))
[FONT=&quot]
[/FONT]
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I think you can get around this problem by using the ISBLANK function. Just wrap your functions with it.

=IF(ISBLANK(IFERROR(Month1!B29,""))="",ISBLANK(IFERROR(Month23!B29,"")),"") ... and so on.
 
Upvote 0

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

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