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
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!