ABOUT THIS DOCUMENT ABOUT CHARTS/COMMON TERMINOLOGY

Size: px
Start display at page:

Download "ABOUT THIS DOCUMENT ABOUT CHARTS/COMMON TERMINOLOGY"

Transcription

1 A. Introduction B. Common Terminology C. Introduction to Chart Types D. Creating a Chart in FileMaker E. About Quick Charts 1. Quick Chart Behavior When Based on Sort Order F. Chart Examples 1. Charting Summary Data 2. Charting Summary Data pt Charting Multiple Data Series from One Source Field ABOUT THIS DOCUMENT This document will help you better understand charting in FileMaker Pro, and will assist in the creation and planning of charts. This document focuses on the creation of basic charts rather than the details of chart configuration. You may need to refer to FileMaker Pro Help, documentation or the FileMaker forums for more advanced assistance. For further details on configuration, please review the Charting topics listed in FileMaker Pro Help menu > New features in FileMaker Pro 12. Note: In this document, FileMaker Pro will refer to both FileMaker Pro and FileMaker Pro Advanced unless specified. This document is specifically relevant to FileMaker Pro 12 and later versions. ABOUT CHARTS/COMMON TERMINOLOGY Axis FileMaker charts data points in a two dimensional plane consisting of the x- axis, or horizontal line, and y- axis or vertical line. Data falls into an x- axis/y- axis coordinate point. The accumulation of these data points forms your chart. As an example, in Figure A- 1, 2011 real estate monthly sales totals are tracked. The months are listed along the x- axis while sales figures are listed on the y- axis. In the chart, the value $9,938,575 takes its appropriate height along the y- axis and is referenced against April on the x- axis. This value represents a data point on the chart. Figure B- 1 Page 1 of 25

2 Chart Setup dialog Charts and quick charts are configured through the chart setup dialog. This dialog consists of two sections: the preview pane and the chart inspector. The preview pane gives a live preview of the chart while the chart inspector allows you to add fields, change styles, etc. Data Series Data points that are plotted in your chart. For example, a value for January 2011 would represent a data point. The values for January- December 2011 would represent a data series. When multiple data series are charted, each data series is displayed in its own color and is defined in the chart s legend, if included. Data Source The data source is where FileMaker will look to grab chartable data. There are three options: - Current Found Set will chart the records currently being browsed. - Current Record (delimited data) will chart multiple data entries from a single field when each data value in the filed is separated by a carriage- return character. - Related Records will chart data existing in related records Layout Part - A section of a layout that organizes or summarizes information. Layout parts include Body, Header, Footer, Title Header, Title Footer, leading and trailing Grand Summary, and leading and trailing Subsummary. Layout parts affect how data is charted: Page 2 of 25

3 Legend A key that identifies the colors assigned to a data series in a chart. As an example, in a bar chart comparing total sales by year, a legend might help indicate which colored bar references which year. Quick Chart Quick charts refer to charts created directly within Browse mode. Summarized Data Contains the result of a summary calculation of values across a group of records. INTRODUCTION TO CHART TYPES Column and Bar charts Column and bar charts are typically used to compare two or more numerical values taken on different dates (amount of homes shown the week of October 1st vs. the amount of homes shown the week of October 8th) or under different conditions (amount of short sale homes closed vs. amount of private owners homes closed for October). Column and bar charts can be used to compare single or multiple data categories. To compare 3rd quarter real estate sales figures for 2010 and 2011, a multi- series column or bar chart is used. Page 3 of 25

4 Stacked Column and Bar chart The stacked column and bar charts are used to compare two or more numerical taken on different dates or under different conditions. However, stacked column and bar charts are also used to compare parts to the whole. In the example below, a stacked column chart is used to analyze total number of homes sold between April, May, and June Each column further displays how many private owner, short sales, and foreclosures were sold within each month. Positive/negative column chart Use a positive/negative column chart to compare positive and negative values. Positive values appear above a mid- point (zero, by default although the mid- point is customizable) and negative values appear below the mid- point. A real estate employee uses the positive/negative chart to track whether their quarterly sales quotas were met. In this chart, the custom mid- point is set to $300,000. Page 4 of 25

