Hi,
I hope you will be able to help me.
I'm trying to write a formula that will change the task status, depending on the date. I have done the below formula and it is working great:
=IF([Actual Finish Date]@row < TODAY(), "Completed", IF([Estimated Finish Date]@row > TODAY(), "In Progress", IF([Estimated Finish Date]@row < TODAY(), "Overdue")))
However, I'd like this formula to affect only child rows and leave the parent ones blank. I would still like to use it as a column formula.
Can you please advise if it's possible and if so, how do I do it? I tried using CHILDREN function but it doesn't seem to work for me - most likely I'm just not using it in correct way.
I'd appreciate all the help.
Thanks