Hi there! I’m new to Coda and I’m still trying to familiarize with things.
Is it possible to temporarily disable the formula or hide the current column and replace it with a hidden column that accepts value if the condition is not met?
Here’s my current formula:
ifBlank(NetWorkingDays(thisRow.[Estimate Start Date],thisRow.[Estimate End Date]),"" )
So if my Estimate Start Date and Estimate End Date are blank, I can manually add the number of days in the Duration field. And, if both dates are not blank, then the manually added duration will be ignored/deleted. Is this possible or am I asking too much?
Thanks!