Hi everyone.
Could someone help me out with a rolling percentage complete formula.
For example.
If cells A2, A3 ,A4 contained the following percentages (25%, 50%, 60%) I need the overall result to be displayed in cell A1.
Now I know it's as simple as creating the following formula in A1:
=(A2+A3+A4)/3
Here's the tricky part (well maybe for me ). If in the future I needed to add additional percentages within A2, A3 ,A4. For example A2, A3 ,A4, A5, A6 (25%, 50%, 60%, 45%, 30%) the variable that I divide with will need to change from 3 to 5 ( =(A2+A3+A4+A5+A6)/5 ).
Can this formula be modified to roll with the additional entries if I ever needed to add them?
Hope this makes sense.
Thanks.
Could someone help me out with a rolling percentage complete formula.
For example.
If cells A2, A3 ,A4 contained the following percentages (25%, 50%, 60%) I need the overall result to be displayed in cell A1.
Now I know it's as simple as creating the following formula in A1:
=(A2+A3+A4)/3
Here's the tricky part (well maybe for me ). If in the future I needed to add additional percentages within A2, A3 ,A4. For example A2, A3 ,A4, A5, A6 (25%, 50%, 60%, 45%, 30%) the variable that I divide with will need to change from 3 to 5 ( =(A2+A3+A4+A5+A6)/5 ).
Can this formula be modified to roll with the additional entries if I ever needed to add them?
Hope this makes sense.
Thanks.