A
angy345
Hi, i want the function to evalute the range B3:13 as empty or not, if
it is blank to display 0 otherwise to compute the Average of the
specified range. Below is the function:
=IF(ISBLANK(B3:I3),"0",AVERAGE(B3:I3))
when the range is not empty, the Average is calculated but when it is
empty i get error #DIV0!
Anyone can help.
Many thanks
it is blank to display 0 otherwise to compute the Average of the
specified range. Below is the function:
=IF(ISBLANK(B3:I3),"0",AVERAGE(B3:I3))
when the range is not empty, the Average is calculated but when it is
empty i get error #DIV0!
Anyone can help.
Many thanks