Excel 2011 Mac
Excel 2011 Mac
Table of Contents
Elements of An Excel Document ................................................................................. 2 Resizing and Hiding Columns and Rows .................................................................................................. 3 Using Panes to Create Spreadsheet Headers ............................................................................................. 3 Using the AutoFill Command ....................................................................................... 4 Using AutoFill for Sequences ...................................................................................................................... 4 Using AutoFill for Formulas ....................................................................................................................... 4 Using Formulas and Functions ..................................................................................... 5 Using the AutoSum Command ................................................................................................................... 5 Inserting a Function ...................................................................................................................................... 6 Creating Weighted Averages Exercise....................................................................... 7 Using the Named Area in a Formula ......................................................................................................... 8 Substituting Letter Grades Exercise ............................................................................. 9 COUNTIF Exercise ........................................................................................................ 11 TRIM Exercise ............................................................................................................... 11 Formatting .................................................................................................................... 12 Cells, Columns and Rows ..........................................................................................................................12 Setting Up the Page.....................................................................................................................................12 Sorting Data ................................................................................................................. 13 Filtering Data................................................................................................................ 13 Adding A Chart ........................................................................................................... 14 Moving the Chart ........................................................................................................................................14 Modifying a Chart .......................................................................................................................................15 Working with Pivot Tables ........................................................................................... 16 Selecting the Data........................................................................................................................................16 Creating the Report .....................................................................................................................................16
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 1 of 16
Active Cell
To navigate more quickly in your worksheet, use the arrow keys on the keyboard to move left, right, up and down. In addition, you can use the following keystrokes: Return accepts your entry and moves the active cell down one; hold down the Shift key as well and you will move back up. Tab accepts your entry and moves the active cell to the right. Again, hold down the Shift key as well as the Tab key and you will move to the left. The Esc key or red X in the Formula bar will abort your change.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 2 of 16
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 3 of 16
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 4 of 16
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 5 of 16
INSERTING A FUNCTION
Before you do anything, you need to make sure your cursor is in the cell in which you want the result. You can insert functions by either going to the Insert menu and choosing Function, by clicking on the arrow next to the AutoSum or Insert icons in the Formulas Ribbon, or by clicking on the Toolbox icon ( ) in the Standard Toolbar. The Formula Builder will appear if you have gone through the Insert menu or the Toolbox, and a list of operations that Excel can perform are displayed. When you choose a function from the list (scroll to it or find it in the Search box and then double click), the bottom portion of the Formula Builder changes so you can select the cells you would like to involve in the formula. To select, use the mouse to click on the first cell and drag through the cells you would like to add. Note that for each function, this bottom portion will look different. If youre not sure how to use a particular function, you can click the More help on this function below the function description and that will bring up Excels Help. Once the function is in the cell, you can copy and then paste it into another cell to do the same function for that different range of cells. You can also use the AutoFill command (click cell with the function, then drag to the right or down). The formula adjusts automatically for the new values. As mentioned before, if you want a constant reference (for example, each column should be divided by a certain cells data), add a dollar sign ($) in front that cells reference in the Formula bar. For example, if =D8*$P$8 is in the Formula bar and you AutoFill from this cell, the next cell would read =D9*$P$8, changing the first cell, but keeping the second cell reference constant otherwise, it would read =D9*P9. Another way to accomplish this would be to define the constant and then reference the constant, as seen below in the Creating Weighted Averages section. There are so many different functions in Excel that it would be difficult to cover them all, but we will include a few below in addition to the AutoSum that was explained above on page 5.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 6 of 16
Quick Reference: 1. Enter weights 2. Select cells and name weights 3. Insert the sumproduct function a. Array 1 = first students scores b. Array 2 = Weights 4. Click OK and AutoFill
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 8 of 16
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 9 of 16
Now were ready to use that newly named area to assign grades. The vlookup function looks up a value in the first column of a table (where the values in the first column are increasing) and returns the value in any other column of the table. In our case, then, we will compare the students weighted score to the first column of the table (our scale) and return the value in the second column (the letter grade). Because we have defined this area with a name, if we change the scale to grade on a curve (so, to get a B you only need 75 instead of 80, for example), the letter grades will automatically adjust. 7. Put your cursor in the Grade column for the first student then go to the Formula Builder and type vlookup in the Search box. Double-click on it when you see it. 8. In the bottom portion of the Formula Builder, a. Click in the Lookup_value field, and then click on the first students weighted score. b. In the Table_array field, type in what you called the scale and letter grades area remember, youll know youre correct if the scale and letter grades appear to the right of the field. c. In the Col_index_num field, put in the column number that has the result you would like to appear in our case, its column 2 that has the letter grades we want to appear next to each students weighted score. The correct letter grade should appear to the right and below the fields in the dialog box. d. Note the range_lookup argument is not highlighted. That means its optional. e. Press Return, and the grade that corresponds with the students score should appear. 9. Use the fill handle to fill the formula in to the rest of the students. Note that we dont have to worry about the reference to our scale because we used a name. You can change the curve to something else (e.g. 55, 65, 75, 85) and see how that influences the grades.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 10 of 16
COUNTIF EXERCISE
COUNTIF is a useful function that will only count the data if the data meets certain criteria. As with any function, place your cursor in the cell where you would like the result to display. 1. Go to the Formula Builder and type in countif in the Search box. 2. Once you see COUNTIF as an option in the Formula Builder, double-click it to activate the lower portion of the Formula Builder. 3. Click in the Range field and then select the data you wish to count in our example, the Location sheet. Notice that items in the column will display to the right of the Range field. 4. Click in the Criteria field and then click on the cell that contains the data you wish to count in our example, cell A2. Again, the contents of that cell should display to the right of the Criteria field, and the result should display below. 5. Press Return on the keyboard to accept the formula. Since weve referenced cells in both fields of the dialog box, you can use the AutoFill feature as weve discussed before.
TRIM EXERCISE
Sometimes your data has extra spaces at the beginning of the cell, so it wont sort or filter properly. You can use the TRIM function to get rid of them. 1. Create a new column heading (for example, Fixed), and leave your cursor in the first blank cell. 2. Go to the Formula Builder, and type trim in the Search box. Double-click on TRIM to activate the lower portion of the Formula Builder. 3. In the Text field, click on the cell that you would like to change, then press Return on the keyboard to accept. 4. Use the AutoFill feature to fill in this formula for the rest of the column. 5. Select and copy the cells in the Fixed column, then in the first cell in the original column, right-click and choose Paste Special from the shortcut menu. 6. Make sure the Values radio button is selected, and press OK. Delete the fixed column.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 11 of 16
FORMATTING
CELLS, COLUMNS AND ROWS
You can format the font, number, alignment, border, pattern, and protection of your cells, rows, and columns by going to the Format menu and selecting Cells or by using the Home Ribbon.
Font Group: change the font, size and color text and cells. Alignment Group: set the alignment and orientation of the text. You can also choose to wrap text in a cell or merge cells. Number Group: specify the format of the cell (such as currency, time, etc.)
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 12 of 16
SORTING DATA
For a quick sort, click the Sort icon in the Data Ribbon or the Standard Toolbar (see below). For a more complex sort, choose Custom Sort or go to the Data menu and choose Sort.
Within the Sort dialog box you can check the box labeled My list has headers (in the top right), if your columns have a header row (meaning, the label for whats in the column is in the top row). You can sort by as many factors as you want, use the plus and minus symbols ( of options shown. ) in the bottom left to control the number
FILTERING DATA
In addition to sorting, you may find that adding a filter allows you to better analyze your data. When data is filtered, only rows that meet the filter criteria will display, and other rows will be hidden. With data filtered, you can then copy, format, print, etc., your data, without having to sort or move it first. To use a filter, go to the Data menu, and then Filter. You can also choose the Filter icon in the Data Ribbon( ).
The column headings now all have a down arrow next to the heading name. Click on the arrow next to the heading you want to filter, and you will see a list of all the unique values in that column choose the one you want. You can also choose to Sort your items using this dialog box, as well. Now a small Filter icon will appear next to the down arrow of the filtered column, click on the arrow next to another heading to further filter the data. Youll also notice that the rows that dont meet the criteria are hidden, as indicated by the blue numbers for the rows. To clear the filter, choose (Select All) from the Filter dialog box, or go to the Data menu, then Clear Filters.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 13 of 16
ADVANCED FILTER
To employ an advanced filter, go to the Data menu, Filter, and then Advanced; the Advanced Filter dialog box will display. This dialog box allows you to set particular criteria, copy results to another location (the other location must be in the same sheet), and capture unique values. In the example at right, unique values for the Sponsor column should now be filtered in-place, rather than copied to a new location.
ADDING A CHART
To add a chart, select the data you wish to appear in the chart. If the data is noncontiguous, select one set, then hold down the Command/Apple key on the keyboard to select the second set. Click on the Charts Ribbon and select the type of chart you want. By default, the chart will just appear on the spreadsheet, and then you can move or modify it, as described below. Note that two new purple tabs appear in the Ribbon, to the right of the Charts tab when a chart is selected: Chart Layout and Format.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 14 of 16
MODIFYING A CHART
Whether the chart is an object on the worksheet with the data or on its own sheet, there are many ways to modify the way it looks and its location. A few ways are described below, but explore to find more! In all cases, you have to select the chart first.
Add a title, move the legend and so on in the Labels group of the Chart Layout Ribbon. Edit the data by just changing it directly in the datasheet.
Change the style of the chart in the Chart Element Styles group of the Format Ribbon. Change the color, etc. of the data series, by selecting it and changing it in the Chart Element Styles group of the Format Ribbon or by double-clicking on it to open the Format Data Series dialog box (shown below).
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 15 of 16
When you click Ok, you will be brought to a new sheet, and the PivotTable Ribbon and the PivotTable Builder dialog box will appear. 1. To create the pivot table, select one of the items in the Field name area of the PivotTable Builder dialog box. 2. Depending on what you are trying to do, select other fields by checking the box next to the item name. 3. Right-click in the Pivot Table and choose Field Settings to change the value (for example, from count to sum) . If you change your data on the source spreadsheet, be sure to right-click on the Pivot Table and choose Refresh Data.
Need help? Visit the Faculty Exploratory or Knowledge Navigation Center on the 2nd floor of the Graduate Library. [email protected] | http://www.lib.umich.edu/guides | [email protected]
rev: 8/3/11 16 of 16