Navigating In Uncharted Waters Of Microsoft Excel Charts

Size: px
Start display at page:

Download "Navigating In Uncharted Waters Of Microsoft Excel Charts"

Transcription

1 1 of 8 Navigating In Uncharted Waters Of Microsoft Excel Charts Translating Excel spreadsheets is pretty easy. All you need to do is translate text in individual cells and then format the spreadsheet for the target language user. However, sometimes your spreadsheet will contain charts, making translation more complicated. This article will help you understand and master charts so you can easily translate even the most advanced varieties. What charts are made of Figure 1: A sample Excel chart Excel charts are quite easy if you understand how they are built. Let us look at the components of our sample chart shown in Figure 1 above. Every chart is built on the basis of some data set, usually taken from a range of cells in the same Excel spreadsheet. Here is the data that was used to create our sample chart (shown above): New York Tokyo Moscow London January February March April When Excel builds a chart, it analyzes values and plots them on the chart depending on the type of chart. The most commonly used types include line charts (our sample chart is an example), bar charts (including column charts) and pie charts. Figure 2: Examples of pie and column charts The chart's data set is always located outside the chart in a range on the same or different sheet, but sometimes its copy appears inside the chart for readability. Most Excel charts have two axes - a category axis (usually this is the X axis) and the value axis (usu. the Y axis). On those axes, Excel plots the relationship between two parameters. In our example, Excel shows month names along the X axis and the corresponding temperatures along the Y axis. Labels appearing along the category axis are called category names (category labels). Each axis may have a primary axis title appearing near the axis, and (rarely) a secondary axis title shown on the other side. They are appropriately called Horizontal (Category) Axis Title and Vertical (Value) Axis Title. 3. Each chart shows several values or groups of values in a visual, easy-to-read format. For example, in a pie chart each value is represented by a pie slice, in a column (bar) chart - by bars of the same color, and in a line chart - by a zigzagging or straight line. These values (for a pie chart) or groups of values (for a line or bar chart) are called series. Each series is assigned a unique color to make the chart even easier to understand. Depending on the chart's settings, a series may correspond to a single column or row in the data set. In addition, each series has a specific name which is usually taken