5 Line chart A line chart shows data that changes continuously over time. Line charts connect a contiguous series of data points with a line. Each data point represents an individual measurement. Line charts are good for showing the rise and fall of data over time In the example below, a line chart is used to visualize the sales trends between Pie Chart Show the relationship of each data series value to the total of all data in the series charted. A pie chart is best for showing proportions within a single data series. You can display percentage values for each data point (slice of the pie). In the example below, a pie chart is used to display each office's yearly sales totals in proportion to their overall part in their company s gross. Page 5 of 25

6 Scatter Plot chart A Scatter plot is used to display a correlation between two variables. If the trend of data values rises from left to right, the trend is considered positive. If the trend falls from left to right, the trend is considered negative. If data points reveal no clear slope, the data is considered not correlated. A scatter chart can compare large numbers of data points without regard to time. Use a scatter chart to compare the number of beverages sold at a restaurant as the temperature changed throughout the day. In this example, the Scatter Plot chart is used to determine any correlation between the down payment paid and first time home buyers. Page 6 of 25

7 Bubble chart Aside from the x and y axis, a bubble chart introduces a third variable: the radius of each bubble. Bubble charts compare individual data points in terms of size or magnitude. In this example, a Bubble chart is used to compare one office s sales team based on the amount of homes sold, the average price of the home, and the total amount of sales. CREATING A CHART IN FILEMAKER Note: Go to FileMaker Pro > Help for examples on how to create additional charts. Begin by determining which chart type will best get the point across. Is the goal a comparison of two or more numeric values over a period of time (bar, column chart)? Display percentages (stacked column, pie chart)? In this example, a line chart will best visualize total monthly sales trends for 2009, 2010, and Each line is referred to as a data series, or data points being tracked. For instance, 2011's monthly sales figures (January total, February total, March total, etc.) represent 2011's data series. Figure D- 1 Page 7 of 25

8 Assume that each data series exists within three individual fields in FileMaker alongside a Month field (Figure D- 2). Figure D- 2 Go to View > Layout Mode and click the chart icon in the toolbar; the cursor will change from pointer to a plus sign. Click, hold, and draw the chart to its desired size in an open area of the layout. Once the object is drawn, the Chart Setup window will appear (Figure D- 3). The Chart Setup window is divided into two areas: a preview pane and the Chart Inspector. Figure D- 3 Page 8 of 25

9 Preview Pane Chart Inspector As fields and settings are configured, a live preview of the chart will be displayed. Note: Depending on the size of data being charted, FileMaker may take a few moments to fully render the chart. At any point in the process, stop FileMaker from rendering the chart by clicking the pause icon located in the lower right corner of the preview pane. Additionally, the options 'Use actual data' or 'Use sample data' can be selected in a drop down menu to the right of the pause icon. When the option 'Use sample data' is selected, the image in the preview pane will not reflect the current or final result. However, because FileMaker is not rendering actual data with every change, 'Use sample data' can be beneficial when working with larger databases or more complex charts. The chart inspector (Figure D- 4) to the right of the preview pane has three sections for configuration: Chart - Add and remove data series, chart legends, titles Styles - Change colors, font Data Source - Specify current found set, delimited data, related data Figure D- 4 Page 9 of 25

10 Chart Setup Window > Chart Values for the Title, X- Axis, and Y- Axis fields can be entered three ways: Manually enter literal text (Title fields) or field names and calculations (x- axis and y- axis fields) Click on the icon to the right of the appropriate field and select 'Specify field name...' Choose or create a field from the Specify Field. Click on the icon to the right of the appropriate field and select 'Specify calculation.' Enter a calculation in the Specify Calculation window. In this example, it is more efficient to add the literal text " Sales" to the chart's main Title field. Next, select the desired chart from the Type drop down menu. To create a chart similar to Figure D- 1, select a line chart. To add values to the x- axis or horizontal axis, click the icon to the right of the Data field and choose 'Specify field name... ' From the list of fields that appear in the Page 10 of 25

