I have a Google Sheets that has two columns. Second column is “numbers only”, and I need to sum up all the cells in it.
The spreadsheet is updated by several people, and updated frequently (I mean they’re adding new cells in the middle), and I need a cell in the bottom to show the sum of all the cells up above.
Something like
=SUM(B1, B[THIS_CELL_NUMBER])
The easiest way is probably to put the sum in a different column, and then sum the whole of column B, as in