First Formula: SUM
The SUM formula is one of the simplest and most commonly used formulas in Excel. It is used to calculate the total (sum) of a range of numbers.
How to Apply SUM:
Purpose: To add up the numbers in the "Salary" column.
Formula: =SUM(E2:E4)
E2:E4 refers to the range of cells in the "Salary" column (50000, 65000, 80000).
Step-by-Step Application:
Click on an empty cell (e.g., E5) below the "Salary" column.
Type the formula: =SUM(E2:E4).
Press Enter.
Excel will calculate the total of 50000 + 65000 + 80000 = 195000