In cell K10 on the Loc tab, you have: =Incident!G9 which returns 0 when Incident!G9 is blank.

=IF(Incident!G9="","",Incident!G9) will return a blank until something is entered in Incident!G9.

Take the same approach in any cell that has a "simple" link to another sheet/cell.

Regards, TMS