="Completed " + COUNTIF([Completed Tasks]:[Completed Tasks], 1) + " of " + COUNT([Completed Tasks]:[Completed Tasks], IF([Task Name]:[Task Name], ""))
I have a checkbox column that will read in the summary bar (row 1) when working "Completed 6 of 33"  However, it is counting blank rows and should read "Completed 6 of 25"
The formula is in the checkbox column, and I attempted to have it reference the Task Name column, if blank then don't count.  but i can't get it working.  Please help!