This Month's/Year's Net Work Days As Of TODAY

Nicole J
Nicole J ✭✭✭✭
edited 08/07/24 in Formulas and Functions

So, August 2024 has 22 Net Work Days. But as of today (08/07/2024), there are only 18 Net Work Days remaining in August.

Is there a formula I can create that will show me "X Month's/X Year's" remaining work days?

So the August 2024 answer would be 18 as of today, September 2024 would be all 20 remaining work days, October 2024 would be all remaining 23 work days, etc..

Thoughts?

Okay, I'm onto something. I can calculate the remaining net work days in any "current" month by using this formula:

=NETWORKDAYS(TODAY(), IFERROR(DATE(YEAR(TODAY()), MONTH(TODAY()) + 1, 1), DATE(YEAR(TODAY()) + 1, 1, 1)) - 1)

But how can I tweak this formula to look as specific month/year combos?

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!