Date Formula Help Needed!

crystal.schroeder
✭✭✭✭
My current formula seems to count weekends and then also seems to count the day of as a day too - can someone help me rewrite this so days until due for 1/17/2025 would show as 1 and not 2, and then also skip weekends?
Formula in case its hard to see below -
=IFERROR(NETWORKDAYS(TODAY(), [Reporting Due Date]@row), "")
Best Answer
-
You can just add a minus 1
=IFERROR(NETWORKDAYS(TODAY(), [Reporting Due Date]@row) - 1, "")
Answers
-
You can just add a minus 1
=IFERROR(NETWORKDAYS(TODAY(), [Reporting Due Date]@row) - 1, "")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives