Forum Discussion
Soonergirl97
Apr 16, 2022Copper Contributor
Due Date within 30 Days
I am creating a dashboard and want to add an element that tells users how many goals will be due within 30 days of the original goal date. I want to ensure the count is only for workdays. What is t...
NikolinoDE
Apr 16, 2022Platinum Contributor
Here's another feature that might help.
NETWORKDAYS function
eturns the number of whole working days between start_date and end_date. Working days exclude weekends and any dates identified in holidays. Use NETWORKDAYS to calculate employee benefits that accrue based on the number of days worked during a specific term.
Tip: To calculate whole workdays between two dates by using parameters to indicate which and how many days are weekend days, use the NETWORKDAYS.INTL function.
example =NETWORKDAYS("2/15/2022","3/25/2022")