How do I use IF(ISBLANK() when the cell contains a formula

slam

Well-known Member
Joined
Sep 16, 2002
Messages
873
Office Version
  1. 365
  2. 2019
I'm using this formula in cell AG

=IF(ISBLANK(F3),"",SUM(E3:F3))

Though F3 is currently blank, it contains a formula, so its not displaying a blank like I want it to.

How do I resolve this?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I'm using this formula in cell AG

=IF(ISBLANK(F3),"",SUM(E3:F3))

Though F3 is currently blank, it contains a formula, so its not displaying a blank like I want it to.

How do I resolve this?
VoG's suggestion will do what you want.

Just a "FYI" comment...

The ISBLANK function is POORLY named for what it does. It should be named ISEMPTY.
 
Upvote 0
Follow up question, i'm trying to use a similar formula for three side by side cells (A1,B1 & C1), my formula in cell D1 is: =if(A1=0&B1=0,"",C1/B1) and I'm getting a '#DIV/0!' result. I know it's because you can't divide by '0', but shouldn't it give me "" instead of this result because A1 & B1 are both equal to zero? Am I missing a step? I tried using 'or' instead of '&', but no luck. I've done this before, but I can't seem to recall how. Thanks in advance.
 
Upvote 0

Forum statistics

Threads
1,215,443
Messages
6,124,889
Members
449,193
Latest member
ronnyf85

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