I have cell F30 which contains a formula at the moment that averages out cells F7:F25 and divides by the value in cell F32:
=IF(F32>0,ROUNDUP(AVERAGE(F7:F25),0),0)
I need to add the following rules to it but I am not sure how to get it to work:
For every 2 above 4 in cell F32, add 2 to the...