Roll Up Percentages

I have a column in a sheet that tracks percentage of completion on each tasks and it rolls up to an overall completion percentage. Is there a way to exclude specific tasks from being included in the overall completion percentage?

Answers

  • James Keuning
    James Keuning ✭✭✭✭✭

    And a column with a checkbox, so EXCLUDE true or false. And then in your roll-ups use SUMIF.

    Or, if you don't want to use SUMIF, create a helper column that returns the original column if EXCLUDE=FALSE. And then calculate your percentages using that helper column.