Paste 81 values from Excel or text using any delimiter (space, comma, tab, semicolon). Empty cells can be 0, ., or any non-digit.
For Excel blanks: =IF(ISBLANK(A1),0,A1)
=IF(ISBLANK(A1),0,A1)