Stop counting NETDAYS formula based on date in another column
Here are the column names in my sheet that pertain to my question:
[Address By Date] [Days Remaining / Overdue] [Date Resolved]
The column formula is in the [Days Remaining / Overdue] column and I want it to stop counting when a date is entered into the [Date Resolved] column.
The current column formula in the [Days Remaining / Overdue] column is: =IFERROR(NETDAYS([Address By Date]@row, TODAY()), "")
(There may not be a date in the [Address By Date] field and I was returning errors without using IFERROR.)
Would appreciate any help with trying a combo formula that would work! :)
Best Answer
-
Hey @afarabaugh
Try this
=IF(ISDATE([Date Resolved]@row), NETDAYS([Address By Date]@row, [Date Resolved]@row), IFERROR(NETDAYS([Address By Date]@row, TODAY()), ""))
Will this work for you?
Kelly
Answers
-
Hey @afarabaugh
Try this
=IF(ISDATE([Date Resolved]@row), NETDAYS([Address By Date]@row, [Date Resolved]@row), IFERROR(NETDAYS([Address By Date]@row, TODAY()), ""))
Will this work for you?
Kelly
-
Thank you @Kelly Moore - This works. :)
I appreciate you responding!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!