A more advanced formula which will detect if the division is possible or not would be:
=IF(ISERROR(B2/$I$12),"",B2/$I$12)
This detects if the division creates an error, if it does it leaves the cell blank, if not it performs the calculation.
You could replace "" with a zero, or enter an error...