Microsoft Excel 2007 Level 2

Size: px
Start display at page:

Download "Microsoft Excel 2007 Level 2"

Transcription

1 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2

2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for educational use without further permission of the Information Technology Services Department (ITS), provided the content is not modified and this statement is not removed. Any use not stated above requires the written consent of the ITS Department. The distribution of a copy of this document via the Internet or other electronic medium without the written permission of the KSU - ITS Department is expressly prohibited. Published by Kennesaw State University ITS 2008 The publisher makes no warranties as to the accuracy of the material contained in this document and therefore is not responsible for any damages or liabilities incurred from its use. Microsoft product screenshot(s) reprinted with permission from Microsoft Corporation. Microsoft, Microsoft Office, and Microsoft Excel are trademarks of the Microsoft Corporation.

3 Information Technology Services Excel 2007 Level 2 Table of Contents Introduction... 4 Learning Objectives... 4 Using Ranges... 1 Using Ranges... 5 Defining a Range... 5 Naming a Range... 6 Copying and Pasting a Range... 6 Using Functions... 7 Sorting... 9 Sorting With the Data Sort Menu Option Creating Charts Modifying a Chart Adding Data Changing the Look Changing the Chart Type Formatting a Chart Printing Worksheets and Charts Printing a Worksheet and Chart Printing a Chart Only Using the IF Function Using Styles Description Applying a Style Creating Styles Headers and Footers Excel on the Internet To save the whole work book as HTML To save one sheet and its contents as HTML Inserting a Hyperlink To create a hyperlink to an existing file To create a hyperlink to a Web page Using the Graphical Tools Drawing Shapes Modifying Shapes Re-sizing Re-shaping Adding a Shape Style Adding Fill Color Changing the Outline Changing the Shape Add Text to a Shape Creating WordArt... 28

4 Introduction Excel 2007 Level 2 is a continuation of the fundamentals learned in Excel 2007 Level 1 and builds on this foundation to provide the user the necessary skills to create more detailed and extensive spreadsheets, and enhance their visual impact with charts and other graphic objects. Learning Objectives Edit and format large areas of a spreadsheet. Streamline calculations by using functions. Use data more effectively through sorting. Create charts to display data in a graphical format. Use drawing objects to add visual appeal to spreadsheets. I think I found a better way, using Excel 2007!

5 Using Ranges Term Range Name Box Formula Bar Definition A group of cells. Allows you to enter a name for a range. A bar at the top of the Excel window that you use to enter formulas. Working with a range allows you to perform operations such as moving, copying, or formatting much faster than working with one cell at a time. Defining a Range To define a range- highlight the cells that you want to include in the range. An example: in formulas, you may need to define a range by using the cell addresses. In the above example, the Eastern Region sales figures appear in the range (B4:E4). A range can also be defined by giving a Name to a group of cells. For example, we could name cells B4 through E4 ERegion by doing the following:

6 Naming a Range 1. Highlight cells B4 through E4. 2. Click in the Name Box in the Formula Bar. 3. Type ERegion and press the Enter key. 4. You could now use the name ERegion in a formula instead of (B4:E4). Copying and Pasting a Range 1. Click and drag the mouse pointer across the cells to highlight them. 2. Click on Edit and select Copy. (You will see a moving border around the range) 3. Click the mouse pointer in the beginning cell where you want the range to be copied. 4. Click on Edit Paste.

7 Using Functions Term Function Definition A predefined formula that can be used to simplify calculations in worksheets. In the following example, we ll use a function to find the average quarterly sales figure for the Eastern Region: 1. Click in cell F Click Insert Function and the Paste Function dialog box opens. 3. Select Average from the Function name list, and click OK. The Function Arguments dialog box appears. 4. Excel interprets the most logical range of numbers to be averaged as being cells B4 through E4, and inserts that range into cell F Enter the name of the range you wish average. Enter ERegion in the Number 1 field.

8 Note: If this had not been the range we wanted, we could have typed the correct range in the Number 1 field in the dialog box. 6. Click OK. Excel returns the average of the numbers in cell F15.

