I want to add all the numbers in a given column of all the rows before the total row. Let\'s assume my column H contains number. If I have 15 rows, I\'d do sum(H1:H15)
sum(H1:H15)