You need to wrap your formulas in if statements like so:
=IF(OR(ISBLANK(A15),A15="Grand Total"),"",10)
=IF(OR(ISBLANK(A15),A15="Grand Total"),"",IFERROR((B15/H15),0))
and so on.