Hello!
We require a formula that calculates the PRODUCTION PACE for the completed builds in a financial year quarter.
Currently we have the Pace calculating off the completed builds/ number of days in the qtr, but this means that the pace is really high compared to how often we are actually completing a build.
I want to create an accumlitve formula that counts the amount of days from the start of each qtr, and calculates the days past out of the total so that the pace of the completed buidsl is accurate.
A formula that i tried to make work was the below but it doesnt come up with anything (0).
=COUNTIFS(WORKDAY(DATE(2023, 4, 1), [# of Days]@row, {Holidays}) <= TODAY(), MONTH(WORKDAY(DATE(2023, 4, 1), [# of Days]@row, {Holidays})) = MONTH(TODAY()))
Anyone able to give us a hand in arranging this formula?
Appreciate the help :)
Whitney