For other sheets, we use formula
=IF(ISBLANK([Manually Actioned By]@row), NETWORKDAYS(Created@row, TODAY()), NETWORKDAYS(Created@row, [Manual Actioned Date]@row))
to tell us the turnaround time for the activity. It might not even be a great formula but it does what I need.
But now, want to only trigger this where Status@row = Failure (from several options available in dropdown). The AI generated formula's aren't working, so appreciate any help.