Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Issue Calculationg Actual Durations
I have a project sheet where i added an actual start and actual finish. I also added an "actual duration" column, which is a calculated field. In that column is the following formula:
=NETWORKDAYS([Actual Start]2, [Actual Finish]2)
The problem is that in some cells it is showing a huge value. There isn't a rhyme or reason that I can see why this is happening. (See screen shot.)
Comments
-
Problem solved. But in case someone had the same problem. The actual start and actual finish dates are set as =min and =max respectively. The issue on the first row was because the max was acually set incorrectly to calculate from the actual start instead of the actual finish. The second issue, (and the one that provided a much needed chuckle), was because the actual start date was set to 12/16/2916.
-
Hi Helene,
If you add a couple of ISBLANK() tests into your formula you may remove the comment at the top of the column.
Cheers,
Rob.
-
Thanks Rob. That was an old template someone was using. In my new template I used better error handling. I have an IF ERROR formula that shows "Likely No Dates" on a cell when the dates are missing so it doesn't display the ugly error message.
=IFERROR(NETWORKDAYS([Actual Start]x, [Actual Finish]x), "Likely no dates"); where x is the row #.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives