K
KPF
I have two different ranges that are averaged separately at L18 and L49
Each is averaged using the following formula so zeroes will not b
included :
=AVERAGE(IF(L6:L17<>0,L6:L17," "))
My problem is that I then have to average these two results together
and if I get a #div/0! error in one of them, then my formula will no
work. This is the formula that I was trying:
=AVERAGE(IF(L18,L49<>0,L18,L49," "))
Any ideas out there?
Thanks
Each is averaged using the following formula so zeroes will not b
included :
=AVERAGE(IF(L6:L17<>0,L6:L17," "))
My problem is that I then have to average these two results together
and if I get a #div/0! error in one of them, then my formula will no
work. This is the formula that I was trying:
=AVERAGE(IF(L18,L49<>0,L18,L49," "))
Any ideas out there?
Thanks