Excel 2016: Part 2 Functions/Formulas/Charts

Size: px
Start display at page:

Download "Excel 2016: Part 2 Functions/Formulas/Charts"

Transcription

1 Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30

2 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory class, Excel 2016: Part 1, if you are not comfortable with Excel. This class will not cover basic Excel features. We will cover the following topics: formulas/functions, filtering and sorting, and charts. Advanced formulas and functions Refresher: What are formulas and functions? In Excel, a formula is an equation to perform a calculation in your worksheet. It can contain any combination of numbers, cell references, mathematical operators, and functions. Always begin your function with an equals (=) sign. Example: =7-5 Subtracts 5 from 7. The cell would display 2. =A2+B9 Adds the contents in cell A2 to the contents in cell B9. A function is a saved formula within Excel. You don t have to remember the structure of the formula; Excel does that for you. You select the values for the formula when you use functions. Common formulas (like finding the average or sum) already have functions. Each function has a name. For example, the SUM function finds the sum of numbers. Example: =SUM(C7:C22) Adds all the values in every cell from C7 through C22. =AVERAGE(2,3,4,5,6) Finds the average of 2, 3, 4, 5, 6. Formula Function =5+12 =SUM(5, 12) =( )/4 =AVERAGE(9,5,8,4) =C1+C2+C3+C4+C5+C6 =SUM(C1:C6) NOTE: Formulas always start with an equals sign (=). If it does not, Excel will store it as text. See the difference below with (left) and without (right) an equal sign with the same text entered. Use commas for separate values or individual cell references (C2, D4). 2

3 Use parentheses to enclose the values being operated on. If they are not, Excel will show an error message. If you want to accept the correction, click Yes. If you choose No, the function will not work. Use colons for a range of cells/values (C2:C12). Range refers to all the items found in that group of cells. o For example, C2:C12 covers all items in Column C, Row 2 to Column C, Row 12. Copying formulas/functions from one location to another will update to reflect the new cell references (special case: 1 absolute cell references). You can nest formulas and functions inside each other. o For example, =AVERAGE(SUM A1:D3, D4+3)). Using the Function Wizard When using a function in Excel, you can type the function, or look up the function (if you don t remember it). The Function Wizard helps you determine which function to use and how to type it. To use the function wizard: 1. Choose the cell where you wish to enter the function. 2. To start the wizard, click the Formulas ribbon. 3. Choose Insert Function. 4. In the pop-up window (see right), select the function you would like to use by: a. using keywords to search (in the Search for a Function box), b. selecting from a category, or c. scrolling through the list. 5. Once you have selected the function you wish to use, click OK. a c b 1 An absolute cell reference will always refer to that specific cell, despite the location of the formula. Later, we will discuss this further. 3

4 6. In the next pop-up, type the numbers, cells, or other values for calculation (a). The Wizard will also show you the result, as you enter each new piece of data (b). 7. When you ve entered all your data, click OK to return to the spreadsheet. a b NOW YOU TRY: Using your spreadsheet, determine the numbers that should be in the Difference column. o To determine the difference: Subtract the actual dollar amount spent from the expected dollar amount. Subtracting cells can be done just like adding cells. = (cell reference) (cell reference) Example: = C2-D2 You can copy and paste this formula for the entire column o Let s determine the % over or under our budget we are: Divide the difference by the expected amount, and then format the results as a percentage. = (cell reference) / (cell reference) = (Difference) / (Expected) Example: = E2/C2 Instead of copying and pasting, try using the Fill Handle below. Using the Fill Handle 1. Hover your mouse in the lower right corner of the cell you have just entered your formula in. 2. When you see the black cross, left click and drag down across all the other cells you want your formula in. 3. Auto-Fill will input the formula in all selected cells. Relative, Absolute, and Mixed Cell References There are two types of cell references in Excel: absolute and relative. When you are creating, copying, and moving formulas, you need to know which type of cell reference to use. Results vary depending on the type of reference used. Relative cell references use a corresponding cell address. When you copy a formula into a new cell, the formula will search for cells in a similar pattern as the original cell formula. Example: When you find the sum of E3:E18 and then move the formula into column F, Excel will now find the sum of F3:F18. The positions are relative. Absolute cell references use the exact address of a cell, regardless of the position of the formula s cell. If you look at the cell reference, it would contain dollar signs (example: $A$1). 4

