Has anyone found a way to calculate CPI (based on planned spend and actual spend) with regards to to

shondaconnor0413
✭✭✭
I am using the following formulas for my calculations on the parent row in my project plan but need to find a way to have it based on today's date and not the roll up from the entire project
- SPI: =IF(AND([Planned Value]@row = 0, [% Complete]@row <> 0), [% Complete]@row + 1, IF([Planned Value]@row = 0, 0, [% Complete]@row / [Planned Value]@row))
- CPI: =IF(ISBLANK(Budget@row), 0, [Planned Spend]@row / [Actual Spend]@row)
- Planned Value: =IF(TODAY() < [Forecasted Start Date]@row, 0, IF(TODAY() >= [Forecasted End Date]@row, 1, IF(AND(TODAY() >= [Forecasted Start Date]@row, TODAY() < [Forecasted End Date]@row), (TODAY() - [Forecasted Start Date]@row) / ([Forecasted End Date]@row - [Forecasted Start Date]@row))))
In photo, parent row is in red rectangle.
Shonda Connor - IT Senior Project Manager
Tags:
Best Answer
-
Figured this out this weekend myself (I think.) I am using
=IF(OR(Budget@row <= 0, [Forecasted Start Date]@row >= TODAY()), 1, [Planned Spend]@row / [Actual Spend]@row)
Shonda Connor - IT Senior Project Manager
Answers
-
Figured this out this weekend myself (I think.) I am using
=IF(OR(Budget@row <= 0, [Forecasted Start Date]@row >= TODAY()), 1, [Planned Spend]@row / [Actual Spend]@row)
Shonda Connor - IT Senior Project Manager
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!