given a matrix, write two methods get(int row, int column) and set (int row, int column, String value). This value can either be a string or could be a formula like sum(matrix[0][2], matrix[0][3]). Now whenever you do the get, you have to get the fresh values even if the values are changed.
Check out your Company Bowl for anonymous work chats.