A
andyp161
Hi there,
I want to calculate an average of H3:H80. However, I ONLY want th
average to be calculated on those cells that contain values greate
than 0. My attempt, as follows, returns #VALUE
:=IF(H3:H80>0,AVERAGE(H3:H80),""). Any ideas?
Many thank
I want to calculate an average of H3:H80. However, I ONLY want th
average to be calculated on those cells that contain values greate
than 0. My attempt, as follows, returns #VALUE
:=IF(H3:H80>0,AVERAGE(H3:H80),""). Any ideas?
Many thank