Counting blank cells when the column is being used for roll up metrics in another sheet

Hi All,

I'm working on creating dynamic metrics using a roll up metrics sheet. I'd like show the total number of tasks for each status and the total that has no status assigned. Easy, right? =COUNTIF({Column Name},"Status Type") or =COUNTIF({Column Name},"") the problem is the total number of tasks by status type exceeds the total number of tasks.

The overage is 10 and I believe it is because the Status Type column is being referenced as part of a formula on another sheet, so the last 10 rows in the sheet have the grey triangle on the right hand side of the cell (popup says "Used in formula on:..." when you hover over it). So my guess is that because of this, they are considered 'active' cells and get counted in my count blank formula.

So my question is how can I get an accurate count of the truly blank cells. I have a Row ID column that is set up as an auto-number system column that I think I can use. Essentially I need a COUNTIFS formula that counts only the rows where the 'Status Type' column is blank AND the 'Row ID' column is NOT blank.

Can anyone help me out with this? I think it needs to be =COUNTIFS({Status Type},"",{Row ID}, NOT(ISBLANK())) but that doesn't work.

Thanks in advance.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!