11 Specify field window, select the Month field (Figure D- 5). Adding the Month field and its values as data points across the x- axis is much more efficient than manually entering a literal string of "January February March..." and so on. Furthermore, time spent aligning back and forth will be saved. Figure D- 5 Now, the y- axis variables must be configured. Each field's values represent a numeric data point for the year. For example, in January 2011 FM Real Estate made $3,478,928. In February 2011, FM Real Estate garnered $7,127,928. The values for each month and year will be a data point on the chart. Ideally, data would be spread out between years. Luckily in this configuration, the data is already split between three fields. Each field has its own values and will thus create a line of comparison between each other. Begin by clicking the icon to the right of the Y- axis data field and selecting 'Specify Field Name.' From the list of fields that appear, select Sales_2011. The chart inspector should look similar to Figure D- 6. Below the Y- axis Data field, click on the 'Add a Y Series' button and again choose 'Specify Field Name.' Select the Sales_2010 field. Notice that the Y- axis section changes when two or more data series are specified (Figure D- 7). Click on the plus or minus sign to add or remove data series. Click and drag a data series up or down to rearrange its position in the graph. Page 11 of 25

12 Figure D- 6 Figure D- 7 Page 12 of 25

13 Below the Y data series section, check the Show Legend checkbox. The Legend is a chart key used to help you separate one data series from another. For our example chart, the Legend indicates which color, or line in the chart, represents each year. In the Axis options, change the angle of chart labels along with assigning the fields a data type. Click on the Y- axis tab in the Axis Options section. Verify that the Data Type is Number and the format is currency. Check the 'thousands separator' checkbox and select the $ option in the Notation drop down. The labels on the Y- axis should now include a currency format. The final chart section should look similar to Figure D- 8. Figure D- 8 Page 13 of 25

14 Next, open the Styles section in the chart inspector (Figure D- 9). Most of the aesthetic configuration is listed here such as color schemes, grid lines, and font modification. Figure D- 9 Page 14 of 25

15 Open the Data Source section. This section allows you to choose where you want FileMaker to pull data. This documentation will only cover current found set. Figure D- 10 Click the Done button and go to Browse Mode. The finished product should look similar to the following: Figure D- 11 Page 15 of 25

16 QUICK CHARTS Due to the previous reliance on Layout Mode, chart creation was only available to database developers or administrators. Quick Charts now allows charts to be created directly in Browse Mode. This allows all users the opportunity to create, print and modify custom charts. To access the quick chart menu, ctrl- click (Mac) or right- click (Windows) the desired fields on the layout. Or, in Table view, hover the mouse pointer to the right of the column name and click on the drop down menu arrow. Figure E- 1 Configuration within the quick chart setup window is comparable to working within the setup window that appears in Layout Mode. Specific to quick charts, however, is the ability to print. To do so, click on the Print Chart button in the bottom left corner of the preview pane at any point in the chart's creation. Because these charts are created in Browse Mode, you have the option to save the chart as a layout. Subject to access privileges, clicking the Save as Layout button will make the chart viewable as a layout for future use. Page 16 of 25

17 Figure E- 2 Quick Chart Behavior When Based on Sort Order Prior to chart creation, records are often sorted as a step toward graphing summarized data or charts where data points represent groups of data instead of individual records. For instance, a bar chart comparing second quarter sales between real estate offices may result from a subsummary part sorting records of sales transactions by each office and a summary field totaling each office's sales amount. When creating a quick chart based on a sort order, it is important to note that if needed, FileMaker creates a summary field without prompting based on the first sorted field and incorporates it into the requested chart. The summary field exists in the context of the set up window unless the chart is saved as a layout. Doing so will add the summary field to the current table. If the chart is cancelled or the window is closed, the summary field will be removed. To manage this field, toggle the Summary drop down menu in the chart inspector's Y- axis data section (Figure E- 3 and E- 4). To bypass this field to graph individual records, choose 'None' from the Summary drop down menu and select 'Individual record data' from the Data Source tab in the chart inspector. Page 17 of 25

18 Figure E- 3 Figure E- 4 CHART EXAMPLES Scenario 1: Charting Summary Data In this example, real estate agents want verify how their clients discovered the company. For every answer, a value is added in the Discovered_Through field indicating print, television, the Internet, etc. Marketing hopes to analyze this information to help focus their efforts in advertising appropriately. In a choice between summarized data and individual records, summarized data will best provide an accurate graph. The desired chart requires a comparison between groups of similar information as opposed to emphasizing the differences of one record to another. Grouping records can be accomplished through Table view's dynamic reporting or by manually created subsummary report. In this example, a quick chart based on sort order is used to achieve results. Figure F- 1 Page 18 of 25

19 After sorting by the Discovered_Through field, the quick chart menu is accessed by hovering the pointer to the right of the column name and clicking on the drop down arrow. The option "Chart by Discovered Through..." is selected. Figure F- 2 Although a summary field specified to count the number of responses in each category does not exist in the current table, the initial chart preview indicates otherwise. Data has been divided into multiple categories that contain the appropriate number of total responses. How is that so if steps were not made to group and count data? Figure F- 3 Page 19 of 25

20 When a quick chart is created and based on a sort order, FileMaker will determine if a summary field based on the first sorted field is needed. The field exists in the context of the Chart setup window and is only added to the current Table when the chart is saved as a layout. For further details see the section Quick Chart Behavior When Based on Sort Order. For this chart, FileMaker created a summary field that counts the number of responses in each category. In the Y- axis section of the chart inspector > chart tab, this newly created summary field can be managed through the Summary drop down menu. Additional summary types can be selected from the list, though the summary type 'Count' is suitable. Figure F- 4 While the default bar chart works for the comparison of group response numbers, Marketing was hoping to emphasize the comparison of response numbers per group in relation to the total amount of third quarter responses received. Switching the Page 20 of 25

21 chart type from bar to pie better demonstrates Marketing's goals. Next, the 'Show Legend' and 'Show Values on Chart' > 'Percentages' options are enabled and, finally, text is added to the Title field. Figure F- 5 Scenario 2: Charting Multiple Data Series from One Source Field To produce accurate results, you may frequently find yourself in the position of data manipulation through relationships, sorting, calculations, and summaries. Note the difference in how data is stored between Figure G- 1 and Figure G- 2. While both databases track monthly sales totals for 2009 through 2011, the required steps to build a chart comparing monthly trends differ greatly. In Figure G- 1, each year is represented by their own field: Sales_2009, Sales_2010, and Sales_2011. In the easier of the two, each field name would be added as its own data series to complete the task. In Figure G- 2, all of the sales data is contained within a single field, Sales. While other alternatives to achieve this goal exist, the example outlined in this section will discuss how to chart multiple data series from one source field using calculations. Figure G- 1 Page 21 of 25

22 Figure G- 2 To start, records should be sorted (Month_No, Year) so that January records are followed by February records, and so on. In Layout Mode, draw a chart in the layout's body part using the chart tool in the Status bar. Once the chart setup window appears, add the month field to the X- axis data. In the chart inspector > data source section, summarized data will be enabled by default. Choose individual record data so that all of the sorted records appear on the X- axis (Figure G- 3). Figure G- 3 Page 22 of 25

23 In the Y- axis section, click on the icon and add the Sales field. The preview window should look similar to Figure G- 4 which is the result we want to avoid. The 2009, 2010, and 2011 data we need to separate remain in a single data series. Figure G- 4 Remove the Sales field from the Y- axis data section and click on the right. Select "Specify calculation" and enter the following: icon to the If ( [database name]::year = "2011" ; [database name]::sales ; "" ) We're telling FileMaker: if the value in the Year field equals 2011, show the value. Otherwise, leave it blank. Once completed, click on the Add a Y Series button and Page 23 of 25

24 then the icon associated with the new section. Add a similar calculation for the year 2010 and then repeat this process for 2009 to create data series specific to each year. Figures G- 5 shows a line chart with 2011 data while Figure G- 6 shows a line chart including 2009, 2010, and 2011 values. Figure G- 5 Figure G- 6 While the Y- axis data series have been successfully separated, the X- axis remains an issue. Ideally, all three data series would be aligned under one month's name. However, keep in mind that the chart's data source is based off of individual records; it is not possible to have a Y- axis data point from record 1 align with the X- axis value from record 3. We can create a calculation similar to the one used to establish the 2009, 2010, and 2011 Y- axis data series. But instead of creating three data series to display, this calculation will only display the values for one year. From the X- axis data section, click on the calculation..." and enter the following: icon to the right. Select "Specify If ( FM Real Estate::Year = 2010 ; FM Real Estate::Month ; "" ) This calculation will only show the January- December values for 2010 though we could use the same calculation for 2011 or 2009 depending on preference. Again, while the values are not completely aligned, this addresses the multiple values displayed on the X- axis. Figure G- 7 Page 24 of 25

25 Page 25 of 25

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

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group Microsoft Office Excel 2007 Key Features Office of Enterprise Development and Support Applications Support Group 2011 TABLE OF CONTENTS Office of Enterprise Development & Support Acknowledgment. 3 Introduction.

More information

Microsoft Excel 2013: Charts June 2014

Microsoft Excel 2013: Charts June 2014 Microsoft Excel 2013: Charts June 2014 Description We will focus on Excel features for graphs and charts. We will discuss multiple axes, formatting data, choosing chart type, adding notes and images, and

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Creating an Excel XY (Scatter) Plot

Creating an Excel XY (Scatter) Plot Creating an Excel XY (Scatter) Plot EXCEL REVIEW 21-22 1 What is an XY or Scatter Plot? An XY or scatter plot either shows the relationships among the numeric values in several data series or plots two

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

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

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 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

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank.

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank. Department of Library Services Creating Charts in Excel 2007 www.library.dmu.ac.uk Using the Microsoft Excel 2007 chart creation system you can quickly produce professional looking charts. This help sheet

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

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

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

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

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and

More information

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

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

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

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

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

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

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

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together Crystal Reports Level 2 Computer Training Solutions Course Outline 1. Creating Running Totals Create a Running Total Field Modify a Running Total Field Create a Manual Running Total on Either Detail Data

More information

Spotfire v6 New Features. TIBCO Spotfire Delta Training Jumpstart

Spotfire v6 New Features. TIBCO Spotfire Delta Training Jumpstart Spotfire v6 New Features TIBCO Spotfire Delta Training Jumpstart Map charts New map chart Layers control Navigation control Interaction mode control Scale Web map Creating a map chart Layers are added

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

Chapter 4 Creating Charts and Graphs

Chapter 4 Creating Charts and Graphs Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either

More information

MicroStrategy Analytics Express User Guide

MicroStrategy Analytics Express User Guide MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and

More information

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

Excel 2007 Charts and Pivot Tables

Excel 2007 Charts and Pivot Tables Excel 2007 Charts and Pivot Tables Table of Contents Working with PivotTables... 2 About Charting... 6 Creating a Basic Chart... 13 Formatting Your Chart... 18 Working with Chart Elements... 23 Charting

More information

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 TABLE OF CONTENTS WHAT IS A STYLE?... 2 VIEWING AVAILABLE STYLES IN THE STYLES GROUP... 2 APPLYING STYLES FROM THE STYLES GROUP...

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Welcome to 360 Reporting... 3. Accessing 360 Reporting... 3 MicroEdge Support Program... 3. Using 360 Reporting... 4. Setting up Quick Find...

Welcome to 360 Reporting... 3. Accessing 360 Reporting... 3 MicroEdge Support Program... 3. Using 360 Reporting... 4. Setting up Quick Find... Legal Notice The software described in this document is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement. No part of this document

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA.

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. 1 In this topic, you will learn how to: Use Key Performance Indicators (also known as

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

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

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

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

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010 Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Choosing Which Styles to Use... 3 Modifying a Style... 4 Creating A New Style... 4 Setting

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner 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

More information

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

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Introduction to Microsoft Word 2003

Introduction to Microsoft Word 2003 Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new

More information

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials Manual FastTrack Schedule Documentation Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Interactive Excel Spreadsheets:

Interactive Excel Spreadsheets: Interactive Excel Spreadsheets: Constructing Visualization Tools to Enhance Your Learner-centered Math and Science Classroom Scott A. Sinex Department of Physical Sciences and Engineering Prince George

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228

BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228 BIG LOTS VENDOR COMPLIANCE WEB PORTAL USER GUIDE - VENDOR 300 PHILLIPI RD. COLUMBUS, OH 43228 Contents Getting Started...4 Tips for Using Actionable Intelligence... 4 Logging into Actionable Intelligence...

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Microsoft Word 2010 Training

Microsoft Word 2010 Training Microsoft Word 2010 Training Microsoft Word 102 Instructor: Debbie Minnerly Course goals Learn how to work with paragraphs. Set tabs and work with tables. Learn about styles Use the spelling and grammar

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Working with Tables: How to use tables in OpenOffice.org Writer

Working with Tables: How to use tables in OpenOffice.org Writer Working with Tables: How to use tables in OpenOffice.org Writer Title: Working with Tables: How to use tables in OpenOffice.org Writer Version: 1.0 First edition: January 2005 First English edition: January

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

Instructions for Formatting MLA Style Papers in Microsoft Word 2010

Instructions for Formatting MLA Style Papers in Microsoft Word 2010 Instructions for Formatting MLA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER

9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER 9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER 9.1 INTRODUCTION Till now you have learned about creating Table, Query and Form using the respective Wizard and Designer mode. Every application

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

CMU/SCS Computing Facilities. Microsoft Outlook 2010 Calendar Guide

CMU/SCS Computing Facilities. Microsoft Outlook 2010 Calendar Guide CMU/SCS Computing Facilities Microsoft Outlook 2010 Calendar Guide Table of Contents Opening Outlook... 2 Finding your Calendar... 2 Creating entries on your calendar... 2 Appointments... 2 Meetings...

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

WINDOWS 7 EXPLORE INTERNET EXPLORER 8

WINDOWS 7 EXPLORE INTERNET EXPLORER 8 WINDOWS 7 EXPLORE INTERNET EXPLORER 8 Windows 7 Explore Internet Explorer 8 Last Edited: 2012-07-10 1 Explore changes in the UI... 3 Enhance with built-in Search engine... 3 Manage and Organize IE with

More information

nmqwertyuiopasdfghjklzxcvbnmqwer tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx

nmqwertyuiopasdfghjklzxcvbnmqwer tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx qwertyuiopasdfghjklzxcvbnmqwertyui opasdfghjklzxcvbnmqwertyuiopasdfgh jklzxcvbnmqwertyuiopasdfghjklzxcvb Instructions for Formatting a nmqwertyuiopasdfghjklzxcvbnmqwer Turabian Paper tyuiopasdfghjklzxcvbnmqwertyuiopas

More information

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS

CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS CONVERSION GUIDE Financial Statement Files from CSA to Accounting CS Introduction and conversion program overview... 1 Conversion considerations and recommendations... 1 Conversion procedures... 2 Data

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information