trying to edit / change a formula to reference different columns
Need to change my column “Expected % Complete” to reference the “Actual Start Date” and “Actual End Date” columns (and not the “planned start date/planned end date columns”)
When I try to replace the column references, I get an “UNPARSED” error
Change from this:
=IF(TODAY() > [Planned End Date (original)]@row, 1, IF(TODAY() < [Planned Start Date (original)]@row, 0, ((NETWORKDAY([Planned Start Date (original)]@row, TODAY()) / (NETWORKDAY([Planned Start Date (original)]@row, [Planned End Date (original)]@row))))))
Change to this?:
=IF(TODAY() > [Actual End Date]@row, 1, IF(TODAY() < [Actual End Date]@row, 0, ((NETWORKDAY([Actual Start Date]@row, TODAY()) / (NETWORKDAY([Actual Start Date]@row, [Planned End Date (original)]@row))))))
Can anyone help correct my formula above?
Answers
-
Any reason you still have that "Planned End Date" in the second formula? (not that this is the problem...)
-
check this out:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!