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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!