Math Functions

Google Sheets places all of their functions into one of 16 different types of functions. We have compiled a list of all Google Sheets Math functions in one place.

Function NameDescriptionSyntax
PRODUCTReturns the result of multiplying a series of numbers together.PRODUCT(factor1, [factor2, ...])
SUMReturns the sum or total of cells, ranges, numbers, or a combination of these inputs.SUM(value1, [value2, ...])