Excel 2013 Intermediate
Excel 2013 Intermediate
Functions
As we have previously seen, the power of Excel lies in its ability to perform calculations. The real
strength of this is shown in Functions.
The Parts of a Function
The order in which you insert a function is important. Each function has a specific order (syntax)
which must be followed for the function to work properly. The basic syntax to create a formula
starts with an equal sign (=), the function name (for example, SUM), and an argument.
Arguments contain the range of cells you want the formula to calculate.
1 - 15
Creating Functions
Manually Creating a Basic Function:
1) Select the cell where the result will appear
2) Type the equal sign (=) and enter the function name (SUM, for example)
3) Highlight the cells for the argument
4) Press Enter
Using the Function Commands:
The function command allows you to automatically return the results for a range of cells for
common functions such as SUM and AVERAGE.
1) Select the cell where the result will appear
2) Click on the Home tab
3) In the Editing group, click on the AutoSum drop-down arrow and select the function you
desire
4) A formula will appear in the selected cell. If logically placed, Excel will select your cells for
you. Otherwise, you will need to highlight the cells to choose the argument.
5) Press Enter
IF Function
The IF function returns one value if a condition you specify is TRUE, and another value if that
condition is FALSE. For example, the formula
=IF(A1>75,"Pass","Fail") will return "Pass" if A1 is greater than 75, and "Fail" if A1 is less than or
equal to 75.
Creating an IF Function:
This example is using the IF function to determine a pass or fail grade:
1) Select the cell where the result will appear
2) Click on the Home tab
3) In the Editing group, click on the AutoSum drop-down arrow and select More Functions
4) Select the category Logical from the drop-down list
2
Order of Operation
When more than one operator is used in a formula, there is a specific order Excel follows to
perform these mathematical operations. This order of operation can be changed by adding
parentheses to the equation.
Mathematical Operators
Order of Operation
Subtraction ( - )
Addition ( + )
Division ( / )
Multiplication ( * )
Exponentiation ( ^ )
Parentheses
Exponents
Multiplication
Division
Addition
Subtraction
Sorting Data:
To Create a Simple Sort:
1) Click in the column you wish to sort by
2) Click on Sort & Filter on the Home tab in the Editing group
3) Select either the Sort A to Z
or Sort Z to A
6) Repeat steps if there are additional sort fields (you can choose up to 64 levels)
7) Click OK
Filtering Data:
Using Autofilter to filter data is a quick and easy way to find and work with a subset of data in a
range of cells or table.
1) Click within the data range to be filtered
2) Click on Sort & Filter on the Home tab in the Editing group
3) Click on Filter
The first row of the data becomes the filtering row.
4) Click on the down arrow next to the heading of the column you want to filter by
5) Select the criteria
6) Click OK
You may filter by more than one column:
The example below is filtered by the Prereq = Comp 1. Note the status bar - 2 out of 6 records
found.
Custom Autofilter
Custom Autofilter allows you to locate records that either match all criteria or meet one or the
other criteria. You can use this method for more flexibility when filtering text.
1)
2)
3)
4)
5)
Click on the down arrow next to the heading of the column you want to filter by
Select Text Filters
Click on one of the comparison filters
Type the text to filter
Click OK
To choose additional criteria, select And or Or; then specify the data for the second criteria.
Choosing "And" means that both criteria must be met; choosing "Or" means that either criteria can
be met.
Charting
Creating a chart in Excel allows you to further analyze your data and look at it another way.
To Create a Chart:
1) Select the data to be charted (include the column(s) and row(s) labels)
2) Click the Insert tab
3) Click the chart type you would like in the Charts group
4) Click on a chart style
You can also modify the chart by clicking on the icons that appear on the right of the chart when it
is selected.
Chart Elements Add, remove or change chart elements such as title, legend, gridlines, etc.
Chart Styles Choose a style and color scheme for your chart.
Chart Filters Edit what data points and names are visible on your chart.