J
John Mac
I am currently using the following formula as this averages up my data to
either 0.1, 0.5 or 0.9 (I hope!):
=INT(AVERAGE(P2,S2,V2))+CHOOSE((MOD(AVERAGE(P2,S2,V2),1)<0.3)+(MOD(AVERAGE(P2,S2,V2),1)<0.7)+1,0.9,0.5,0.1)
If the cells I am averaging do not contain data then the formula does not
make a calculation. Is there a way the formula can still calculate the
average even if a cell does not contain data?
Many thanks for your help
John
either 0.1, 0.5 or 0.9 (I hope!):
=INT(AVERAGE(P2,S2,V2))+CHOOSE((MOD(AVERAGE(P2,S2,V2),1)<0.3)+(MOD(AVERAGE(P2,S2,V2),1)<0.7)+1,0.9,0.5,0.1)
If the cells I am averaging do not contain data then the formula does not
make a calculation. Is there a way the formula can still calculate the
average even if a cell does not contain data?
Many thanks for your help
John