Formulas
One of the main functions of a spreadsheet is to make calculations using your data. Excel is able to perform many mathematical functions automatically, including finding sums, averages, and standard deviations. This guide will demonstrate the use of these formulas. Newer versions of Excel also include formulas for financial, logical, and reference operations, which in principle work in the same way.

The Function Arguments screen should pop up, displaying the current range of cells in the formula:

Excel will attempt to automatically select the right cells for your formula. Check to see whether the range is right. If you need to change the cell range, you can either select the correct cells in your spreadsheet or type the range of cells into the text box.
Excel will automatically calculate the result of the formula and display it in the cell. If the data in any of the cells contributing to the formula changes, Excel will re-calculate the formula and display the adjusted result.
Copying formulas
Excel will allow you to copy a formula to other cells. For example, you may create a formula to sum one column of numbers, and then copy it to sum the next column(s).


You can also select a cell, then copy and paste it to a new location. Excel will automatically adjust the cell range to the new column/row of the formula.
Using multiple formulas
You may need to use multiple formulas when working with your data. For example, after finding the sums of several rows of data, you may need to find the average sum. You can do this by adding a formula just as you did to find the sums.
The average of the sums will appear in the cell. Excel will automatically recalculate the average if any data in any of the cells changes.