M I C R O S O F T E X C E L P A R T 2 : W O R K I N G WITH NUMBERS

Size: px
Start display at page:

Download "M I C R O S O F T E X C E L P A R T 2 : W O R K I N G WITH NUMBERS"

Transcription

1 ACHIEVEMENT & LEARNING CENTER UNIVERSITY OF BALTIMORE M I C R O S O F T E X C E L P A R T 2 : W O R K I N G WITH NUMBERS BY: MI C HAEL J. WA LK, M. S. michael@jwalkonline.org Working with numbers: how to use Excel to perform calculations and create basic graphs. Learn how to work with larger tables of data and perform more complicated calculations in Excel. Create formulas that involve 3 or more steps; summarize data by finding the minimum, maximum, sum, or average; view data in column, pie, and line graphs; and create drag-and-drop charts using Excel's PivotChart tool. Excel 2013 Part 2 (v1.0) 1 of Michael J. Walk

2 TABLE OF CONTENTS How to Use This Handout... 4 Click Paths... 4 Keyboard Directions... 4 In-Class Instructions and Following Along... 4 Navigating & Selecting Cell Ranges... 5 Select a small adjacent range (3 options)... 5 Select a Large Adjacent Range... 5 Data Region Jumping (CTRL + ARROWS)... 6 Selecting All (Data Region or Whole Worksheet)... 6 Select multiple non-adjacent cells... 6 Viewing Larger Worksheets... 6 View Multiple workbooks concurrently... 8 Viewing Multiple worksheets from the same book... 9 Cell Number Formats and types Filling Series Using the fill handle Numerical Series (When your Values are Numbers) Alpha-Numeric Series (a Word Followed by a Number) Date Series (When Your Values are Dates) Using Fill Series Dialog Box Auto Calculate Toolbar Formulas Intermediate Design Absolute vs. Relative references Functions Autosum Charts, Pivot Tables, and Pivot charts Standard Charts Excel 2013 Part 2 (v1.0) 2 of Michael J. Walk

3 Chart types Pivot Tables & Pivot Charts Source data Steps to create a pivot table Creating a Pivot Chart Exporting Charts, Graphs, and Data Inserting Hyperlinks Editing Hyperlinks after creation Skills Review Exercises Exercise 1: Data Formats Exercise 2: Using Fill Exercise 3: Functions and Absolute References Exercise 4: Creating Charts Exercise 5: Creating a Pivot Chart Excel 2013 Part 2 (v1.0) 3 of Michael J. Walk

4 HOW TO USE THIS HANDOUT This handout serves as a point of reference for your workshop. However, you may also use the handout after the class is over to help you remember how to perform some of the tasks covered during the workshop. CLICK PATHS Throughout this handout, you will be given directions to perform a series of mouse clicks also called a click path. For instance, to add a filter to an Excel workbook, you should click on the Data tab in the ribbon, then find the Sort & Filter section, and then click on Filter. In this handout, that click path is displayed using a bold font for the words to click on connected by a single rightpointing arrow ( ); ribbon sections are indicated using a gray background: Data Sort & Filter Save KEYBOARD DIRECTIONS You also will be given directions to press certain keys on your keyboard. There are two kinds of key press sequences: (1) simultaneous and (2) sequential. 1) Simultaneous key presses refers to keys you have to hold down together to perform a task. Simultaneous key presses are displayed using the plus sign (+) between the keys to be pressed typed in caps. For example, the find box is opened by pressing CTRL + F. CTRL stands for the control key. ALT stands for the alternate key. WIN stands for the windows key (only applies to PCs with windows keys). 2) Sequential key presses refers to keys you have to press in sequence (one after the other it is not necessary to hold them down). Sequential key presses are displayed using a pipe character ( ) between the keys to be pressed typed in caps. For example, one way to save your file under a new file name is to type ALT, then F, then A. This would be displayed as: ALT F A. If you like keyboard shortcuts, the internet has many articles that list them, for example: I provide a lot in this workshop, but their list exhaustive. IN-CLASS INSTRUCTIONS AND FOLLOWING ALONG I provide some files to work with during the in-person workshops. Directions for opening, changing, closing, etc. those files will be given in curly brackets. For example: {Open class file 1_enemies data}. Excel 2013 Part 2 (v1.0) 4 of Michael J. Walk

