Need a formula to average a range of cells but only if there are numbers so I dont get a zero.
=AVERAGE(IF(E8:N8,E8:N8)) this is what I'v tried but I just get #VALUE!
Thanx