I have two columns calculated. Calculated Start Date and Calculated end date with formula Power FX.
Four other not calculated columns:
Previus Job: yes/no
Start Date: Date
Time from previus job: (numbers)
Estimated Duration (days): Numbers
One Column is lookup: Previus job.
. So
Calculated End Date:
If(Not('Previus Job?'), 'Start Date (Forecast)',DateAdd('Previus Job'.'Calculated End Date','Time from previus Job (days)'))
Calculated End Date:
DateAdd(Calculated Star Date','Estimated Duration (days)')
As you see, I need to edit one calculated colums. The problem is when I try to edit the formula, always is saving, and never finished. Just show saving, but never finish.
Please help me.
Thanks in advance