5 NAVIGATING & SELECTING CELL RANGES {Open class file: 1_selecting cells practice.xlsx.} A cell range is group of adjacent cells in a worksheet. For example, while A1 is a single cell, cells A1 and A2 make up a range. Ranges can be one-dimensional (i.e., an array or vector of cells in the same row or same column) or two-dimensional (i.e., a table or 2-dimensional array). Ranges are referenced using the upper-left cell in the range, a colon, and the lower-right cell in the range. A range of all cells from cell A1 to cell B10 would be referenced as A1:B10. You often have to work with cell ranges applying formats to entire ranges, copying ranges, or analyzing ranges. Therefore, you must learn the ways to select ranges. SELECT A SMALL ADJACENT 1 RANGE (3 OPTIONS) Option 1: Click and drag method: o Click and hold on a cell that is in a corner of the desired range o Then drag to the cell on the opposite corner of the range (for example, click on the upper-left cell in the range and drag to the lower-right cell in the range). Option 2: Shift-click method: o Click on starting cell (upper-left cell in the range). o Press and hold the SHIFT key on the keyboard. o Click on cell at lower-right of range. Option 3: Shift and arrow method: look, Ma! No mouse! o Using the arrows on the keyboard, move the active cell selector to your starting cell. o Press the SHIFT key down and, using the arrows, move to the border of range. SELECT A LARGE ADJACENT RANGE When ranges get large, you need to be able to quickly navigate your worksheet to select and work with cell ranges without having to use the mouse and/or scroll bars. 1 Adjacent cells are cells that are touching each other. Cells A1 and B1 are adjacent. Cells A1 and C1 are not. Excel 2013 Part 2 (v1.0) 5 of Michael J. Walk

6 DATA REGION JUMPING (CTRL + ARROWS) In Excel, a Data Region is a range of adjacent cells that contain data and are bordered by empty cells or by the datasheet borders. You might have a data region that is several thousand rows and many columns. How can you navigate this data region from top to bottom effortlessly? Through data region jumping. Pressing CRTL + ARROW key will allow you to jump from the current active cell to the end of a data region. If there is no data region in the direction of ARROW, then you will come to the end of the worksheet. {Practice jumping around the data region in the open class file.} Pressing CTRL + SHIFT + ARROW keys will allow you to select cells while jumping to the data region border. For example, you could select an entire data region by: o Place the active cell in the upper-left of the data region o CTRL + SHIFT + ARROW( ) {this will select the whole first row} o CTRL + SHIFT + ARROW( ) {this will select all rows} SELECTING ALL (DATA REGION OR WHOLE WORKSHEET) Pressing CTRL + A will select all. The behavior of CTRL + A changes depending on whether your active cell is part of a data region or not. If active cell is part of a data region, CTRL + A will select the entire data region (pressing CTRL + A twice will result in selecting the entire worksheet) If active cell is not part of a data region, CTRL + A will select the entire worksheet SELECT MULTIPLE NON-ADJACENT CELLS Click on the first cell or range you want Hold down CTRL on the keyboard Click on the 2 nd cell or range you want Repeat until you have selected all desired cells. (Note, you can also select ranges of cells by dragging your mouse across them while holding down CTRL) VIEWING LARGER WORKSHEETS There are many different ways to view your worksheet to allow you to display larger than actual size (or smaller), allow you to keep certain rows/columns from scrolling, etc. Some of the key skills for worksheet views are: Excel 2013 Part 2 (v1.0) 6 of Michael J. Walk

7 1. Zoom (making the sheet appear larger/smaller than actual size) 2. Freeze Panes (keeps desired header rows/columns from scrolling) 3. Page layout view (allows you to see what your worksheet will look like when printed while also letting you enter/edit data, add headers, etc.) ZOOM Changing the zoom level of your worksheet simply changes how the sheet is displayed on your screen. The default value is 100%. Changing the zoom view does not impact printing, worksheet functionality, etc.; however, at certain zoom levels, some data may become unreadable. The current zoom level of your sheet is displayed in the lower right corner of your Excel window (see below). Option 1: Use the Zoom Slider o At the bottom-right of your Excel window, there is a slider with a plus and minus sign on its ends. Either Click on the plus or minus sign to move the slider or click, hold, and drag the slider to the right to zoom in and to the left to zoom out. Option 2: Use the Zoom Quick Access button o At the bottom-right of your Excel window, to the left of the Zoom Slider, there is a percentage value displayed that represents the current zoom level of your sheet. Click on this value to open the Zoom dialog box. o Choose your desired zoom level from the list of levels, or provide a Custom value by typing in the text box next to Custom:. o Click OK. o Note: Fit selection will zoom your sheet in or out so that the range you have selected will fill your screen. For Fit selection to work, you should select the range BEFORE opening the Zoom dialog box. Option 3: Use View Zoom in the ribbon. FREEZE ROWS OR COLUMNS When a worksheet contains too much information to fit on a screen, it can be helpful to use the Freeze Pane command to lock certain rows or columns (or both) while you scroll through the remainder of the data. This feature is generally used to freeze row/column names so they remain on the screen as you scroll through the worksheet. Excel has 3 tools to freeze portions of your sheet: Freeze the top row (Row 1 will remain in place while you scroll up and down through the worksheet.) o To keep the top row at the top of the screen, click on View Window Freeze Panes Freeze Top Row. Excel 2013 Part 2 (v1.0) 7 of Michael J. Walk

8 Freeze the left column (Column A will remain in place while you scroll left and right through the worksheet.) o To keep the left column at the left of the screen, click on View Window Freeze Panes Freeze First Column. Freeze designated rows/columns (you get to select which rows and columns stay put by clicking on the cell immediately below and right of the portions you want frozen). o Click in the cell that below the rows you want frozen and to the right of the columns you want frozen. For example, if you wanted to freeze the first two rows (rows 1 and 2) and the first three columns (Columns A through C), then you would click in cell D3. o Then, click View Window Freeze Panes Freeze Panes. VIEW MULTIPLE WORKBOOKS CONCURRENTLY You may want to compare two workbooks side-by-side for various reasons. You can do this either in the same Excel window or in two different Excel windows. View two or more workbooks using the Restore button o Have both workbooks open by either double-clicking on the books in your file browser or by using File Open inside Excel o Click on the Restore button in the upper-right corner of the Excel window, left of the X o o This will cause the workbooks to be less than maximized. You can manually adjust the width/height of each workbook so that both are visible Excel 2013 Part 2 (v1.0) 8 of Michael J. Walk

9 View Multiple Workbooks Using Arrange All (useful to display all open windows automatically) o Open all workbooks you want to view o View Window Arrange All o Select the arrangement option you like best (Note: when you have an odd number of workbooks, the active workbook will be given the largest amount of space when using tiled arrangement) VIEWING MULTIPLE WORKSHEETS FROM THE SAME BOOK You know, for those times when you have a bunch of info on Sheet1 and you want to compare it to info that s on Sheet2, so you keep switching back and forth between sheets (using CTRL + Page Up and CRTL + Page Down, of course). But, what a waste of time! Let s view Sheet1 on one half of the monitor and Sheet2 on the other. This can be done in just a few simple steps. 1. You have to have the workbook open and active (i.e., the workbook is visible to you and has the computer s focus). 2. Create a NEW WINDOW of your current workbook: in your ribbon, click on View Window New Window. Excel 2013 Part 2 (v1.0) 9 of Michael J. Walk

10 3. This will create 2 windows of your active workbook. One will have a :1 and the other a :2 after the workbook title. Excel 2013 Part 2 (v1.0) 10 of Michael J. Walk

11 4. Then, all you have to do is manually arrange the 2 windows OR, use the ARRANGE ALL tool. 5. To use the arrange all tool, go to View > Window > Arrange All. If you have other workbook files open that you don t want to be arranged with your new windows, be sure to then click on WINDOWS OF ACTIVE WORKBOOK to make sure Excel is arranging your two windows of your current workbook. Excel 2013 Part 2 (v1.0) 11 of Michael J. Walk

12 6. Once your two windows are arranged, then, just navigate to one worksheet in one window and the other worksheet in the 2nd window. You can repeat NEW WINDOW creation steps (step #2) to make as many different windows of your current workbook as needed (for 3, 4, 5, or even more sheets viewed at the same time). Excel 2013 Part 2 (v1.0) 12 of Michael J. Walk

13 CELL NUMBER FORMATS AND TYPES All data entered into an Excel worksheet cell (except for plain text) is stored in the cell as a numeric value. This includes dates, times, dollars, percentages, etc. You can change the way that data is displayed by changing the number format of the cell. Each cell in your worksheet can have its own number format this is similar to how each cell can have its own font format, background color, etc. A cell s number format is indicated and changed in the ribbon on the Home Number (as depicted below). There are many different number formats. You can use the drop-down box in the Number section to change your cell s (or cells ) number format, or you can see more options by clicking the expand arrow in the lower right corner of the Number section. Changing a cell s number format o Simply select the cell or cell range that you wish to change, then either: o Select your desired data format (i.e., data type) in the drop-down in Home Number. OR o Expand Home Number to see more data formats. OR o Right click on the cell, choose Format cells as the action. Excel 2013 Part 2 (v1.0) 13 of Michael J. Walk

14 Data types are categories within formatting. Besides Right-Clicking, you can access these formats directly from the Format icon, under the Cells section, within the Home tab. {Skills review: Exercise 1} FILLING SERIES A series is a set of cells with consistently changing (increasing or decreasing) values. For example, 12 cells numbered from 1 to 12, or with the 12 months of a year in order, or a list of items (Item 1 to Item 12). USING THE FILL HANDLE NUMERICAL SERIES (WHEN YOUR VALUES ARE NUMBERS) SIMPLE SERIES (COUNTING UP BY ONES) Creating a series of cells that count up by a unit of 1 is done by: Type your starting value in a cell Use the fill handle to propagate that cell s value to adjacent cells o Click and hold on the fill handle (the lower-right corner of the active cell) o Drag to the desired stopping point for the series and release the mouse o The AutoFill Options menu will display (a little orange box next to your series see at right) o Click on the Auto Fill Options and select Fill Series (this will change the operation of the fill handle from copying to filling the series of values). Excel 2013 Part 2 (v1.0) 14 of Michael J. Walk

15 HINT: you can avoid having to use the Auto Fill Options if you press and hold CTRL while dragging the fill handle. CTRL toggles the function of the fill handle between copying and filling the series. COMPLEX SERIES (COUNTING BY SOMETHING OTHER THAN ONE) You can create a series of numbers counting by 2s, 10s, -3s, 100s, you pick it. Type your starting value into a cell. Type the next value of your series into an adjacent cell in the desired direction of the fill. Select both cells Use the fill handle on both selected cells and drag in the desired direction until your series is complete. ALPHA-NUMERIC SERIES (A WORD FOLLOWED BY A NUMBER) You can create a series of labels that end in a number (e.g., Item 1, Item 2, Item 3 ) Type your starting value into a cell. Type the next value of your series into an adjacent cell in the desired direction of the fill. Select both cells Use the fill handle on both selected cells and drag in the desired direction until your series is complete. DATE SERIES (WHEN YOUR VALUES ARE DATES) Create your series in 2 cells to start, for example: Then, select the range of 2 cells, and use the fill handle to drag the series in the desired direction until you have created enough cells with that series of values to meet your needs. NOTE: when using the fill handle, a small option box appears at the end of your filled cells. You can click that box and choose to fill different date intervals (e.g., days, weekdays, months, and years). Excel 2013 Part 2 (v1.0) 15 of Michael J. Walk

16 USING FILL SERIES DIALOG BOX Another way to create a set of cells with a series of values is to use the fill series dialog box, accessed through Home Editing Fill Series 1. Type the first value of your series in the desired cell 2. Place your cursor in the cell that starts your series 3. Open the Fill Series dialog box 4. Choose whether to fill across the row or down the column 5. Choose the type of series (in this example, it is a date) 6. Chose the unit of increment (could be add 1, add 10, 7 days, 1 month, 1 year, etc.) 7. Enter the step value (the increment size: by 1, by 2, by 10, etc.) 8. Enter the stop value, if one exists (for dates, enter the ending date) 9. Click OK To create a column of months from January 2012 to December 2012, we would prepare the dialog box like this: We get this result: Excel 2013 Part 2 (v1.0) 16 of Michael J. Walk

17 {Skills Review: Exercise 2} AUTO CALCULATE TOOLBAR Excel offers a way to quickly summarize two or more cells of numeric data. In the Excel window, at bottom right, in the Status Bar, Excel calculates the average and sum of any two selected cells. Looking at the example above, you can see I have selected two cells ($780 and $60). In the lower right of the screen, you see the average is $420, the count of cells with values is 2, and the sum of the cells is $840. You can add or remove auto-calculate features by right clicking on the existing features and selecting (or deselecting) them. Excel 2013 Part 2 (v1.0) 17 of Michael J. Walk

18 FORMULAS INTERMEDIATE DESIGN ABSOLUTE VS. RELATIVE REFERENCES {Open the class file: 3_absolute reference practice.xlsx} A relative cell reference occurs when you create a dependent formula. To move either the source data or the formula itself, you have to understand how Excel uses cell references. Relative: by default, all formulas are relative. If you copy the formula (via fill handle or copy and paste), the cell references will update to reflect the move or fill. For instance, if you fill the formula down 1 row, the cell references used in the formula will be increased by 1 (i.e., down 1 row). Absolute: to make a cell reference absolute,, you must place a $ in front of the part of the reference you want to lock in. =$A$4: no matter where this formula is copied/pasted or filled, the cell reference will not change, because for the columns (A) and rows (4) are locked. =$A4: because the columns are locked, dragging a formula to the right or left won t change it. =A$4: the row is locked. Options for placing the $: 1. After selecting the source cell in your formula, press F4 as many times as you need to obtain the desired $ sign (once for cell locked, twice for row locked, thrice for column locked). OR 2. Manually type it into the formula. {Use the class file: 4_function practice.xlsx} FUNCTIONS Functions are fixed algorithms or mathematical processes that are implemented by using the function name. For example, you can add up the total of a range of cells by using the =SUM() function. Functions are made up of the function key word (e.g., SUM) and then a list of arguments inside parentheses to dictate what the function does and/or how it behaves. The SUM function, for instance, needs a range of cells to sum. =SUM(A1:B5) If you don t know the syntax for a given function you want to use, you can find it on the Formulas tab of your ribbon. Below if a listing of common functions. Keyword Description Arguments =SUM Calculates the sum of values in any given range of cells. The range of cells to SUM. Excel 2013 Part 2 (v1.0) 18 of Michael J. Walk

19 =AVERAGE =MAX =MIN =COUNT Calculates the average (arithmetic mean) of any given range of cells. Finds the maximum value present in an array of values Finds the minimum values in an array of values Finds the number of cells in a given range of cells that have values The range of cells to average. Range of cells in which to find the max Range of cells Range of cells {Skills Review: Exercise 3} AUTOSUM You can quickly create a sum, average, count, min, max, etc. using the autosum feature. Select the cell into which the sum should be calculated. Use Home Editing AutoSum CHARTS, PIVOT TABLES, AND PIVOT CHARTS Excel allows us to create many different types of charts. There are two categories of charts: standard charts and pivot charts. Basic process for creating a chart: STANDARD CHARTS 1. Select the data that you want included on the chart 2. Go to Insert Charts 3. Select the chart you want 4. Reformat the chart by right-clicking on chart elements or using the ribbon menu Excel 2013 Part 2 (v1.0) 19 of Michael J. Walk

20 Y-axis (data values) Series X-axis (data values) Complete Example: {Open class file: 6_chart practice.xlsx} 1. A standard chart must have the data prepared for display. For example, let s say we have quarterly sales for 4 different products. The data must be formatted like a table: 2. Because our data table is simple and completely labeled (all columns and rows have labels), we can select the entire data table to be used in chart creation. After selecting the data, we will click on Insert Chart (select a line chart icon) Excel 2013 Part 2 (v1.0) 20 of Michael J. Walk

21 3. This will create a line chart based on the data we ve selected. 4. You can see from the image above that Excel used our row labels as lines and our column labels as X-axis categories. The data in the middle of table (the sales amounts) are graphed on the Y-axis. 5. Changing chart layout: to edit the layout of the chart, you must have clicked on the chart object so that the add Chart Elements icon appears. a. To add a Chart Title, i. choose Chart Elements Chart Title (choose title type; either overlay or above). This will add a text box with the words, Chart Title, inside it. Excel 2013 Part 2 (v1.0) 21 of Michael J. Walk

22 ii. Double-click inside the text box and edit the title text. (You can also change the font type, size, etc. using the standard formatting options in the ribbon.) b. Add Axis Titles i. Horizontal (X) Axis: Chart Elements Axis Titles Primary Horizontal Axis Title. Double click on the title and edit the text. ii. Vertical (Y) Axis: Chart Elements Axis Titles Primary Vertical Axis Title. Double click on the title and edit the text. c. Adjust the location of the Legend i. Chart Elements Legend (pick an option: Top) d. Other options Excel 2013 Part 2 (v1.0) 22 of Michael J. Walk

23 i. Remove the horizontal lines: Chart Elements Gridlines ii. Change numbers on the y-axis so they look like currency: Change the data type of the source data to currency. iii. Display values at each data point: Chart Elements Data Labels (if you don t click on one of the lines, then all lines will get data labels). CHART TYPES There are many types of charts in Excel, each with a particular purpose: 1. Column: great for displaying values for different groups or categories that are not necessarily in any order. For example, totals per department, division, employee, product, etc. 2. Line: great for displaying values for groups or categories over time. For example, monthly sales, daily totals, quarterly profits, etc. 3. Pie: great for showing the proportion of the total associated with different groups. For example, % of sales in each department. 4. There are many others. {Skills Review: Exercise 4} PIVOT TABLES & PIVOT CHARTS A pivot table is tool used to summarize data based on column values. Pivot tables (and accompanying pivot charts) are incredibly useful for data mining and on-the-fly analysis, because you can quickly change how you are viewing the data without having to re-design the source data for the table. SOURCE DATA The source data for a pivot table must be in tableized format with some columns representing groups or categories of information and at least one column representing data you wish to summarize. For example, in the table below, there are 3 columns representing different categories of information: products, customers, and quarters, and there is 1 column representing data to summarize: quarterly sales. Excel 2013 Part 2 (v1.0) 23 of Michael J. Walk

24 Product Customer Qtr Sales Alice Mutton ANTON 2 $ Alice Mutton BERGS 1 $ Alice Mutton BOLID 4 $ 1, Alice Mutton BOTTM 1 $ 1, Alice Mutton ERNSH 1 $ 3, Alice Mutton GODOS 2 $ Alice Mutton HUNGC 1 $ Alice Mutton PICCO 2 $ 2, Alice Mutton RATTC 2 $ Alice Mutton REGGC 4 $ Alice Mutton SAVEA 3 $ 4, Alice Mutton SEVES 2 $ Alice Mutton WHITC 4 $ Aniseed Syrup ALFKI 4 $ Aniseed Syrup BOTTM 4 $ Aniseed Syrup ERNSH 4 $ Aniseed Syrup LINOD 1 $ Aniseed Syrup QUICK 2 $ Aniseed Syrup VAFFE 3 $ Boston Crab Meat ANTON 2 $ Boston Crab Meat BERGS 2 $ If your data is set up in this way, then you can create a pivot table from it. {Open the class file: 7_ pivotchart.xlsx} STEPS TO CREATE A PIVOT TABLE 1. Click in any cell in your source data table. This enables Excel to guess about the boundaries of your data table. 2. Insert Pivot Table 3. A dialog box will pop up, allowing you to select the source data and destination for your pivot table Excel 2013 Part 2 (v1.0) 24 of Michael J. Walk

25 a. Usually, the default options are correct. If not, adjust the source data or placement of the pivot table. 4. Click OK, and you will be taken to a new worksheet in your workbook that looks similar to: 5. Your pivot table is ready to be displayed. You now have to select which columns (a.k.a., fields ) you want to be used in your pivot table. 6. At the far right of your screen, you will see the PivotTable Field List. Excel 2013 Part 2 (v1.0) 25 of Michael J. Walk

26 7. Values box: Drag the field that contains the data you want to summarize (Sales) and drop it in the Values box at the bottom right. 8. Row labels: What field contains labels for each row in your table? Let s use Customer. Drag and drop it in the Row Labels box. 9. You now have a pivot table with each row displaying the total sales per Customer. 10. Column Labels: to add column labels to your table, drag Qtr to the Column Labels box. Excel 2013 Part 2 (v1.0) 26 of Michael J. Walk

27 11. Changing the summary function: Click on Sum of Sales in the Values box, and then select Value Field Settings. Select Count in the list of options, and click OK. This will count sales rather than total them. CREATING A PIVOT CHART A pivot chart is simply a graphical representation of the data contained in a pivot table. The process to create a pivot chart is the same as a pivot table with a couple exceptions. 1. Place your cursor in the source data (should be set up in the same way as for a pivot table). 2. Click Insert Charts Pivot Chart 3. A dialog box will pop up. The default settings should already be correct. 4. Now you are ready to create your pivot chart. Simply drag and drop your fields into the correct boxes. To make a bar chart of total quarterly sales, drop Sales into the Values box, drop Qtr into the Axis Fields box. Excel 2013 Part 2 (v1.0) 27 of Michael J. Walk

28 5. To only view sales from on particular customer, add Customer to the Report Filter box. Then, use the drop-down in the Graph Filter to select the customer. 6. There are many other customizations possible. You can add different colored bars by dropping a field in the Legend Fields box. You can also change your Chart Type by rightclicking on the chart and selecting Change Chart Type. {Skills Review: Exercise 5} Excel 2013 Part 2 (v1.0) 28 of Michael J. Walk

29 EXPORTING CHARTS, GRAPHS, AND DATA You are able to copy and paste any component of an Excel file into other office programs (e.g., Word, PowerPoint, etc.). There are many pasting options: 1. Link data and use destination theme: this creates a live link between the source data and the pasted object. If you update the data in the source file, this will automatically update the data in the pasted object. The pasted object takes on the theme (color scheme, font face) of the destination file. 2. Link data and use source formatting: same as above, except that the pasted object keeps its original colors, etc. 3. Embed and use destination theme: this creates an object that is self-contained (all the data actually exists in the object embedded in the external document), and the object takes on the theme of the destination file. 4. Embed and use source formatting: same as #3, except object keeps its original color scheme, etc. INSERTING HYPERLINKS To add a hyperlink (a clickable link that takes a user to a website or allows them to send an , follow these steps. Either 1. Type a URL or address directly into the cell (e.g., michael@jwalkonline.org) OR 2. Select the cell into which you wish to place the hyperlink. 3. Click Insert Links Hyperlink 4. There are different types of hyperlinks a. Existing file or webpage: i. Enter the text to display in the Text to display box. Excel 2013 Part 2 (v1.0) 29 of Michael J. Walk

30 ii. If linking to a file on your computer or the network, browse to that file and click OK. iii. If linking to a URL on the internet, simply type or paste the URL into the Address box. Click OK. b. Place in this document: i. Enter the text to display in the Text to display box. ii. To jump to a particular cell, type the cell reference in the Cell reference box, and select the appropriate sheet from the list of sheets. iii. To jump to a defined name, select the name in the list of names. iv. Click OK. c. Create new document i. Enter the text to display in the Text to display box. ii. Browse to where you want the new document to be created and give it a name. Click OK. d. address: i. Enter the text to display in the Text to display box. ii. Enter the address into the address box. iii. Enter the subject (if desired) into the Subject box. iv. Click OK. EDITING HYPERLINKS AFTER CREATION Once a cell contains a hyperlink, every time you single-click on it, it will enact the hyperlink. If you want to edit or remove the hyperlink, you can either: 1. Click in the cell and HOLD until you are allowed to edit the cells contents. 2. Use your arrows to navigate to the cell and then edit the contents using the formula bar. 3. Right-click on the cell and choose Edit hyperlink Excel 2013 Part 2 (v1.0) 30 of Michael J. Walk

31 SKILLS REVIEW EXERCISES EXERCISE 1: DATA FORMATS 1. Use the class file: 2_data formats Ex1.xlsx 2. Follow the instructions on the worksheet. EXERCISE 2: USING FILL Create a new workbook with only ONE sheet named Monthly Data. Save the workbook as Monthly Items. 1. Row 1 should have column names for each month between Jan and Dec Column A should have rows numbered by 5s from Item 5 to Item Format the column names to be the month, followed by a dash, then a 2-digit year (e.g., Jan-12) 4. Fill in the data for January 2012 by creating a series that counts backwards from 100 by 3s 5. Fill in the data for Item 5 so that the value increases by 10 until the end of year 2012 and then stops. 6. Change all the data cells to an accounting format (don t change the column or row names). 7. Type a value of $76.23 for Item 15, Oct 2012 to make sure your accounting format works. 8. Format the entire data set as a table. Your completed workbook should look something like this. EXERCISE 3: FUNCTIONS AND ABSOLUTE REFERENCES Open the class file: 5_functions and references Ex3.xlsx 1) Add a function to the cells in the Hours table to calculate the total hours per employee and the average weekly hours for each employee. 2) Add a function to the cells in the Hours table to calculate the total hours per week. 3) Add a function to the cells in the Wages table to calculate the pay per employee per week based on the employee s hourly wage stored in the Base Rate column at the top. **Hint: If you do this right, you should only create ONE formula that you can copy to all the wages cells from D16:I20. Excel 2013 Part 2 (v1.0) 31 of Michael J. Walk

32 4) Add a function to the cells in the Wages table to calculate the total wages for each employee and the average weekly wage for each employee. 5) Add a function to the Wages table to calculate the total payroll per week. 6) Use functions to find the wages for the lowest-paid employee and the wages for the highestpaid employee. EXERCISE 4: CREATING CHARTS Using the chart practice data set (should already be open), create the following charts. 1) Create a pie chart to display what percentage of total sales come from each product. a. Add a Total column that calculates the total sales for each product b. Create the pie chart. c. Make sure it has a title d. Add data labels to display the percentages and the series labels. Total Sale Distribution by Product Camembert Pierrot 41% Alice Mutton 35% Boston Crab Meat 20% Aniseed Syrup 4% 2) Create a stacked bar chart to display the sales per quarter for all 4 products. It should look like this: Quarterly Sales by Product $20, $18, $16, $14, $12, $10, $8, $6, $4, $2, $- Qtr 1 Qtr 2 Qtr 3 Qtr 4 Camembert Pierrot Boston Crab Meat Aniseed Syrup Alice Mutton Excel 2013 Part 2 (v1.0) 32 of Michael J. Walk

33 Use the class file: 7_pivotchart.xlsx. EXERCISE 5: CREATING A PIVOT CHART 1) Create a pivot chart with the following characteristics 2) Column chart 3) X-axis is product category 4) Column colors (legend entries) are regions 5) Data displayed is profit. 6) It should look like this: Central East West Furniture Grocery Stationery Excel 2013 Part 2 (v1.0) 33 of Michael J. Walk

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

MICROSOFT EXCEL. VERSIONS 2007 & 2010 Level 2

MICROSOFT EXCEL. VERSIONS 2007 & 2010 Level 2 MICROSOFT EXCEL VERSIONS 2007 & 2010 Level 2 Welcome! Thank you for choosing WWP as your learning and development provider. We hope that your programme today will be a stimulating, informative and rewarding

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options Excel Excel Options click the Microsoft Office Button. Go to Excel Options Templates click the Microsoft Office Button. Go to New Installed Templates Exercise 1: Enter text 1. Open a blank spreadsheet.

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

LEVEL 2: INTERMEDIATE FEATURES

LEVEL 2: INTERMEDIATE FEATURES EXCEL 2002 (XP) LEVEL 2: INTERMEDIATE FEATURES December 19, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

More information

2. This is a cell; this cell is designated as A1.

2. This is a cell; this cell is designated as A1. Queen s Learning Commons: Microsoft Excel Basics 1. These are the columns. 2. This is a cell; this cell is designated as A1. 3. Let s make a table. Click on the box you want to put text in and simply begin

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Excel Foundation Quick Reference (Windows PC)

Excel Foundation Quick Reference (Windows PC) Excel Foundation Quick Reference (Windows PC) See https://staff.brighton.ac.uk/is/training/pages/excel/foundation.aspx for videos and exercises to accompany this quick reference card. Structure of a spreadsheet

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

239 Excel Keyboard Shortcuts

239 Excel Keyboard Shortcuts 239 Excel Keyboard Shortcuts WORK FASTER AND MORE EFFICIENTLY WITH THESE CLEARLY ILLUSTRATED EXCEL SHORTCUTS. My Online Training Hub https://www.myonlinetraininghub.com/ Below is a huge list of Excel keyboard

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Excel FDLRS Sunrise

Excel FDLRS Sunrise Excel 2010 FDLRS Sunrise Within 2 weeks participants will submit a project: Create an Excel spreadsheet with a chart include the completed and signed ARROW form Send to: Lourdes Day FDLRS (Bartow Airport)

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

More information

EXCEL 2010 TIPS & TRICKS

EXCEL 2010 TIPS & TRICKS EXCEL 2010 TIPS & TRICKS Training and Reference Guide Starlight Education Table of Contents Move to the End of a Row or Column of Data... 1 Select Cells Without Scrolling... 1 Select Non-Adjacent Ranges...

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

More information

MS Office 2016 Excel Pivot Tables - notes

MS Office 2016 Excel Pivot Tables - notes Introduction Why You Should Use a Pivot Table: Organize your data by aggregating the rows into interesting and useful views. Calculate and sum data quickly. Great for finding typos. Create a Pivot Table

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

MOVING AND COPYING DATA...

MOVING AND COPYING DATA... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS... 6 BASIC EXCEL REVIEW... 6 ENTERING FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a simple cell

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Excel 2013/2016 Step One TABLE OF CONTENTS

Excel 2013/2016 Step One TABLE OF CONTENTS TABLE OF CONTENTS SECTION 1 WORKING WITH YOUR FIRST SPREADSHEET... 3 WORKING WITH YOUR FIRST SPREADSHEET... 4 About Microsoft Excel 2013/2016... 4 Working with Microsoft Excel 2013/2016... 4 About Screen

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4.

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel The Microsoft Excel Screen...1-1 Moving the Cursor...1-3 Using the Mouse...1-3 Using the Arrow Keys...1-3 Using the Scroll Bars...1-4 Moving

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1 Guide Microsoft Excel 2013 Introductory Note: Microsoft, Excel and Windows are registered trademarks of the Microsoft Corporation. Release OL356v1 Contents SECTION 1 FUNDAMENTALS... 9 1 - SPREADSHEET PRINCIPLES...

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

4Functions & Formulas

4Functions & Formulas The Original Quick Reference Guides Microsoft Excel 2010 Excel is a spreadsheet program that enables you to perform simple or complex calculations using a broad range of statistical and mathematical tools,

More information

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288 Chapter at a glance Analyze Analyze data dynamically by using PivotTables, page 288 Filter Filter, show, and hide PivotTable data, page 298 Format Format PivotTables, page 313 Create Create dynamic charts

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information