Duration formula
Hi there,
I have tried reaching out to Smartsheet for help and received nothing so hopping on here as a desperate last attempt.
I have a column with a start date and another column with a finish date. I am trying to get the following column to calculate the days between the start and finish dates. Can someone please give me a formula to do this?
I have tried
=networkday([start]1,[finish]1)
and the formula lights up like it is working but then will say #invalid and I don't understand.
Answers
-
Possible issue: if the start and finish date columns are not checked as DATE in their properties, then you would get an invalid error. To check, right click the column header, select Edit Column Properties, then select Date.
If this is a big sheet and you are populating large columns, consider using the @row instead:
=networkday([start]@row,[finish]@row)
After you've tabbed out of the cell (and you've checked the formula is working appropriately), right click the cell with the formula and select "Make Column Formula". Column formulas only work with @row entries--you can not reference specific rows as your original formula does.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!