9 Sorting Excel gives you the ability to sort a list of items, names, or numbers. You can select which field or fields you want to use for the sort, and whether to sort in ascending or descending order. We can sort the following items in two ways: 1. Click in cell A3 to make it the active cell. 2. On the Home Tab, Click on the Sort & Filter icon. 3. Select Sort A to Z. This will sort the list in ascending order by First Name, since the active cell was in the First Name column. Your list will now look like this:

10 Sorting With the Data Sort Menu Option 1. Click on any of the Data Headings. 2. From the Data Tab, Click Sort. 3. In the Sort dialog box, Select the column heading you want to sort by from the Sort by field. 4. Select the order you want to sort by from the Order field. 5. Click OK.

11 Creating Charts Term Chart Chart Wizard Y Values X Labels Definition A graphical representation of data. Guides you through the steps for creating a chart. In a bar chart, the numerical values displayed on the Y axis. In a bar chart, the text that defines each charted item is on the X axis. 1. Select the cells that contain the data that you want to display in the chart, including column headings. If the data is not in contiguous cells, hold down the CTRL key as you highlight. 2. From the Insert Tab, Select the type of Chart you want to use. 3. The graphical representation of your data will appear.

12 Modifying a Chart Adding Data An existing chart can be changed to reflect changes or updates to a spreadsheet. The following chart shows the sales figures based on the personnel in the spreadsheet. Let s suppose we added a name that has been omitted from the spreadsheet and want to update the chart as well. 1. Right Click on the Chart Area, Select the Select Data option. 2. From the Select Data Source window, Click in the Chart data range field. 3. Select the chart data including the new data. 4. Click OK.

13 Changing the Look To change the look of your chart in any way, such as changing the chart font size, color, style etc. 1. Right click on the chart. 2. Select the formatting options from the right click options.

14 Changing the Chart Type After you have created a chart, you can change the chart type if you choose. We ll change the following column chart to a bar chart: 1. Click on the chart to activate it. 2. From the Design Tab, Select Change Chart Type. 3. Select the chart type, Click OK. Note: After changing the chart type, you may need to change the size of the chart by dragging the control handles.

15 Formatting a Chart 1. Point to the chart object (e.g. chart area, title, etc.) and right click. A menu appears that allows you to format that particular chart object. In the example below, we ll change the font style in the Category Axis: 2. Right click in the Category Axis. 3. Select from the option available on the Right Click menu 4. Click OK.

16 Printing Worksheets and Charts Printing a Worksheet and Chart 1. Click anywhere outside the chart area to select the worksheet. 2. To see if the worksheet and chart will fit correctly on the printed page, click on MS Office Button in the top left corner of the screen. 3. Click Print, Select Print Preview. 4. To print from the Print Preview screen, click on the Print button. 5. To print from the Normal or Page Break Preview screen, click MS Office Button, Select Print. Printing a Chart Only 1. Click on the chart 2. Click on MS Office Button, Select Print.

17 Using the IF Function Term IF Function Description Returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE. 1. Logical Test: Any Value or expression that can be evaluated to TRUE or FALSE. Example: A5=100 True of False? 2. Value_if_True: Value that is returned if logical_test is TRUE. 3. Value_if_False: Value that is returned if logical_test is FALSE. Example: Create a formula that will calculate the score of an exam and display a PASS or Fail text. If the grade in cell A1 is larger than or equal to 85, then the function will display PASS in cell B1. Otherwise, the function will display FAIL in the same cell. Note: 1. To construct more of a detailed formula, up to 7 IF functions could be nested together. 2. The IF function could be used with other Excel function.

18 Using Styles Term Style Description A collection of formatting attributes, such as font size and alignment, which you define and save as a group. The use of styles can simplify the formatting of cells. Each style is defined by a name and can be applied to a cell or range of cells. Applying a Style 1. Select the cell or range to which you want the style to apply. 2. On the Home Tab, in the Styles group, select the Cell Styles. 3. Select the style you want to apply. Excel displays the new format. Creating Styles 1. On the Home Tab, in the Styles group, select Cell Styles. 2. Click New Cell Style 3. The Style dialog box appears, Enter a name for the new style.

