It might not be what you're looking for, but I'd suggest putting if statements in the problem cells. You would be creating a second table, which copies all nonzero values from the original, and fills the rest with zeroes.

EX: IF(A1<>0,A1,0)