I am working on a sheet where we are tracking the percent complete within a column. The top percent complete formula is =AVG([Percent Complete]2, [Percent Complete]17). The formula in [Percent Complete]2 is =IF(Completed@row = "Completed", "100%", COUNTIF(Completed3:Completed16, "Completed") / 14)
The purpose of the formula in green, [Percent Complete]2 is so that if [Completed]3 is marked as completed, the [Percent Complete]2 shows 100% so users don't have to check the 14 boxes below as all complete and can essentially mark that section as complete with 1 box when done. The sheet will have 12 of these sections with each averaging the % complete and that rolls up to the [Percent Complete]1 cell.
I tried using checkboxes and that didn't work since you have a formula in the cell and you mark the box it doesn't roll up. We tried a few other options as well. Currently with the formula in [Percent Complete]2, when you mark [Completed]2 as complete, the average in [Percent Complete]1 ignores the number shown in [Percent Complete]2 almost like it doesn't think it is a number.
I appreciate your ideas on how to make this work.
Thank you,
Shane