I'm having trouble writing a formula that does the following:
If "ERR" is present in any cells within the range, return "ERR"
If "ERR" is not present in the range, return the average of the range
Seems like this should be a simple formula I just haven't figured out how to make it work as...