iamrobberman
New Member
- Joined
- Oct 8, 2019
- Messages
- 3
I am finalizing a production log that I have built...I have a Entered Training Date and a Graduation Date listed. I am trying to calculate the number of days instructed within the current month. I have the formula spelled out that gets me exactly what I was looking for, however, this formula does not account for the weekends and federal holidays. How can I modify this formula to get me the current number of days in the month that are instructed (between the two ranges) that accounts for weekends and federal holidays.
current formula is:
=MAX(0,MIN(B3,EOMONTH(TODAY(),0))-MAX(A3-1,EOMONTH(TODAY(),-1)))
The table that lists the 2019 holidays is located in cell T28:T37
The data I am trying to plug in will start in Y3.
Any help is greatly appreciated. (Not sure how to upload an example file to show)
current formula is:
=MAX(0,MIN(B3,EOMONTH(TODAY(),0))-MAX(A3-1,EOMONTH(TODAY(),-1)))
The table that lists the 2019 holidays is located in cell T28:T37
The data I am trying to plug in will start in Y3.
Any help is greatly appreciated. (Not sure how to upload an example file to show)