You can have errors in your data - you just need to anticipate that condition.

You could change

Assumptions!$I$73:$CK$80

to

IFERROR(Assumptions!$I$73:$CK$80,0)

and enter the formula using Ctrl-Shift-Enter rather than just enter.