5 Example: When you find the sum of $E$3:E18 and then move the formula into column F, Excel will now find the sum of E3:F18. The position of the first cell in the range is absolute. The formula, no matter where it is moved in the spreadsheet will always start with the cell E3. You can also have mixed cell references, where either the row OR the column is absolute, but the other relative. Example: The cell reference $D4 will always refer a cell in the Column D. NOTE: Think of the dollar sign as locking the column or row in place. Why use absolute cell references? When a formula is moved or copied from one cell to another, the cell references change, especially when using the fill handle. Example: What if you want the formula to always reference one cell that contains a constant, such as a tax rate? Use an absolute reference. And if when the tax rate happens to changes? It is easier to update one cell (C10) than change the number in each formula. If you are using a relative cell reference, any change in sheet layout (inserting, deleting columns or rows) will alter a relative cell reference in a formula. Using an absolute cell reference, the formula will retain the respective cell reference when the sheet layout is changed. The sheet below right had two rows inserted but the formula in D4 retained the correct tax rate from a cell that address changed from C10 to C12. 5

6 NOW YOU TRY: The January spreadsheet has two sums on it, at the bottom of the Actual and Expected columns. o Copy one of these sum functions and paste it into cell G15. What happens? o Now copy one of these sum functions and paste it into cell G1. What happens this time? o Let s make one of these cells absolute instead of relative. Cell D15 has this formula in it: =SUM(D2:D14) Put dollar signs in the correct spaces: =SUM($D$2:$D$14) What happens to the number displayed in cell D15? Copy this number and paste it into cell G2. What happens? Filtering and Sorting Excel allows you to filter and sort groups of data, whether it is comprised of words or numbers. Filtering shows you data that meets your set criteria (e.g. expenses more than $200). Sorting lets you reorder data into a way that makes it more meaningful (e.g. alphabetize a list of names). Using Auto Filtering When you use the Auto Filter feature, you are allowing the software to predict which information you d like to filter. It works by looking at all the values in a column and offering them to you as an option. When you use the auto-filter, you are able to restrict your list to show only those items whose value matches the one set in the filter. This includes an option to show all entries that have a blank in a particular column, or all nonblanks. To enable a filter: 1. Select the range of cells you want to filter. If you have column headers, include them as well. 2. On the Data ribbon, click Filter. Excel creates dropdown boxes with the values for each column. To filter for a particular value, simply select it from the list. NOTE: You can turn off all filters by going to the Data ribbon and un-checking Filter. NOW YOU TRY: Apply a filter to your spreadsheet and identify those purchases made with cash. o Highlight the columns in your spreadsheet and select the Filter option. o Go to the Payment column and use the drop down list to select cash. o How many items remain in your column now? o Go back to the Payment column and select all, and turn the Filter option off. 6

7 Quick sorting Sorting allows you to order your records, usually alphabetically or in numerical order. A quick sort is a simple sort (using only one column to sort), and is generally applied to an entire spreadsheet. To do a quick sort, click any cell in the column you wish to sort. Then click the appropriate icon (shown on the left) to apply the sort. AZ will sort the column in ascending order. ZA will sort the column in descending order. NOW YOU TRY: Quick sort of our budgeting items. o Select a category you would like to sort by and click on any cell reference in that column. o Find and select the quick sort option. o Try selecting and sorting by a different category. Charts Excel includes functions to create charts and graphs. You can create typical charts, such as: bar, line, pie, scatter plot. You can control what data they show, how they look, and where they are located in your workbook. Using the chart wizard To begin, you must have the data entered within your Excel spreadsheet. Know how you want the data to be displayed because this will affect what chart style (bar, scatter, etc.) is used. Steps to Insert Chart 1. Highlight the data to be included in the chart or graph, including any headings. In the example below the range A1:D Click the Insert tab. 3. In the Charts command group, select a chart type

8 NOW YOU TRY: Following the previous instructions, insert a bar chart using the Expense, Actual and Expected columns in our spreadsheet. o Hint: Use the Ctrl key to select the cells for the chart. o Do not include the Total cells. o What do you notice about the chart you have created? Is it easy to read and understand? $ $ $ $ $ $ $ $ $ $0.00 Expected Actual Notice the three tabs that appear to the right of the chart. Whenever, you select the chart, these pop-up tools will appear. The Plus sign allows you to add/remove elements of the chart. The Paint brush allows you to change the style. The Filter tool allows you to display selected data. Editing Charts The Chart Design ribbon has seen a few enhancements since earlier version of Excel. It is easier to change specific elements, and Microsoft added more design styles. You can click on any element in the chart to adjust it to your liking. Selecting Data If you ever need to change which data is selected, complete the following steps: 1. Right click on chart to reveal the Chart Tools Design tab (see above). 2. Select the Select Data option. 3. You will be given a pop-up window that allows you to add or remove data from the chart. Example: Initially, our chart showed only the Actual and Expected values over the year period. Now we want to show ALL of our values, to include the difference. 8

9 Mortgage Heat Electric Gas - Car Food Hulu Gym Mem. Internet Phone Bill Restaurants Coffee Clothing Car Insurance Mortgage Heat Electric Gas - Car Food Hulu Gym Mem. Internet Phone Bill Restaurants Coffee Clothing Car Insurance $1, $ $ $ $ $0.00 Our goal is to go from this: Expected Actual $1, $ $ $ $ $0.00 -$ To this: Expected Actual Difference We want to add the Difference value. To make these specific changes, we will work with our data selection tool: 1. Right click on your chart and choose Select Data. 2. Click Add (since we are going to add the difference data). 3. You need to add the data values and give the values a name. 9

10 a. If the data has a column header, click on it. b. If there are no column headers, type in a name that will be used to distinguish this new data from the existing data in the chart. 4. In the Series Values box, a. type the values you want, or b. click and drag to select the cells that contain the values. You will first need to delete the placeholder text {1}. 5. Click OK. 6. Click OK on the Select Data Source window. 7. Your chart should now look like the results above. Filtering Data If there is too much data in a chart, it can be filtered out. Example: Now we want to use our Filter feature to take the Mortgage value out of our chart. It is the same each month and is very large, which makes the Difference value difficult to see. 1. Select the Filter tool next to your chart. 2. Remove the check mark next to the Mortgage option under Categories. 3. Click Apply. The chart will appear as below. $ $ $ $ $50.00 $0.00 -$50.00 Chart Title Expected Actual Difference Do you think that the Difference is easier to see with the large column that was the Mortgage value removed? 10

11 Changing the Chart Title As seen in the charts already made, when Excel creates a chart, it includes a generic Chart Title as the title. The title can be changed to better reflect the data that is displayed. To change the title of a chart: 1. Double click on the text. 2. It will now have a frame around it. Click inside the frame to begin editing the text. NOW YOU TRY: Change the title of the chart to January Expenses. Changing a Chart Type 1. Select Change Chart Type button on the Design ribbon. 2. The Change Chart Type window will appear. Click the All Charts tab. 3. Choose the Combo at the bottom of your options panel. 4. Select the first option, the Clustered Column-Line. 5. Select OK. 11

12 January Expenses $ $ $ $ $50.00 $0.00 -$50.00 Expected Actual Difference January Expenses Compare the two charts. Is the green line easier to compare than the small green columns were? $ $ $ $ $50.00 $0.00 -$50.00 Expected Actual Difference As long as your chart is selected, you can edit it either by directly clicking into the chart or by using the Chart Design and Format ribbons that appear when the chart is active. NOW YOU TRY: Spend a few minutes adjusting the chart using these tools. o What happens when you click Switch Row/Column in the Chart Design ribbon? o What happens when you click the filter pop-up tool and change the data selections? o What happens when you select a new chart style? 12

13 Moving the Chart To move your chart to its own page: 1. On the Design ribbon, click Move Chart. 2. Select New sheet. (You can give the worksheet sheet a name.) NOW YOU TRY: Move the chart to a new sheet named: January Chart. Recommended Charts Excel will make chart recommendations based on preselected data. To see chart recommendations: 1. Select your data. 2. Click Recommended Charts on the Insert ribbon. 3. In the pop-up, you can browse through the recommended chart types, and preview what your chart will look like (based on your data). 4. Make your selection and choose OK. From this point, you can edit the chart as you would any other Excel chart. NOTE: You can also edit a chart by using the commands on the Chart Tools Design and Format ribbons. You can also click on individual chart elements to modify them. 13

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

Microsoft Excel 2016 LEVEL 2

Microsoft Excel 2016 LEVEL 2 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 2 kcls.org/techtutor Microsoft Excel 2016 Level 2 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 2 Welcome

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

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

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

Microsoft Excel Basics Ben Johnson

Microsoft Excel Basics Ben Johnson Microsoft Excel Basics Ben Johnson Topic...page # Basics...1 Workbook and worksheets...1 Sizing columns and rows...2 Auto Fill...2 Sort...2 Formatting Cells...3 Formulas...3 Percentage Button...4 Sum function...4

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

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

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

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

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

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

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

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

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Graded Project. Microsoft Excel

Graded Project. Microsoft Excel Graded Project Microsoft Excel INTRODUCTION 1 PROJECT SCENARIO 1 CREATING THE WORKSHEET 2 GRAPHING YOUR RESULTS 4 INSPECTING YOUR COMPLETED FILE 6 PREPARING YOUR FILE FOR SUBMISSION 6 Contents iii Microsoft

More information

Excel 2010-Part. Two

Excel 2010-Part. Two Jefferson Parish Library Computer Training Team Excel 2010-Part Two August 2011 Symbols Used in Formulas Add Subtract Divide Multiply + - / * When working with formulas in Excel you will use basic keyboard

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Presenter: Susan Campbell Wild Rose School Division

Presenter: Susan Campbell Wild Rose School Division Presenter: Susan Campbell Wild Rose School Division What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used for entering and analyzing

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

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

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

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

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

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

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

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

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

Basics of Spreadsheet

Basics of Spreadsheet 106 :: Data Entry Operations 6 Basics of Spreadsheet 6.1 INTRODUCTION A spreadsheet is a large sheet having data and information arranged in rows and columns. As you know, Excel is one of the most widely

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Prepared By: Graeme Hilson. U3A Nunawading

Prepared By: Graeme Hilson. U3A Nunawading 0 Prepared By: Graeme Hilson U3A Nunawading - 2015 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using

More information

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

More information

WHY USE EXCEL? KEY EXCEL TERMINOLOGY

WHY USE EXCEL? KEY EXCEL TERMINOLOGY WHY USE EXCEL? Excel allows users to organize, format, and calculate data with formulas using a spreadsheet system broken up by rows and columns. Excel allows us the ability to create templates with multiple

More information

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

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

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

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

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

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

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 Quick Reference Sheet

Introduction to Microsoft Excel 2010 Quick Reference Sheet Spreadsheet What is a spreadsheet? How is Excel 2010 different from previous versions? A grid of rows and columns that help to organize, summarize and calculate data. Microsoft Excel 2010 is built on the

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

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

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

Customizing the Ribbon

Customizing the Ribbon Beginning Excel Tech Workshop Fall 2016 Customizing the Ribbon Excel comes with many built in functions and tabs. If you want to customize what appears on your ribbon, you can do so by going to File -->

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

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning Review Ch. 15 Spreadsheet and Worksheet Basics 2010, 2006 South-Western, Cengage Learning Excel Worksheet Slide 2 Move Around a Worksheet Use the mouse and scroll bars Use and (or TAB) Use PAGE UP and

More information

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators: Page1 Functions in Excel Formulas (functions) are equations that perform calculations on values in your spreadsheet. A formula always starts with an equal sign (=). Example: =5+2*7 This formula multiples

More information

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

NUMERICAL COMPUTING For Finance Using Excel. Sorting and Displaying Data

NUMERICAL COMPUTING For Finance Using Excel. Sorting and Displaying Data NUMERICAL COMPUTING For Finance Using Excel Sorting and Displaying Data Outline 1 Sorting data Excel Sort tool (sort data in ascending or descending order) Simple filter (by ROW, COLUMN, apply a custom

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

Activity 1 Creating a simple gradebook

Activity 1 Creating a simple gradebook Activity 1 Creating a simple gradebook 1 Launch Excel to start a new spreadsheet a. Click on the Excel icon to start a new workbook, either from the start menu, Office Toolbar, or an Excel icon on the

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

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

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

More information

Excel 2007: Functions and Forumlas Learning Guide

Excel 2007: Functions and Forumlas Learning Guide Excel 2007: Functions and Forumlas Learning Guide Functions and Formulas: An Overview Excel uses functions (mathematical expressions already available in Excel) and formulas (mathematical expressions that

More information

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

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

Introduction to Charts

Introduction to Charts Microsoft Excel 2013: Part 6 Introduction to Charts, Naming Cells, Create Drop-down lists, Track Changes, & Finalizing Your Workbook Introduction to Charts Charts allow you to illustrate your workbook

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

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Chapter 10 Managing Numbers and Text Using Excel 1 Objectives Examine the Excel window and tools Enter and format

More information

Excel 2010 Essentials

Excel 2010 Essentials Excel 2010 Essentials Training Manual Narre Community Learning Centre Inc. TABLE OF CONTENTS Module One: Getting Started... 4 Workshop Objectives... 5 Module Two: Opening and Closing Excel... 7 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

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

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

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

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

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK

HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK After completing this exercise you will be able to: Create a new workbook and add and rename worksheets. Enter data (text labels, numerical values and

More information

FAQ: Advanced Functions

FAQ: Advanced Functions Question 1: What are formulas and functions? Answer 1: Formulas are a type of data that can be entered into a cell in Excel. Formulas begin with an equal sign and use mathematical operators to calculate

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

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

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. The Beginner s Guide to Microsoft Excel Written by Sandy Stachowiak Published April 2018. Read the original article here: https://www.makeuseof.com/tag/beginners-guide-microsoftexcel/ This ebook is the

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

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Excel: Creating Charts and Graphs

Excel: Creating Charts and Graphs Excel: Creating Charts and Graphs Charts for Excel 2013 1 Charts for Excel 2013 2 Background Information This short workshop is designed to provide an overview for creating and formatting charts and sparklines

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

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

Excel 2016 Basics for Mac

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

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

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information