Entering Simple Functions and Use AUTOSUM in an Excel Worksheet
A function is a pre-defined formula that performs a particular type of calculation. The SUM function is one of the most commonly used functions in Excel. MIN, MAX, and AVERAGE are other simple functions used frequently. These functions only works if there are numbers in the specific cells.
Function are usually written as: =name of function(number1, number2, ...).
AUTOSUM is fast and easy way to add a column or row of values. It should be a button on your toolbar.
How To Use the SUM function:
-
Select the cell where you want the result to appear (ex: A4).
-
Type =SUM.
-
Enter a parenthesis.
-
Select the range of cells you want add together OR type in the cell references.
-
Enter another parenthesis
-
Press Enter.
-
The result will appear in A4. If A4 is the active cell the formula will appear in the formula bar.
How To Use the AVERAGE function:
You can use the AVERAGE function to calculate the average of a list of numbers.
-
Select the cell in which you want to result to appear.
-
Type =AVERAGE
-
Enter a parenthesis.
-
Select the range of cells you want average OR type in the cell references.
-
Enter another parenthesis
-
Press Enter.
How To Use the MIN function:
You can use the MIN or minimum function to calculate the smallest value in a list of numbers.
-
Select the cell in which you want to result to appear.
-
Type =MIN
-
Enter a parenthesis.
-
Select the range of cells you want average OR type in the cell references.
-
Enter another parenthesis.
-
Press Enter.
How To Use the MAX function:
You can use the MAX or maximum function to calculate the largest value in a list of numbers.
-
Select the cell in which you want to result to appear.
-
Type =MAX
-
Enter a parenthesis.
-
Select the range of cells you want average OR type in the cell references.
-
Enter another parenthesis.
-
Press Enter.
How To Use AUTOSUM :
You can use AUTOSUM to automatically enter the SUM function and add a list of numbers. When you click on the button, Excel will guess the range of cells you want to add. You are able to change that range.
-
Select the cell in which you want to result to appear.
-
Office 2003: Click the AUTOSUM button in Toolbar (·).
Office 2007: On the Home tab, in the Editing group, click on the SUM icon.
-
Observe the formula bar. The range that Excel guessed is displayed.
-
If the guess is correct, press Enter. You are done.
-
If the guess is incorrect, select the range of cells you want to use.
-
Press Enter.