Computer components
SUM The SUM function is the first must-know formula in Excel. It usually aggregates values from a selection of columns or rows from your selected range. =SUM(number1, [number2], …)
Example: =SUM(B2:G2)–A simple selection that sums the values of a row. =SUM(A2:A8)–A simple selection that sums the values of a column.