Good morning!
How do I track the total count for a section of rows without having to manually update the formula if a row is added or deleted from the section?
For example, I have a section with this formula -
=COUNTIF([Include in Total Task Count]2:[Include in Total Task Count]10, "Yes")
If I add a row to the section, is there a way for the formula to be automatically updated?
=COUNTIF([Include in Total Task Count]2:[Include in Total Task Count]11, "Yes")
Or
If I delete a row from the section, is there a way for the formula to be automatically updated?
=COUNTIF([Include in Total Task Count]2:[Include in Total Task Count]9, "Yes")
Thank you for your help!