19 4. Click on the Format button to create the style you want. 5. Click Ok. 6. Your new style will be added to the Cell Styles Custom list ready for usage.

20 Headers and Footers Term Header Footer Definition A line of information that appears at the top of every page. A line of information that appears at the bottom of every page. To add headers and footers: 1. On the View Tab, in the Workbook Views group, select Page Layout. 2. Click in the area marked Click to add header OR Click to add footer. 3. Enter the text either in the left, the center or the right aligned sections. 4. Type the header or the footer of file. 5. Select the text you typed, Click the Home Tab to format the text (font, bold, color ).

21 Excel on the Internet Term HTML Definition Hypertext Markup Language---the language of the Internet. You can save your Excel workbooks or separate spreadsheets and graphs as HTML files so that they can be viewed on the Internet. To save the whole work book as HTML 1. Click the MS Office Button on the top left corner, Click on Save As. 2. Type in a new File name if desired. 3. Change the Save as type to Web Page. 4. The title of the web page will be the original file name, If you would like to change the title click the Change Title button.

22 5. Type in the new title Regional Report and Click OK. 6. Choose the location to save the file. 7. Click Save. When the file is saved two things are created: a) A web page with the file name b) A folder with the same file name. For example - a file called 2007 Report, the following would be: 2007 Report.htm and a folder called 2007 Report_files. You must have both of these in order to view the web page.

23 To save one sheet and its contents as HTML 1. Go to the sheet that is to be saved as HTML. 2. Click the MS Office Button on the top left corner, Click on Save As. 3. Click the radio button beside Selection: Sheet. 4. Change the file name to Personnel sheet. 5. The title of the web page will be the original file name. If you would like to change the title click the Change Title button. 6. Type in the new title Personnel and Click OK. 7. Choose the location to save the file. 8. Click Save.

24 Inserting a Hyperlink Term Hyperlink Intranet URL Definition Colored and underlined text or a graphic that you click to go to a file or an HTML page. A network within an organization that uses Internet technologies. An address of a file on the Internet or an intranet. Hyperlinks are normally found in HTML pages on the World Wide Web or an intranet, but they can be included in regular Excel spreadsheets as well. To create a hyperlink to an existing file As an example of inserting a hyperlink, we will create a hyperlink from Sheet 1 to link back to Sheet 2: 1. On Sheet 1, type the following text Go to Sheet Select the cell containing the text to be used as the hyperlink Go to Sheet From the Insert Tab, Links group, select Hyperlink.

25 4. From the Insert Hyperlink dialog box, Click Place in this document. 5. In the list under Cell Reference, click Sheet Click OK. When you hold the mouse pointer over the text Go to Sheet 2, the arrow will change to a pointing finger. This indicates that the text is now a hyperlink. If you click on the hyperlinked text, you will be taken to Sheet 2 of the workbook. To create a hyperlink to a Web page As an example, we will create a hyperlink to Kennesaw State University web site. 1. On Sheet 1, type the following text Kennesaw State University. 2. Select the cell containing the text to be used as the hyperlink Kennesaw State University. 3. From the Insert Tab, Links group, select Hyperlink. 4. Under Link to, click Existing file or Web page. 1. In the Address field, enter Kennesaw State University Website address. 2. Click OK.

26 Using the Graphical Tools You can use Excel s graphical tools to enhance the look of a spreadsheet or chart, as well as make it more understandable. With the graphical tools you can add shapes such as arrows and lines, and text boxes to insert text wherever you need it. The following section describes how to use the drawing tools. Drawing Shapes 1. Click the Insert tab. 2. In the Illustrations group, click Shapes. 3. In the Shapes gallery, click the shape that you want. The mouse pointer will turn into crosshairs. 4. Click and drag to draw the shape.