2 2 of 8 from the first cell of a column (or row) in the data set. In our example, you can see 4 series names called 'New York', 'Tokyo', 'Moscow' and 'London'. Series names are also called legend entries because they also appear in the legend if a legend is displayed A legend is frequently used to provide meaning to a color assigned to a series. It contains names of each series and indicates the color by which you can find a series on the chart. The legend may be positioned on any of the four sides of a chart. At the top or bottom of a chart you usually see a chart title. Figure 3: Components of a typical Excel chart From Excel perspective, there are two more chart components which should be mentioned: Plot Area is the area where the data set is displayed. In other words, the Plot Area does not include axis titles, chart title, legend. For line charts, the Plot Area contains X and Y axes and the area between them; for pie charts, it is the actual pie, etc. Chart Area is the entire area occupied by the chart. It contains the Plot Area, legend, chart title, etc. Working with Excel charts Depending on the location in an Excel spreadsheet, charts are subdivided into chart objects and chart sheets. A chart object is a chart which is placed on an existing sheet along with other data. A chart sheet is a standalone sheet occupied by the chart only, with nothing else in it. When you select the Chart Area (by clicking empty space near chart's edge), or an individual series, Excel automatically outlines the respective cells with different colors (see Figure 3 above).

3 3 of 8 A word on formulas All charts rely on formulas to refer to the data that exists somewhere else on the same or different sheet. These formulas usually refer to several types of data: 1) values used to plot individual series; 2) values used to show along the category axis; etc. The following types of formula may be used: =Sheet1!$A$ This formula indicates a cell address. If this type of formula is used, the cell's value will be used on the chart. The first part before the exclamation sign (shown in blue) refers to the name of the sheet where the cell is located, and the second part (shown in dark red) refers to the address of a cell, e.g. $A$1 means A1, etc. In a chart, this formula is usually used for series names used to create the legend. ="New York temp.". This is a text formula. It specifies the exact text which must be used. In a chart, it is usually used for series names used to create the legend. If you want to insert double quotes, you need to enter them twice, e.g. ="Temperature in ""Big Apple""". =Sheet1!$A$1:$A$10. This formula refers to a cell range, e.g. $A$1:$A$10 means a range with the top left corner in cell A1 and the bottom right corner in cell A10. It is used for chart's data ranges, category names, and some other things. ={"Jan", "Feb", "Mar","Apr"} (may also be shown as ={"Jan"\"Feb"\"Mar"\"Apr"}). This is an array formula. It specifies a number of text values to show on the chart. This type of formula is used quite rarely, usually for category names. Different versions of Microsoft Excel provide different user interfaces for working with charts. Click anywhere on the chart. A new menu item, Chart, will appear on the menu bar, and a toolbar called 'Chart' will become visible. You can use these controls to get easy access to various chart components. To modify chart components (e.g. resize, move, change text, format), you can click them with the mouse or select them from the drop-down list on the Chart toolbar. You can change the size of the Plot Area, Legend, or Chart Area to make the translation fit. The quickest way to edit Chart Title, Category Axis Title, Value Axis Title, and secondary axis titles (if used) is to select Chart -> Chart Options... and click the Titles tab where you can modify each title. To edit all the data that goes into the chart, select Chart -> Source Data... and check the Data Range parameter on the Data Range tab. To edit series names used to make the chart legend, select Chart -> Source Data... and click the Series tab. Each series will be shown in the Series list. Select the appropriate series and check the Name field. Another way to edit series names is to select the series with the mouse or from the drop-down list on the Chart toolbar, and edit the formula in the formula bar. See the next section for more detail. To edit labels shown along the category axis (if shown), select Chart -> Source Data... and click the Series tab. Use the field labelled 'Category (X) axis labels' at the bottom of the dialogue to see where the data is taken from or modify the formula (if it is an array formula). Click anywhere on the chart. You will see a new group of tabs called 'Chart Tools' appear at the top of the ribbon, with three tabs underneath: Design, Layout and Format. To modify chart components (e.g. resize, move, change text, format), you can click them with the mouse or select them from the drop-down list in the Current Selection group on Layout and Format tabs. You can change the size of the Plot Area, Legend, or Chart Area to make the translation fit. To edit Chart Title, Category Axis Title, Value Axis Title, and secondary axis titles (if used), select them with the mouse, right-click and select Edit Text menu item (you can also left-click inside the title). To edit all the data that goes into the chart, right-click the chart and choose Select Data from the dropdown menu. You will see 'Select Data Source' dialogue. An alternative way is to click Select Data button in the Data group on the Design tab. To edit series names in the chart legend, right-click the chart and choose Select Data from the dropdown menu, or click Select Data button in the Data group on the Design tab. In the Select Data Source dialogue, select each individual series in the list on the left side, click Edit, and then edit the Series Name field in the Edit Series dialogue. Another way to edit series names is to select the series with the mouse or from the dropdown list in the Current Selection group on Layout and Format tabs, and then edit the formula in the formula bar. See the next section for more detail.

4 4 of 8 To edit labels shown along the category axis (if shown), right-click the chart and choose Select Data from the dropdown menu, or click Select Data button in the Data group on the Design tab. In the Select Data Source dialogue, click Edit button on the right side of the dialogue to show Axis Labels dialogue. Use the field on this dialogue to see where the data is taken from or modify the formula (if it is an array formula). Translating the sample chart Now that you know the components of an Excel chart and how to manipulate them with your version of Excel, let's translate our sample chart. Off we go! Our chart has the following translateable elements: Chart title Axis titles Legend Category or value names plotted along X or Y axes. Figure 4: Translateable components Translating a chart title Perhaps the easiest way to translate the chart title is to click it with the mouse and edit the text. There are other ways depending on your version of Microsoft Excel: To select the chart title accurately, select 'Chart Title' from the drop-down list on the Chart toolbar. To edit the chart title quickly, select Chart -> Chart Options... and click the Titles tab. This will allow you to edit all axis titles as well. To select the chart title accurately, select 'Chart Title' from the drop-down list in the Current Selection group on Layout and Format tabs. Sometimes you will also need to resize the chart title because the translation will not show as intended. Excel will not allow you to resize the text box, but you can change font properties to accomplish the task, or resize the whole chart. Translating axis titles As explained above, there are usually 2 axis titles on a chart, but sometimes there may be secondary axis titles appearing on the right or top of the chart. Just like with a chart title, you can edit axis titles by clicking them with the mouse and editing the text. There are other ways depending on your version of Microsoft Excel: To select an axis title accurately, select 'Category Axis Title', 'Value Axis Title', 'Secondary Category Axis Title', or 'Secondary Value Axis Title' from the drop-down list on the Chart toolbar. To edit axis titles quickly, select Chart -> Chart Options... and click the Titles tab. Edit individual titles on the dialogue. You can also edit the chart title from this dialogue.

5 5 of 8 To select an axis title accurately, select 'Horizontal (Category) Axis Title', 'Vertical (Value) Axis Title', 'Secondary Horizontal (Category) Axis Title', or 'Secondary Vertical (Value) Axis Title' from the drop-down list in the Current Selection group on Layout and Format tabs. You can also use the mouse, of course. 3. Translating the legend In many situations, you will only need to edit the data range of the chart to translate the legend and category names (axis labels). First, determine the chart's data range: In Select Chart -> Source Data... and check the Data Range parameter on the Data Range tab. In Right-click the chart and choose Select Data from the dropdown menu. You will see 'Select Data Source' dialogue. Alternatively, click Select Data button in the Data group on the Design tab.

6 6 of 8 If the Data Range field contains a formula (e.g. =Sheet1!$A$1:$C$10), you can locate the range and check whether it includes the series names displayed in the chart legend. If this is so, you can edit the text, and the legend will be magically translated. See 'A word on formulas' above for more information on formulas. If the Data Range field is empty (Excel 2003 or earlier), or if the indicated range does not contain series names, you will have to translate series name the hard way. Follow the guidelines below to do this: There are two ways to edit a series name: Select Chart -> Source Data... and click the Series tab. Each series will be shown in the Series list. Select the appropriate series and check the Name field. If the field indicates a cell address, it is best to find the cell and translate its value. If the field displays something like ="New York temp.", you will need to modify it. The best way to do this is select all the text between double quotes and then type the translation over it. Be careful when pressing Left or Right keys because this inserts the address of the current cell. See 'A word on formulas' for more information on working with formulas. Select the series with the mouse or from the drop-down list on the Chart toolbar. You will see a formula shown in the formula bar, e.g.: =SERIES("New York temp.";sheet1!$a$38:$a$41;sheet1!$d$38:$d$41;3) If the first parameter of the formula is not a cell address, you will need to edit the text between double quotes (shown in dark-red above), and click the green tick ( ) on the left to update the legend. To cancel your action, click the red cross ( ) on the left or press Cancel. Note: the word SERIES in the formula may be localized in non-english versions of Microsoft Excel. The symbol that separates parameters in the formula (e.g. ";") may also be different. Once you do this, the appropriate legend entry will be translated. There are two ways to edit a series name:

7 7 of 8 Right-click the chart and choose Select Data from the dropdown menu, or click Select Data button in the Data group on the Design tab. In the Select Data Source dialogue, select each individual series in the list on the left side, click Edit, and then check the Series Name field in the Edit Series dialogue. If the field indicates a cell address, it is best to find the cell and translate its value. If the field displays something like ="New York temp.", you will need to modify it. The best way to do this is select all the text between double quotes and then type the translation over it. Be careful when pressing Left or Right keys because this inserts the address of the current cell. See 'A word on formulas' for more information on working with formulas. Select the series with the mouse or from the dropdown list in the Current Selection group on Layout and Format tabs. You will see a formula shown in the formula bar, e.g.: =SERIES("New York temp.";sheet1!$a$38:$a$41;sheet1!$d$38:$d$41;3) If the first parameter of the formula is not a cell address, you will need to edit the text between double quotes (shown in dark-red above), and click the green tick ( ) on the left to update the legend. To cancel your action, click the red cross ( ) on the left or press Cancel. Note: the word SERIES in the formula may be localized in non-english versions of Microsoft Excel. The symbol that separates parameters in the formula (e.g. ";") may also be different. Once you do this, the appropriate legend entry will be translated. 4. Translating category or value labels Most probably, you will never have to translate labels along the X or Y axis. Even if such labels are used, they are mostly simple numbers. If you do come across textual axis labels, follow these guidelines to translate category / value labels in different versions of Microsoft Excel: Select Chart -> Source Data... and click the Series tab. Check the field labelled 'Category (X) axis labels' at the bottom of the dialogue: If the formula in this field refers to a cell range (e.g. =Sheet1!$A$1:$A$10), find the range and translate it; If the formula is an array formula (e.g. ={"Jan", "Feb", "Mar","Apr"}), translate it, replacing the each piece of text between double quotes with translation. Right-click the chart and choose Select Data from the dropdown menu, or click Select Data button in the Data group on the Design tab. In the Select Data Source dialogue, click Edit button on the right side of the dialogue to show Axis Labels dialogue.

8 8 of 8 Check the formula in this dialogue: If the formula in this field refers to a cell range (e.g. =Sheet1!$A$1:$A$10), find the range and translate it; If the formula is an array formula (e.g. ={"Jan", "Feb", "Mar","Apr"}), translate it, replacing each piece of text between double quotes with translation. Formatting the chart So, you have translated all the text on the chart. The final step is to format the chart so that your translation looks perfect. To format the chart, you can change the size of the Plot Area, Legend, or Chart Area, or change the font size of some chart components like chart title, axis titles, etc. To select them, click them with the mouse, or select them from the drop-down list on the Chart toolbar [Excel 2003 and earlier] or from the drop-down list in the Current Selection group on Layout and Format tabs [Excel 2007 and later]. Here are some typical problems you may come across: The legend will be too small to fit your translation. In this case, resize the legend. If there is not enough space for the resized legend, resize the plot area. Chart title will be too big and it will overlap the plot area. In this case, just resize the plot area. If necessary, first resize the chart area. Tip: make sure that you save the Excel spreadsheet before formatting the chart. In most cases, Excel will be able to undo only the most recent action. Navigation complete Congratulations on successful completion of this tutorial. I hope you can now translate Excel charts with confidence. You can also apply your knowledge in translation of charts prepared in OpenOffice Calc application. To reinforce theory with practice, please use our sample spreadsheet which can be found in the Links & Resources section below. Link: Stanislav Okhvat, 2010

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

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

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

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

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

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

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

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

The Chart Title can be formatted to change color, pattern, typeface, size and alignment using the Format Chart Title dialog box.

The Chart Title can be formatted to change color, pattern, typeface, size and alignment using the Format Chart Title dialog box. Excel 2003 Formatting a Chart Introduction Page 1 By the end of this lesson, learners should be able to: Format the chart title Format the chart legend Format the axis Formatting the Chart Title Page 2

More information

SAMLab Tip Sheet #5 Creating Graphs

SAMLab Tip Sheet #5 Creating Graphs Creating Graphs The purpose of this tip sheet is to provide a basic demonstration of how to create graphs with Excel. Excel can generate a wide variety of graphs, but we will use only two as primary examples.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

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 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

Creating Charts in Office 2007 Table of Contents

Creating Charts in Office 2007 Table of Contents Table of Contents Microsoft Charts... 1 Inserting a Chart in Excel... 1 Tip Shortcut Key to Create a Default Chart in Excel... 2 Activating Your Chart... 2 Resizing an Embedded Chart... 2 Moving a Chart...

More information

Excel Core Certification

Excel Core Certification Microsoft Office Specialist 2010 Microsoft Excel Core Certification 2010 Lesson 6: Working with Charts Lesson Objectives This lesson introduces you to working with charts. You will look at how to create

More information

2. In the Start and End Dates section, use the Calendar icon to change the Displayed Start Date to 1/1/2015 and the Displayed End Date to 5/31/2015.

2. In the Start and End Dates section, use the Calendar icon to change the Displayed Start Date to 1/1/2015 and the Displayed End Date to 5/31/2015. Tutorials Lesson 1 - Format a Schedule In this lesson you will learn how to: Change the schedule s date range. Change the date headings. Change the schedule dimensions. Change the legend and add a new

More information

Chapter 10 Working with Graphs and Charts

Chapter 10 Working with Graphs and Charts Chapter 10: Working with Graphs and Charts 163 Chapter 10 Working with Graphs and Charts Most people understand information better when presented as a graph or chart than when they look at the raw data.

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Instructor s Excel 2013 Tutorial 2 - Charts Excel 2013 Intermediate 103-124 Unit 2 - Charts Quick Links Chart Concepts Page EX197 EX199 EX200 Selecting Source Data Pages EX198 EX234 EX237 Creating a Chart

More information

Creating and Modifying Charts

Creating and Modifying Charts Creating and Modifying Charts Introduction When you re ready to share data with others, a worksheet might not be the most effective way to present the information. A page full of numbers, even if formatted

More information

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2 Table of Contents COURSE OVERVIEW... 2 DISCUSSION... 2 COURSE OBJECTIVES... 2 COURSE TOPICS... 2 LESSON 1: MODIFY CHART ELEMENTS... 3 DISCUSSION... 3 FORMAT A CHART ELEMENT... 4 WORK WITH DATA SERIES...

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

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

A new workbook contains 256 worksheets. The worksheet is a grid of COLUMNS and ROWS. The intersection of a column and a row is called a CELL.

A new workbook contains 256 worksheets. The worksheet is a grid of COLUMNS and ROWS. The intersection of a column and a row is called a CELL. MICROSOFT EXCEL INTRODUCTION Microsoft Excel is allow you to create professional spreadsheets and charts. It is quite useful in entering, editing, analysis and storing of data. It performs numerous functions

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

More information

Charts in Excel 2003

Charts in Excel 2003 Charts in Excel 2003 Contents Introduction Charts in Excel 2003...1 Part 1: Generating a Basic Chart...1 Part 2: Adding Another Data Series...3 Part 3: Other Handy Options...5 Introduction Charts in Excel

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

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

ENV Laboratory 2: Graphing

ENV Laboratory 2: Graphing Name: Date: Introduction It is often said that a picture is worth 1,000 words, or for scientists we might rephrase it to say that a graph is worth 1,000 words. Graphs are most often used to express data

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

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

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

Microsoft Office Excel 2016 for Mac

Microsoft Office Excel 2016 for Mac Microsoft Office Excel 2016 for Mac Introduction to Charts University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University Information

More information

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program.

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program. Using Excel 2007 This is only a brief overview that highlights some of the useful points in a spreadsheet program. 1. Input of data - Generally you should attempt to put the independent variable on the

More information

Tricking it Out: Tricks to personalize and customize your graphs.

Tricking it Out: Tricks to personalize and customize your graphs. Tricking it Out: Tricks to personalize and customize your graphs. Graphing templates may be used online without downloading them onto your own computer. However, if you would like to use the templates

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

More information

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

Technology for Merchandise Planning and Control

Technology for Merchandise Planning and Control Technology for Merchandise Planning and Control Contents: Module Three: Formatting Worksheets Working with Charts UREFERENCE/PAGES Formatting Worksheets... Unit C Formatting Values... Excel 52 Excel 57

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

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

Launch old style dialogue boxes from the dialogue box launchers at the bottom of the ribbon.

Launch old style dialogue boxes from the dialogue box launchers at the bottom of the ribbon. Ribbon Overview Ribbon Overview Launch old style dialogue boxes from the dialogue box launchers at the bottom of the ribbon. Add buttons to Quick Access Toolbar either by right clicking or via the Customise

More information

Entering Data in the Spreadsheet

Entering Data in the Spreadsheet Excel How To Parts of the Spreadsheet Tiffany Davis, Briggs Elementary School A, B, C, etc. are the heads of the columns. 1, 2, 3, etc. are the heads of the rows. A cell is created by the intersection

More information

SAMLab Tip Sheet #4 Creating a Histogram

SAMLab Tip Sheet #4 Creating a Histogram Creating a Histogram Another great feature of Excel is its ability to visually display data. This Tip Sheet demonstrates how to create a histogram and provides a general overview of how to create graphs,

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

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet

Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet Signing your name below means the work you are turning in is your own work and you haven t given your work to anyone else. Name

More information

Using Charts in a Presentation 6

Using Charts in a Presentation 6 Using Charts in a Presentation 6 LESSON SKILL MATRIX Skill Exam Objective Objective Number Building Charts Create a chart. Import a chart. Modifying the Chart Type and Data Change the Chart Type. 3.2.3

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on that information.

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

Excel 2. Module 3 Advanced Charts

Excel 2. Module 3 Advanced Charts Excel 2 Module 3 Advanced Charts Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson we

More information

Intro To Excel Spreadsheet for use in Introductory Sciences

Intro To Excel Spreadsheet for use in Introductory Sciences INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Excel (Giant) Handout (3/16/15)

Excel (Giant) Handout (3/16/15) Excel (Giant) Handout (3/16/15) Excel is a spreadsheet processor that is an outgrowth of Lotus 1-2-3 and Symphony. It is a Microsoft Product that is part of Microsoft Office (all versions) along with Microsoft

More information

Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles

Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles Working with Charts Objectives Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles 2 Objectives Customize chart elements Enhance a chart Create

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 BIOL 001 Excel Quick Reference Guide (Office 2010) For your lab report and some of your assignments, you will need to use Excel to analyze your data and/or generate graphs. This guide highlights specific

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

MICROSOFT EXCEL TUTORIAL

MICROSOFT EXCEL TUTORIAL MICROSOFT EXCEL TUTORIAL G E T T I N G S T A R T E D Microsoft Excel is one of the most popular spreadsheet applications that helps you manage data, create visually persuasive charts, and thought-provoking

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

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

Excel 2010 Charts and Graphs

Excel 2010 Charts and Graphs Excel 2010 Charts and Graphs In older versions of Excel the chart engine looked tired and old. Little had changed in 15 years in charting. The popular chart wizard has been replaced in Excel 2010 by a

More information

Excel Tutorial. Look at this simple spreadsheet and then answer the questions below.

Excel Tutorial. Look at this simple spreadsheet and then answer the questions below. Excel Tutorial During this introduction you will learn the basics of how to use Excel, which means making a spreadsheet, creating a graph from that spreadsheet, and then interpreting the data to answer

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

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

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

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial 1. GETTING STARTED Microsoft Excel is one of the most popular spreadsheet applications that helps you manage data, create visually persuasive charts, and thought-provoking graphs.

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

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 Objective To provide a review of the new features in the Microsoft Excel 2007 screen. Overview Introduction Office Button Quick Access Toolbar Tabs Scroll Bar Status Bar Clipboard

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

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

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

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

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs In this technology assignment, you will find a quadratic function that passes through three of the points on each of the scatter plots you created in an earlier technology assignment. You will need the

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

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

Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets

Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets Introduction This tutorial is designed to help you get up to speed quickly using spreadsheets in your class assignments.

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation CAPE Community Behavioral Health Data How to Create CAPE Community Assessment and Education to Promote Behavioral Health Planning and Evaluation i How to Create County Community Behavioral Health Profiles

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX16 EX17 Copying Worksheets Page EX337 Grouping Worksheets Pages EX330 EX332 Multi-Sheet Cell References Page

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

Excel 2010 Worksheet 3. Table of Contents

Excel 2010 Worksheet 3. Table of Contents Table of Contents Graphs and Charts... 1 Chart Elements... 1 Column Charts:... 2 Pie Charts:... 6 Line graph 1:... 8 Line Graph 2:... 10 Scatter Charts... 12 Functions... 13 Calculate Averages (Mean):...

More information

Chapter. Introducing Excel Charts

Chapter. Introducing Excel Charts Chapter 1 Introducing Excel Charts In This Chapter What is a chart? How Excel handles charts Embedded charts versus chart sheets The parts of a chart The basic steps for creating a chart Working with charts

More information

Module Four: Charts and Media Clips

Module Four: Charts and Media Clips Module Four: Charts and Media Clips Charts, sometimes called graphs, are a way to present detailed data to an audience in an easy to understand visual format. Media clips can turn your presentation into

More information

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program.

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Starting Excel Option 1: Click the Start button on the taskbar, then Programs>Microsoft

More information

Y8 IT in Science Using Forces

Y8 IT in Science Using Forces Y8 IT in Science Using Forces IT in Science Information Technology can be used in all subjects but is very useful for Science. We can use Information Technology in Science to help us with all these things:

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Microsoft. Excel. Microsoft Office Specialist 2010 Series EXAM COURSEWARE Achieve more. For Evaluation Only

Microsoft. Excel. Microsoft Office Specialist 2010 Series EXAM COURSEWARE Achieve more. For Evaluation Only Microsoft Excel 2010 Microsoft Office Specialist 2010 Series COURSEWARE 3243 1 EXAM 77 882 Achieve more Microsoft Office Specialist 2010 Microsoft Excel Core Certification 2010 Lesson 6: Working with

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

Microsoft Excel 2000 Charts

Microsoft Excel 2000 Charts You see graphs everywhere, in textbooks, in newspapers, magazines, and on television. The ability to create, read, and analyze graphs are essential parts of a student s education. Creating graphs by hand

More information

Microsoft Excel 2002 M O D U L E 2

Microsoft Excel 2002 M O D U L E 2 THE COMPLETE Excel 2002 M O D U L E 2 CompleteVISUAL TM Step-by-step Series Computer Training Manual www.computertrainingmanual.com Copyright Notice Copyright 2002 EBook Publishing. All rights reserved.

More information

Chart For Dummies Excel 2010 Title Link To Cell Value Into

Chart For Dummies Excel 2010 Title Link To Cell Value Into Chart For Dummies Excel 2010 Title Link To Cell Value Into link text to an Excel cell. In need to update them monthly from an Excel sheet. Link to a specific PowerPoint 2003, 2007 or 2010 slide from Microsoft

More information

2. Formulas and Series

2. Formulas and Series 55 2. Formulas and Series In this chapter you will learn how to automatically complete a series of numbers, dates, or other items and work with more complex formulas in Excel. You will notice that creating

More information