Please help! I am trying to come up with a formula to put in the parent row to get the average % completionof the children row. My children row % percentage completion are filled in using this formula:
=(IF(Pulled@row, 0.5, 0) + (IF([Source Termed (FROM)]@row, 0.2, 0) + (IF([Device Termed (TO)]@row, 0.2, 0) + (IF([Source QA/QC]@row, 0.05, 0) + (IF([Device QA/QC]@row, 0.05, 0)))))) * 100 + "%"