I want help for the following formula:
I want to divide two columns based on UniqueWorkstream column if it has any value. If the workstream column is blank, it should not show any value.
For that I have used the formula: =I=IF(ISBLANK(UniqueWorkstream@row), " ", [Count of Tasks Overdue(Schedule)]@row / [Total Tasks(Schedule)]@row)
If both columns has zero, it is throwing an error #DIVIDE BY ZERO.