Combining Formulas For Percent Complete Column
How can I combine two formulas together. The purpose of these formulas is to calculate the percent complete based on the start and finish date. If the start date is blank i want it to return 0% but if we have the start and finish date filled in then it will calculate that percentage.
First formula: =IF(ISBLANK([Estimated Start]@row), 0)
Second Formula: =(TODAY() - [Estimated Start]@row) / ([Estimated Finish]@row - [Estimated Start]@row)
Thank you in advance for any help.
Best Answer
-
You would drop the second formula into the 3rd position within the IF statement.
=IF(argument, value if true, value if false)
Answers
-
You would drop the second formula into the 3rd position within the IF statement.
=IF(argument, value if true, value if false)
-
Thank you for your quick response. That worked!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!