Hi all, haven't been able to find anything on this by searching so I'm posting.
I'm hoping it is a simple fix as the formula seems very simple!
I am attempting to calculate accident frequency rates at my company. I fully understand that anything multiplied by zero returns zero. However, if there have been no accidents I would like to return one of two things. The total hours worked that month (meaning a full month without accidents) or a statement like the IFERROR function would return such as "No Accidents".
=IFERROR(SUM([Jul Accidents]@row * 200000 / July@row), "No accidents")
Jul Accidents = 0 but this obviously gets calculated and returns...0. If there is no data inputted then the error phrase is populated - as expected.
How do I get the formula to reference the hours worked in July and return that value? I'd rather not have to manually input if it can be formulated.
Thanks!
Michael