Help with using Networkdays as a column formula

I want to create a column Formula that captures the Start Date and End Date in Networkdays but does not show the Invalid Data Type error for every unused column.
Trying to do this without using dependencies since I want more freedom with the start/end dates to be driven by the status rather than input.
I tried to use IF but can't seem to make it work.
Thank you,
Hector Arriaran
Customer Care Specialist
Vanderbilt University Medical Center
Best Answer
-
Hello @hjarriaran
Wrap your formula in IFERROR to stop the #INVALID DATA TYPE
=IFERROR(NETWORKDAYS([Start Date]@row, [End Date]@row), "")
Hope this helps
Peggy
Answers
-
Hello @hjarriaran
Wrap your formula in IFERROR to stop the #INVALID DATA TYPE
=IFERROR(NETWORKDAYS([Start Date]@row, [End Date]@row), "")
Hope this helps
Peggy
-
Thank you! It did.
Thank you,
Hector Arriaran
Customer Care Specialist
Vanderbilt University Medical Center
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!