27 Modifying Shapes You can modify shapes in a number of ways, such as re-sizing, re-shaping, adding fill and outline colors, adding shadows, and adding text. Re-sizing Shapes are re-sized in the same way as clip art and pictures. See Re-sizing a Picture on page 4. Re-shaping The shape of a two-dimensional shape can be altered by clicking and dragging the side sizing handles of the shape. This changes one dimension of the shape only. Also, some two-and-threedimensional shapes have a yellow diamond that you can click and drag to alter a certain aspect of the shape, such as the arrow point in the arrow shape above. Adding a Shape Style 1. Click the shape to select it. 2. Click the Drawing Tools contextual tab. 3. In the Shape Styles group, click the More button to open the Shape Styles gallery. 4. Click the style of your choice.

28 Adding Fill Color 1. In the Shape Styles group, click the arrow in the Shape Fill icon. 2. Click the color of your choice. Changing the Outline 1. In the Shape Styles group, click the arrow in the Shape Outline icon. Click the outline color, weight, and style of your choice. Changing the Shape 1. In the Shape Styles group, click the Change Shape icon. 2. Click the new shape of your choice. Add Text to a Shape 1. Select the shape. 2. Click the Drawing Tools contextual tab. 3. Click Text Box. A text box is overlaid on the shape, and the cursor appears inside the shape. 4. Type the text. Text can be formatted just like regular text in the document. Creating WordArt 1. Click Insert Tab. 2. In the Text group, select Word Art. Select the type of WordArt style you prefer. 3. Enter Word Art Text when indicated.. 4. The new styled WordArt text appears on the document, and the WordArt Format tools Tab appears on the ribbon.

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology

More information

Microsoft Office Excel 2013

Microsoft Office Excel 2013 Microsoft Office Excel 2013 PivotTables and PivotCharts University Information Technology Services Training, Outreach & Learning Technologies Copyright 2014 KSU Department of University Information Technology

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 Web Site with Publisher 2010

Creating a Web Site with Publisher 2010 Creating a Web Site with Publisher 2010 Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This document may be

More information

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 Word 2010. Level 3

Microsoft Word 2010. Level 3 Microsoft Word 2010 Level 3 1 Copyright 2010 KSU Dept. of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

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

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

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

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

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

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

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

Excel Math Project for 8th Grade Identifying Patterns

Excel Math Project for 8th Grade Identifying Patterns There are several terms that we will use to describe your spreadsheet: Workbook, worksheet, row, column, cell, cursor, name box, formula bar. Today you are going to create a spreadsheet to investigate

More information

Analyzing Data Using Excel

Analyzing Data Using Excel Analyzing Data Using Excel What you will do: Create a spreadsheet Use formulas and basic formatting Import text files Save worksheets as web pages Add interactivity to web worksheets Use pivot tables Create

More information

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp.

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp. Enhanced Formatting and Document Management Word 2010 Unit 3 Module 3 Diocese of St. Petersburg Office of Training Training@dosp.org This Page Left Intentionally Blank Diocese of St. Petersburg 9/5/2014

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

To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data:

To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data: You can analyze your data and display it in a histogram (a column chart that displays frequency data) by using the Histogram tool of the Analysis ToolPak. This data analysis add-in is available when you

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

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

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

Step Sheet: Creating a Data Table and Charts

Step Sheet: Creating a Data Table and Charts Step Sheet: Creating a Data Table and Charts Using Microsoft Excel Spreadsheets with Data This step sheet will help you build a data table and convert the data into histograms and circle graphs for your

More information

Publisher 2010 Cheat Sheet

Publisher 2010 Cheat Sheet April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices

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

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

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

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

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010. Page 1 of 8 Excel 2010 Home > Excel 2010 Help and How-to > Getting started with Excel Search help More on Office.com: images templates Basic tasks in Excel 2010 Here are some basic tasks that you can do

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

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

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Mail Merge and Creating Forms University Information Technology Services Training, Outreach & Learning Technologies Copyright 2014 KSU Department of University Information Technology

More information

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

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create. What is Excel? Applies to: Excel 2010 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

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

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

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Opening & Saving the Excel Day Planner... 2 1. Opening the Day Planner...2 2. Saving the Day Planner...2 Daily Task Sheet... 2 1. Entering

More information

Creating a Poster in Powerpoint

