Ignoring Cells w/ Formulas Returning "Blank"

Voski

New Member
Joined
Jul 26, 2023
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I find ignoring blank cells with formulas in lookup ranges, sumproduct, filter etc not very intuitive. Can anyone offer any advice or other simple solutions to this common problem other than this? COUNTBLANK seems to work and flags them correctly. Seems ironic that COUNTBLANK and ISBLANK conflict w/ each other. Thanks.

Column A​
Random #s​
Column E​
Row 24​
1​
1​
0​
0​
Row 25​
2​
2​
0​
0​
Row 26​
3​
3​
0​
0​
Row 27​
4​
4​
0​
0​
Row 28​
11​
0​
1​
Row 29​
12​
0​
1​
Row 30​
13​
0​
1​
Row 31​
14​
0​
1​
=IF(B31<10,B31,"")=ISBLANK(C31)*1=COUNTBLANK(C31)
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Maybe
Excel Formula:
=C31<>""
 
Upvote 0
Solution

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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