Hello
Is it possible to get the total of many items in one column - this is a calculated column.
Basically I want to get the average of all these project phases to get the overall project completion as a percentage. The way I intend to go about it is in the completed column there is 3 options
from a drop down (Not Started, In Progress, Completed)
there is a % Complete column which is a calculated column -
=IF(Completed="Completed",100,IF(Completed="In Progress",50,IF(Completed="Not Started",0,)))
Formula works great but is useless if I cannot get the overall average of these numbers, it doesn’t even have to be the average what returns, the sum would do then I could use Nintex workflow to carry out a math operation.
Any help or guidance would be greatly appreciated
Thanks
Jamie