Creating a Poster in Powerpoint Creating a Poster in Powerpoint January 2013 Contents 1. Starting Powerpoint 2. Setting Size and Orientation 3. Display a Grid 5. Apply a background 7. Add text to your poster 9. Add WordArt to your poster

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

Excel 2003 A Beginners Guide

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

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

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Using Microsoft Outlook 2010 with Zimbra

Using Microsoft Outlook 2010 with Zimbra Information Technology Services Kennesaw State University Using Microsoft Outlook 2010 with Zimbra 1 Copyright 2010 KSU Dept. of Information Technology Services This document may be downloaded, printed

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

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

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

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

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

Creating a Website with Publisher 2013

Creating a Website with Publisher 2013 Creating a Website with Publisher 2013 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology

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

Creating a Newsletter with Microsoft Word

Creating a Newsletter with Microsoft Word Creating a Newsletter with Microsoft Word Frank Schneemann In this assignment we are going to use Microsoft Word to create a newsletter that can be used in your classroom instruction. If you already know

More information

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL CREATING a FORMAL REPORT using MICROSOFT WORD and EXCEL TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION... 4 1.1 Aim... 4 1.2 Authorisation... 4 1.3 Sources of Information... 4 2 FINDINGS... 4

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

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

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Microsoft Word 2013 Tutorial

Microsoft Word 2013 Tutorial Microsoft Word 2013 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

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

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

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

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

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

More information

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

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

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

More information

What is Microsoft Excel?

What is Microsoft Excel? What is Microsoft Excel? Microsoft Excel is a member of the spreadsheet family of software. Spreadsheets allow you to keep track of data, create charts based from data, and perform complex calculations.

More information

NAVIGATION TIPS. Special Tabs

NAVIGATION TIPS. Special Tabs rp`=j~êëü~ää=påüççä=çñ=_ìëáåéëë Academic Information Services Excel 2007 Cheat Sheet Find Excel 2003 Commands in Excel 2007 Use this handout to find where Excel 2003 commands are located in Excel 2007.

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

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

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

Tutorial Microsoft Office Excel 2003

Tutorial Microsoft Office Excel 2003 Tutorial Microsoft Office Excel 2003 Introduction: Microsoft Excel is the most widespread program for creating spreadsheets on the market today. Spreadsheets allow you to organize information in rows and

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Microsoft Excel 2013: Headers and Footers

Microsoft Excel 2013: Headers and Footers Microsoft Excel 2013: Headers and Footers You can add headers or footers at the top or bottom of a printed worksheet. For example, you might create a footer that has page numbers, along with the date and

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

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

PowerPoint 2013 Basics for Windows Training Objective

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

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

By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke

By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke SPREADSHEETS FOR MARKETING & SALES TRACKING - DATA ANALYSIS TOOLS USING MS EXCEL By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke Objectives By the end of the session, participants

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

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

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 Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction This tutorial is designed for people who are new

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

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

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

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

User Guide. Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel

User Guide. Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel User Guide Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel Birth Certifier Edition Last Revised: August, 0 PUBLIC HEALTH DIVISION Center for Public Health

More information

Creating Accessible Documents in Word 2011 for Mac

Creating Accessible Documents in Word 2011 for Mac Creating Accessible Documents in Word 2011 for Mac NOTE: Word 2011 for Mac does not offer an Accessibility Checker. After creating your document, you can double-check your work on a PC, to make sure your

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

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

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

Windows 10: A Beginner s Guide

Windows 10: A Beginner s Guide Windows 10: A Beginner s Guide Copyright 2014 Conceptual Kings. All are rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever without the express written

More information

Creating and Formatting Charts in Microsoft Excel

Creating and Formatting Charts in Microsoft Excel Creating and Formatting Charts in Microsoft Excel This document provides instructions for creating and formatting charts in Microsoft Excel, which makes creating professional-looking charts easy. The chart

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

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

Microsoft Excel Training - Course Topic Selections

Microsoft Excel Training - Course Topic Selections Microsoft Excel Training - Course Topic Selections The Basics Creating a New Workbook Navigating in Excel Moving the Cell Pointer Using Excel Menus Using Excel Toolbars: Hiding, Displaying, and Moving

More information