Certainly! Here's the LaTeX formula to calculate the sum of all cells in the table:
$$\sum_{i=1}^{10} \sum_{j=2}^{12} ij^2$$
In the above formula, $i$ represents the row number and $j$ represents the column number. The sum is taken over all rows and columns (excluding the first row and first column, which contain the row and column headers).