C
chuck72352
For some reason I get "False" as my average instead of a number whether
or not I have numbers in the five cells. I'm using as suggested:
=IF(COUNTBLANK(C4:C8)=0,IF(ISERROR(ROUND(AVERAGE(C
4:C8),1)),"",ROUND(AVERAGE(C4:C8),1)),"")
I would like to get a result, ie the average of the five cells, only if
all five cells have values.
or not I have numbers in the five cells. I'm using as suggested:
=IF(COUNTBLANK(C4:C8)=0,IF(ISERROR(ROUND(AVERAGE(C
4:C8),1)),"",ROUND(AVERAGE(C4:C8),1)),"")
I would like to get a result, ie the average of the five cells, only if
all five cells have values.