Can we use IFERROR and ISBLANK in the same formula together?

sweta22
sweta22 ✭✭✭✭

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.

image.png


Best Answer

Answers