Agreed with DRC1 that earned value management is really pretty simple. It can easily be done on a spreadsheet.
Inputs:
Budget at Completion, BAC
Actual Cost, AC
Planned Value, PV
Percentage Complete, PC
Estimate to Complete, ETC
Outputs:
Earned Value, EV = BAC x PC
Cost Variance, CV = EV - AC
Percent Cost Variance, CV% = (CV/EV)%
Cost Performance Index, CPI = EV/AC
Schedule Variance, SV = EV - PV
Percent Schedule Variance, SV%, = (SV/PV)%
Schedule Performance Index, SPI = EV/PV
Estimate at Completion, EAC = AC + ETC
Variance at Completion, VAC = BAC - EAC
Percent Variance at Completion, VAC% = (VAC/BAC)%
To Complete Performance Indices
- To achieve BAC
TCPI = (BAC - EV)/(BAC - AC)
- To achieve EAC
TCPI = (BAC - EV)/(EAC - AC)
The estimate to complete can also be calculated independently:
- Future performance influenced by past cost performance
ETC = (BAC - EV)/CPI
- Future performance influenced by past cost performance (80%) and schedule performance (20%)
ETC = (BAC - EV)/(0.8*CPI + 0.2*SPI)
- Future performance influenced by previous three CPI results
ETC = (BAC - EV)/(CPI1 + CPI2 + CPI3)/3
- Future performance influenced by past cost and schedule performance
ETC = (BAC - EV)/(CPI*SPI)