Hello everyone,
I have a function that I run via API that helps me replicate improvements across all the spreadsheets for projects I work on.
I tried to insert a new formula field into my spreadsheet using this function and it worked perfectly. However, the field results in a formula error and I need to access all the spreadsheets, click on the cell and exit so that the formula can be collected and calculate the defined metric.
Is there a way to fix this?
This is an example of a formula:
=IFERROR(SUMIF(Duration:Duration; [Project Phase]:[Project Phase]; ="Execution"); "")
And this is the result: