Microsoft Excel 3 Advanced-Level Features of Excel 2013

Similar documents
Advanced Microsoft Excel 2010

Microsoft Excel 2010 Tutorial

Excel 2007 Basic knowledge

Excel Using Pivot Tables

Microsoft Excel 2010 Part 3: Advanced Excel

Scientific Graphing in Excel 2010

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

MicroStrategy Desktop

Excel Using Pivot Tables

Microsoft Office Excel 2013

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

This activity will show you how to draw graphs of algebraic functions in Excel.

How to make a line graph using Excel 2007

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

Merging Labels, Letters, and Envelopes Word 2013

Excel for Data Cleaning and Management

Advanced Excel 10/20/2011 1

Excel Tutorial. Bio 150B Excel Tutorial 1

Overview What is a PivotTable? Benefits

Creating and Formatting Charts in Microsoft Excel

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

Introduction to Microsoft Excel 2007/2010

Lab 11: Budgeting with Excel

Task Force on Technology / EXCEL

Excel Math Project for 8th Grade Identifying Patterns

Microsoft Access 2010 handout

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider :: :: info@bluepecan.co.

WHAT S NEW IN MS EXCEL 2013

ITS Training Class Charts and PivotTables Using Excel 2007

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Excel 2010: Create your first spreadsheet

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

Microsoft Excel 2010 Pivot Tables

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010.

Working with Excel in Origin

Migrating to Excel 2010 from Excel Excel - Microsoft Office 1 of 1

Interactive Excel Spreadsheets:

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create.

Spreadsheet - Introduction

Basic Microsoft Excel 2007

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Excel 2003 Tutorial I

Summary of important mathematical operations and formulas (from first tutorial):

Creating and Using Forms in SharePoint

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Getting Started with Excel Table of Contents

Learning Services IT Guide. Access 2013

Computer Training Centre University College Cork. Excel 2013 The Quick Analysis Tool

Excel 2007 A Beginners Guide

MICROSOFT ACCESS 2003 TUTORIAL

Data Analysis with Microsoft Excel 2003

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Using Excel s PivotTable to Analyze Learning Assessment Data

Scott Harvey, Registrar Tri County Technical College. Using Excel Pivot Tables to Analyze Student Data

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Advanced Excel Charts : Tables : Pivots : Macros

Introduction to Microsoft Access 2010

Create a Poster Using Publisher

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

Introduction to Microsoft Excel 2010

Excel 2003 A Beginners Guide

Introduction to Word 2007

EXCEL FINANCIAL USES

How to Excel with CUFS Part 2 Excel 2010

3 What s New in Excel 2007

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

MICROSOFT EXCEL 2010 ANALYZE DATA

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

Introduction to Microsoft Access 2013

Intro to Excel spreadsheets

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Pivot Tables & Pivot Charts

In-Depth Guide Advanced Spreadsheet Techniques

WHAT S NEW IN OBIEE

Introduction to Microsoft Access 2003

Microsoft Excel Introduction to Microsoft Excel 2007

BID2WIN Workshop. Advanced Report Writing

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Working with Spreadsheets

Creating a Gradebook in Excel

Excel 2007: Basics Learning Guide

About PivotTable reports

Formulas, Functions and Charts

Excel Reports and Macros

Microsoft Excel Basics

A Beginning Guide to the Excel 2007 Pivot Table

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

Right-click the Start button and select Properties. Click the Customize button and choose from the options displayed:

Microsoft Excel Understanding the Basics

Microsoft Excel 2013 Tutorial

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group

Microsoft Excel 2010 Charts and Graphs

Excel 2007 Tutorials - Video File Attributes

MS Word 2007 practical notes

Transcription:

Microsoft Excel 3 Advanced-Level Features of Excel 2013 Revision 0 (12-12-2013) Advanced Conditional Formatting Using Formulas See the Conditional Formatting tab in the Excel 3 Practice.xls spreadsheet. A formula is a mathematical statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants. NOTE: In Excel, the syntax for ALL functions and formulas begins with an equals sign (=) In the Excel 1 and Excel 2 classes, we showed you how to change the background color of a cell based on whether the data value was equal to, less than or greater than a simple fixed integer value. Now we will replace that fixed value with a formula that is TRUE if the cell is located in an odd-numbered row and FALSE if the cell is located in an even-numbered row. This is handy for highlighting alternating rows with a light-colored background color to make it easy to read a row of data that contains many columns. Open the Excel spreadsheet file named Excel 3 Practice.xlsx and then click on the Conditional Formatting tab. On the left side of this spreadsheet is a finished example which is similar to the example on the right side that you will now complete using the following instructions. 1. Generate a random sales amount for Cell J4 by left-clicking on J4 and copy/pasting =RANDBETWEEN(10000,100000) into the Formula Bar then pressing the Enter key. This formula will save you some typing by automatically calculating an integer number between 10,000 and 100,000. Page 1 of 13

2. Format cell J4 as a currency amount by right-clicking on cell J4 and selecting Format Cells 3. Select Currency from the Category list and change the number of decimal places from 2 to 0 then click on the OK button. 4. Now let s quickly copy the formula down Column J instead of retyping it for each cell. There are two ways to do it: The simplest way is to just single left-click on J4 and then left-click and drag its fill handle down to cell J51. The other way is to highlight the Sales data formula by leftclicking and dragging from cell J4 down to cell J51. Press Ctrl-D to fill the formula from J4 down through J51. NOTE: You could instead use the Fill Down tool button in the Editing area on the Home tab, but the Ctrl-D hotkey is quicker. The conditional formatting formula we will use is =MOD(ROW(),2)=1 The formula works as follows: The ROW() function obtains the row number (same as those numbers displayed along the leftmost column (see the figure above) The MOD() function divides the row number by 2 and returns the remainder portion of that division. If the row number is evenly divisible by 2, then the modulus or remainder will be zero otherwise it will be one. The =1 compares the modulus calculation returned by MOD() to the number 1. If they are equal then the cell is located in an odd-numbered row. NOTE: If we had wanted to highlight even-numbered rows, we would instead use the formula: =MOD(ROW(),2)=0 Now that you understand how the formula works, let s use it with Excel s Conditional Formatting feature to highlight the data in the odd-numbered rows. Perform these steps in the spreadsheet: 5. Highlight the data by left-clicking and dragging from cell H4 down to cell J51. 6. On the Home tab, select Conditional Formatting then New Rule 7. Select Use a formula to determine which cells to format and then type =MOD(ROW(),2)=1 into the empty text box below. If you use copy/paste to enter the formula instead of typing it, make sure that you delete any double quotes that Excel adds to the formula or else it will not work. 8. Click on the Format button then select a light green color under the Fill tab and click the OK button. You should see the light green background with some sample data AaBbCcYyZz displayed in the Preview area. Click the OK button to close the dialog box and your data area from cell H4 down to cell J51 should now have the cells in the odd-numbered rows highlighted with a light green color. Page 2 of 13

Pivot Tables See the Pivot Tables tab in the Excel 3 Practice.xls spreadsheet. Pivot tables in Excel are a versatile reporting tool that makes it easy to extract information from large tables of data without the use of formulas. Pivot tables are extremely user-friendly in that by moving (or pivoting) fields of data from one location to another using drag-and-drop we can look at the same data in a number of different ways. 1. Add the data you wish to create a pivot table for. Sample data (in cells A2 to D12) has already been entered for you in the Pivot Tables tab in the Excel 3 Practice.xls spreadsheet. Note that your data has multiple columns so you can view the data multiple ways. At least three columns of data are needed to create a pivot table. Do not leave blank rows or columns when entering the data. Also do not leave a blank row between the column headings and the first row of data. 2. Left-click-and-drag the sample data from cells A2 to D12 to highlight just the column headers and the data. Do not highlight the cell A1 containing Cookie Sales by Region. 3. Click on the Insert tab of the Ribbon at the top of Excel. 4. Click on the down arrow at the bottom of the Pivot Table button to open the drop-down list. 5. Click on Pivot Table in the list to open the Create Pivot Table dialog box. 6. Click on Existing Worksheet for the location of the pivot table. 7. Click on the Location line in the dialog box. 8. Click on cell A16 in the worksheet to enter that cell reference into the location line. 9. Click the OK button. Page 3 of 13

10. A blank pivot table object (like the one below) should appear on the worksheet with the upper-left corner of the pivot table in cell A16. 11. The Pivot Table Field List should open on the right-hand side of the Excel window. At the top of the Pivot Table Field List are the field names (column headers) from our data table. The data areas at the bottom of the panel are linked to the pivot table. 12. Now you will configure (add data to) the pivot table by dragging and dropping the field names to the data areas within the Pivot Table Field List as follows: Drag the Total Sales field to the Report Filter area Drag the Region field to the Column Labels area Drag the Sales Rep field to the Row Labels area Drag the # Orders field to the Values area 13. Click on cell A17 and in the Formula Bar, rename it from Row Labels to Sales Rep. 14. Click on cell B16 and in the Formula Bar, rename it from Column Labels to Region. 15. After completing the above step, your pivot table should look like the one located in cells H14 to M28 (and shown below) and the Pivot Table Field List should look like the picture below. Page 4 of 13

Page 5 of 13

16. Try using the drop-down filter buttons for Sales Rep and Region to hide selected data rows and columns. 17. Try creating a new pivot table like the one located in cells H3 to S11 (shown below) by configuring the pivot table like the picture below. Note that you can either create a new pivot table or simply just drag and drop the field names in your old pivot table to the different data areas shown below. Drag the field names to different data areas to obtain different viewing results from the Pivot Table Page 6 of 13

Removing Duplicate Data Records Spreadsheet programs such as Excel are often used as databases for things like parts inventories, sales records, and mailing lists. Databases are normally organized into rows of data called records. In a record, the data in each cell or field in the row is related - such as a company's name, address and phone number. A common problem that occurs as a database grows in size is that of duplicate records. This duplication can occur if: entire records are entered into the database more than once resulting in two or more identical records multiple records have one or more fields - such as a name field or address - containing the same data. Either way, duplicate records can cause a whole host of problems so it's a good idea to scan for and remove duplicate records on a regular basis. To help you accomplish this task Excel has a built in data tool called, not surprisingly, Remove Duplicates. 1. Add the data you wish to use, along with duplicate records. Sample data (in cells A1 to C15) has already been entered for you in the Duplicate Data tab in the Excel 3 Practice.xls spreadsheet (image of data is shown below): 2. Click on any cell containing data in the sample database in cells A1 to C15. Page 7 of 13

3. Click the Data tab on the Ribbon. 4. Click on the Remove Duplicates icon to highlight all data in the database and to open the Remove Duplicates dialog box. 5. Leave a checkmark only in the Student ID column. Remove the checkmarks from the Student Name and Classification columns. Leave the checkmark in the My data has headers checkbox. Click on the OK button. 6. After removing the duplicate data, your data should look like the image below. Note that removing duplicate data does not automatically sort the remaining data records for you. Sparklines What is a sparkline? A sparkline is a small chart that is aligned with rows of some tabular data and usually shows trend information. Sparklines (often called as micro-charts) add rich visualization capability to tabular data without taking too much space. They have also been referred to as intense, simple, word-sized graphics Here is an example of sparklines in a project team status report with sparklines displayed in cells B2 through B7. 1. Click on the Insert tab. Page 8 of 13

2. Select the data from which you want to make a sparkline. Left-click and drag on cells C2 through K4 3. In the Sparklines group, click on the Line button 4. Specify a target cell(s) where you want the sparkline(s) to be placed. In the Create Sparklines dialog box with the cursor blinking in the Location Range textbox, left-click and drag on cells B2 through B4 and then click the OK button 5. Optional: Format the sparkline(s), if you so desire. With the new sparkline(s) still highlighted, click the down-arrow next to the Sparkline Color (located in the Style Group) and choose a color. Click the downarrow next to the Marker Color (located in the Style Group) and choose colors for High Point (choose green), Low Point (choose red) and Markers (choose black). 6. Click on the Insert tab then left-click and drag on cells C5 through K7 7. In the Sparklines group, click on the Column button then left-click and drag on cells B5 through B7 then click on the OK button 8. Format the Sparkline Color and the Marker Color similar to the colors used in Step 5 above 9. At a later date, if you wish to change colors or line types for the sparkline simply click on the sparkline and Excel will change to the Design tab to allow you to make your new choices. Excel Drop-Down List Excel's data validation options include creating a drop down list that limits the data that can be entered into a specific cell to a pre-set list of entries. The benefits for using a drop down list for data validation include: making data entry easier preventing data entry errors restricting the number of locations for entering data When a drop-down list is added to a cell, an arrow is displayed next to it. Clicking on the arrow will open the list and allow you to select one of the list items to enter into the cell. See the image below: Page 9 of 13

The items that are added to the list can be located on the same worksheet as the list, on a different worksheet in the same Excel workbook, or can be entered directly into the list. In this tutorial we will create a drop down list using a list of entries located on the same worksheet as the drop-down list itself. 1. The first step to creating a drop-down list in Excel is to enter the list data. In order to save time, the list data has been pre-entered for you in cells A3 through A25 in the Drop-Down List tab in the Excel 3 Practice.xls spreadsheet (image of data is shown below). Note that cell A3 is empty and will show up as a blank line in the first position in the data list. Note that some people prefer to place the list data in a separate spreadsheet or move it out of sight within the same spreadsheet where the drop-down listbox is placed. For ease of use, we have placed the list data in close proximity to the dropdown listbox. 2. Click on cell B1 to make it the active cell - this is where the drop down listbox will be located. Page 10 of 13

3. Click on the Data tab in the ribbon menu and select the Data Validation button 4. In the Data Validation dialog box that popped up, choose List for the Allow: entry, un-check the box by Ignore blank and then click in the Source box (match the settings from the image above) 5. Left-click-and-drag on cells A3 through A25 to select the range for the Source box. Note that if you prefer to enter data directly into the Source line of the dialog box, the list items must be separated by a comma such as: Animal Crackers, Biscuit, Butter Cookie, Chocolate Chip 6. Click on the OK button to close the dialog box 7. Now, when you left-click on the drop-down arrow for the listbox, you should see something like the image below: Creating plots of multiple data series on one chart/graph Let s say that you have monthly sales data for the entire year of 2013 for three salespeople and you would like to show all three sales data series in different colors on the same chart/graph. Some random data has been preentered for you in cells A2 through D15 in the Multiple Series Chart tab in the Excel 3 Practice.xls Page 11 of 13

spreadsheet (image of data is shown above). Note that when you save the spreadsheet, new random data will automatically be generated for you. 1. Click on the Insert tab in the ribbon menu and go to the Charts group and select the Insert Scatter (X, Y) or Bubble Chart button and choose Scatter with Straight Lines and Markers 2. Right-click on the blank chart and choose Select Data then click on the Add button in the Select Data Source dialog box. 3. Type in Dave for the Series name: field then click in the Series X values: field and left-click and drag on cells A4 through A15 4. Click in the Series Y values: field then highlight any data in that field and press the delete key. Left-click and drag on cells B4 through B15 and click on the OK button 5. Click on the Add button again in the Select Data Source dialog box and repeat Steps 3 and 4 using Jim for the Series name and cells A4 through A15 for the Series X values and cells C4 through C15 for the Series Y values and click on the OK button. 6. Repeat Step 5 using Mary for the Series name and cells A4 through A15 for the Series X values and cells D4 through D15 for the Series Y values and click on the OK button. Click on the OK button in the Select Data Source dialog box. 7. Add a Chart Title for the horizontal axis by clicking on Add Chart Element in the upper-left corner of the Design tab. Select Axis Title then Primary Horizontal and then type in Month and press the Enter key 8. Add a Chart Title for the vertical axis by clicking on Add Chart Element in the upper-left corner of the Design tab. Select Axis Title then Primary Vertical and then type in Sales and press the Enter key 9. Click on the chart to select it then click on the + sign button to the right of the chart. Page 12 of 13

10. In the Chart Elements dialog box, put checkmarks in the Chart Title and Legend checkboxes and then click in an empty cell. 11. Double-click on Chart Title textbox and replace Title with 2013 Monthly Sales Sample Monthly Budget and Spending Plan See the Dec 2013 Spending Plan tab and the Dec 2013 Budget in the Excel 3 Practice.xls spreadsheet. During class we will add some more sample data to these spreadsheet to demonstrate the formula-based conditional formatting and some what-if scenarios. Page 13 of 13