4 - Excel - Functions
4 - Excel - Functions
Excel
Functions
Introduction
A function is a predefined formula that performs calculations using specific values in a
particular order. Excel includes many common functions that can be used to quickly find
the sum, average, count, maximum value, and minimum value for a range of cells. In
order to use functions correctly, you'll need to understand the different parts of a
function and how to create arguments to calculate values and cell references.
Watch the video below to learn more about working with functions.
Excel: Functions
https://edu.gcfglobal.org/en/excel/functions/1/ 1/16
2/28/24, 8:00 PM Excel: Functions
to calculate. The function in the example below would add the values of the cell range
A1:A20.
For example, the function =AVERAGE(B1:B9) would calculate the average of the values
in the cell range B1:B9. This function contains only one argument.
https://edu.gcfglobal.org/en/excel/functions/1/ 2/16
2/28/24, 8:00 PM Excel: Functions
Creating a function
There are a variety of functions available in Excel. Here are some of the most common
functions you'll use:
▶︎ SUM: This function adds all of the values of the cells in the argument.
▶︎ COUNT: This function counts the number of cells with numerical data in the
argument. This function is useful for quickly counting items in a cell range.
▶︎ MAX: This function determines the highest cell value included in the
argument.
▶︎ MIN: This function determines the lowest cell value included in the
argument.
1 Select the cell that will contain the function. In our example, we'll select cell
D13.
https://edu.gcfglobal.org/en/excel/functions/1/ 3/16
2/28/24, 8:00 PM Excel: Functions
2 In the Editing group on the Home tab, click the arrow next to the AutoSum
command. Next, choose the desired function from the drop-down menu.
In our example, we'll select Sum.
3 Excel will place the function in the cell and automatically select a cell
range for the argument. In our example, cells D3:D12 were selected
automatically; their values will be added to calculate the total cost. If Excel
selects the wrong cell range, you can manually enter the desired cells into
the argument.
https://edu.gcfglobal.org/en/excel/functions/1/ 4/16
2/28/24, 8:00 PM Excel: Functions
4 Press Enter on your keyboard. The function will be calculated, and the
result will appear in the cell. In our example, the sum of D3:D12 is $765.29.
The AutoSum command can also be accessed from the Formulas tab on
the Ribbon.
You can also use the Alt+= keyboard shortcut instead of the AutoSum command. To use
this shortcut, hold down the Alt key and then press the equals sign.
https://edu.gcfglobal.org/en/excel/functions/1/ 5/16
2/28/24, 8:00 PM Excel: Functions
1 Select the cell that will contain the function. In our example, we'll select cell
C10.
2 Type the equals sign (=), then enter the desired function name. You can
also select the desired function from the list of suggested functions that
appears below the cell as you type. In our example, we'll type =AVERAGE.
https://edu.gcfglobal.org/en/excel/functions/1/ 6/16
2/28/24, 8:00 PM Excel: Functions
3 Enter the cell range for the argument inside parentheses. In our example,
we'll type (C3:C9). This formula will add the values of cells C3:C9, then
divide that value by the total number of values in the range.
4 Press Enter on your keyboard. The function will be calculated, and the
result will appear in the cell. In our example, the average number of units
sold by each troop is 849.
https://edu.gcfglobal.org/en/excel/functions/1/ 7/16
2/28/24, 8:00 PM Excel: Functions
Excel will not always tell you if your formula contains an error, so it's up to
you to check all of your formulas. To learn how to do this, read the Double-
Check Your Formulas lesson from our Excel Formulas tutorial.
To access the Function Library, select the Formulas tab on the Ribbon. Look for the
Function Library group.
Click the buttons in the interactive below to learn more about the different
types of functions in Excel.
https://edu.gcfglobal.org/en/excel/functions/1/ 8/16
2/28/24, 8:00 PM Excel: Functions
1 Select the cell that will contain the function. In our example, we'll select cell
B17.
https://edu.gcfglobal.org/en/excel/functions/1/ 9/16
2/28/24, 8:00 PM Excel: Functions
2 Click the Formulas tab on the Ribbon to access the Function Library.
3 From the Function Library group, select the desired function category. In
our example, we'll choose More Functions, then hover the mouse over
Statistical.
4 Select the desired function from the drop-down menu. In our example,
we'll select the COUNTA function, which will count the number of cells in
the Items column that are not empty.
https://edu.gcfglobal.org/en/excel/functions/1/ 10/16
2/28/24, 8:00 PM Excel: Functions
5 The Function Arguments dialog box will appear. Select the Value1 field,
then enter or select the desired cells. In our example, we'll enter the cell
range A3:A12. You can continue to add arguments in the Value2 field, but in
this case we only want to count the number of cells in the cell range A3:A12.
7 The function will be calculated, and the result will appear in the cell. In our
example, the result shows that 10 items were ordered.
While the Function Library is a great place to browse for functions, sometimes you may
prefer to search for one instead. You can do so using the Insert Function command. It
may take some trial and error depending on the type of function you're looking for, but
with practice the Insert Function command can be a powerful way to find a function
quickly.
1 Select the cell that will contain the function. In our example, we'll select cell
G3.
2 Click the Formulas tab on the Ribbon, then click the Insert Function
command.
4 Type a few keywords describing the calculation you want the function to
perform, then click Go. In our example, we'll type count days, but you can
also search by selecting a category from the drop-down list.
https://edu.gcfglobal.org/en/excel/functions/1/ 12/16
2/28/24, 8:00 PM Excel: Functions
5 Review the results to find the desired function, then click OK. In our
example, we'll choose NETWORKDAYS, which will count the number of
business days between the ordered date and received date.
6 The Function Arguments dialog box will appear. From here, you'll be able
to enter or select the cells that will make up the arguments in the function.
In our example, we'll enter E3 in the Start_date field and F3 in the
End_date field.
https://edu.gcfglobal.org/en/excel/functions/1/ 13/16
2/28/24, 8:00 PM Excel: Functions
8 The function will be calculated, and the result will appear in the cell. In our
example, the result shows that it took four business days to receive the
order.
Like formulas, functions can be copied to adjacent cells. Simply select the
cell that contains the function, then click and drag the fill handle over the
cells you want to fill. The function will be copied, and values for those cells
will be calculated relative to their rows or columns.
https://edu.gcfglobal.org/en/excel/functions/1/ 14/16
2/28/24, 8:00 PM Excel: Functions
To learn more:
If you're comfortable with basic functions, you may want to try a more advanced one
like VLOOKUP. Review our lesson on How to Use Excel's VLOOKUP Function for more
information.
To learn even more about working with functions, visit our Excel Formulas tutorial.
Challenge!
1 Open our practice workbook.
3 In cell F3, insert a function to calculate the average of the four scores in
cells B3:E3.
4 Use the fill handle to copy your function in cell F3 to cells F4:F17.
5 In cell B18, use the AutoSum command to insert a function that calculates
the lowest score in cells B3:B17.
6 In cell B19, use the Function Library to insert a function that calculates the
median of the scores in cells B3:B17. Hint: You can find the median
function by going to More Functions > Statistical.
7 In cell B20, create a function to calculate the highest score in cells B3:B17.
8 Select cells B18:B20, then use the fill handle to copy all three functions you
just created to cells C18:F20.
https://edu.gcfglobal.org/en/excel/functions/1/ 15/16
2/28/24, 8:00 PM Excel: Functions
https://edu.gcfglobal.org/en/excel/functions/1/ 16/16