I have the following formula in a cell
=([Actual Case Rate Achieved]57 / [Expected Hourly Case Rate]57 * 1)
This data in the cells "Actual Case Rate Achieved" & "Expected Hourly Case Rate" are not always filled in at the same time, so when information is missing I am gettignthe error "#invalidvalue"
I would like my formula to return "0.0" when the information is not in the cells and the "#invalidvalue" is returned.
Help is much appreciated.