Forum Discussion
null null
Apr 06, 2018Copper Contributor
Formula for End Date Based on specific hours per day
I need a formula to calculate the end date of a subject. The subject is 75 hours and it has the schedule below, and I need to exclude holidays. Please help.
Subject Start Date
4/6/2...
- Apr 06, 2018
How about something like this (See attached example file)
Wyn Hopkins
Apr 06, 2018MVP
How about something like this (See attached example file)
- SergeiBaklanApr 09, 2018Diamond Contributor
Wyn, as a comment - if you have same Running total for few days the formula returns last in the group date - since you use MATCH(,,1). More logically to return the first in the group date. i.e. END DATE is Thu, not Sun.
- Wyn HopkinsApr 10, 2018MVP
Good spot SergeiBaklan.
null null I have uploaded a revised version to handle the scenario flagged by Sergei
- null nullApr 09, 2018Copper Contributor
that is amazing, thank you so much
- Wyn HopkinsApr 10, 2018MVPYou're welcome, please see the revised version below