hi all,
I am building a formula off of the net working days between when a row as completed and today; which I have working. I want it to calculate the net days when it is in a certain project phase, which I have as well. The issue is that when the project phase changes, my formula value goes away. How do I update my formula to keep the last known value?
here is my current formula:
=IF([Project Phase]@row = "1 - Project Intake", NETWORKDAY(Created@row, TODAY()),
thanks in advance!
Ashley