It seems like ignoring these cells in arrays, lookups, filter, sumproduct, etc is not very intuitive. Any suggestions or advice on my solution below? Seem ironic that Excel's treatment of ISBLANK and COUNTBLANK conflict. 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) |