I Have a project in which i have to Calculate the days. From the date form is submitted to the time it is approved by the internal team.
I want to stop the calculating counter after the Status of the internal approval is changing.
The Approved Column has different drop down list which changes and and thus the count has to stop accordingly.
I have used this to calculate the days, I need to stop the counter after approved is changed.
=IF([PM Approval]@row = "Approved", COUNT(NETWORKDAY([Submission Date]1 - TODAY()), ""))
