PSU Excel: Beyond the Basics. Basic Excel Concepts

Size: px
Start display at page:

Download "PSU Excel: Beyond the Basics. Basic Excel Concepts"

Transcription

1 PSU 2012 Excel: Beyond the Basics Excel: Beyond the Basics Microsoft Excel is an effective tool to use in conjunction with PowerSchool. While PowerSchool manages your data successfully, Excel helps you organize that data in a graphical, easy-to-use format. This course covers the following topics: Learning basic Excel terminology Using formulas and functions to calculate data Improving the appearance of the data using cell background colors and conditional formatting Controlling how the worksheet prints using Page Setup Basic Excel Concepts Open Excel and look at the rows on the top of your screen. Depending on which version of Excel you are using, the rows should look similar to this screen shot: Note: This screen shot shows Excel 2011 for Mac; Excel 2007 and Excel 2010 for the PC are similar. If you use a different version of Excel, some of your options may appear in a different order or format. The first row is the menu bar, which includes the File and Edit menus The second row is the Ribbon, where the majority of commands that you'll use are grouped into individual tabs. A few examples include: o o o The Home tab, which deals primarily with formatting cells The Layout tab, which has all the page setup commands The Formulas tab, which lists the different functions in Excel, by type The third row is the Formula bar, where you edit formulas that you enter into cells Become familiar with some Excel terminology: A cell is described by the column letter, then the row number For example, the cell located in the first column and row is A1. The cell located in the third column and fifth row is C5. A cell is a single field for data within a worksheet Worksheets are pages in a workbook A workbook is another name for an Excel file An Excel workbook can have an infinite number of worksheets, but more than 30 worksheets may affect performance The number of rows and columns in a worksheet depends on your version Excel 2011 for the Mac and Excel 2010 for the PC each have 16,384 columns and 1,048,576 rows

2 Activity 1 Find Your Way Around in Excel Learn how to open an Excel workbook, then move around and enter some text. 1. Open the ExcelBasics.xls file 2. Click PSU Excel below the worksheet 3. Click cell A8, type Copy Paper, and press Enter 4. Click Undo 5. Click cell A8, type Copier Paper, press Enter again 6. Click the Disk icon to save your file Formulas and Functions in Excel Formulas and functions are the cornerstones for success in Excel. Excel has over 200 different functions in the following categories: Date and time (add months or years to a date, add hours to a time) Math and trig (most have to do with trigonometry) Statistics (average, minimum, maximum) Most people use five or six functions on a regular basis, and advanced users may use functions. Activity 2 Create Your First Formula Now that you know how to navigate in Excel, use a formula to find the sum of three numbers. 1. Click cell E3 2. Type the formula =B3+C3+D3, and press Enter 3. Click cell C3, change the entry to 201, and press Enter What happens? 4. Now, click Undo to replace the cell with the original value Activity 3 Use the SUM function The SUM function is a more efficient way to add up a series of numbers. 1. Select cells B4 through E4 2. Select the Formulas tab, and click AutoSum 3. Click cell E4, then click Copy 4. Click cell E5, and click Paste to copy the formula from E4 to E5 What is the formula in E5? Copyright 2012 Pearson Page 2

3 Activity 4 Use Paste Special When you copy and paste in Excel, unexpected results may occur. Use Paste Special to control the results. 1. Copy cell E3 2. Click cell B15 3. Select the Home tab, click the arrow below Paste, and select Paste Special 4. Select Values, and click OK 5. Look at the Formula bar What does the formula say? Activity 5 Lock Formulas When you copy and paste a formula in Excel, the rows and columns change relative to the location of the cell where you re pasting the formula. To keep a row or column reference consistent, use absolute references. To keep a column or row from changing when you copy and paste a formula, use the dollar sign. 1. Click cell A10 2. Enter Sales Tax 3. Enter.01 in cell B10 to establish a 1 percent tax rate 4. Press Enter 5. Click cell F3 6. Enter the formula =E3*B10 7. Press Enter 8. Copy the formula from cell F3 to cell F4 What s the formula in cell F4? 9. To fix the formula so that it consistently refers to cell B10, change the formula in cell F3 to =E3*B$10, and press Enter The dollar sign in front of the row number keeps the row number the same when you paste the formula to another cell. 10. Now, copy the formula from cell F3 to cell F4 again 11. Click cell F3 The data in cell F3 is the sales tax amount. 12. Now, add the sales tax to the original amount; type =E3*B$10+E3, and press Enter 13. Copy the formula from cell F3 to cell F4 Setting Up Formulas As you prepare to set up a formula, recall the mnemonic you may have been taught in grade school to help you remember the order of mathematical operations: Please Excuse My Dear Aunt Sally. Excel follows the same order when completing calculations, which is: parentheses, exponents, multiplication, division, addition, and subtraction. Copyright 2012 Pearson Page 3

4 Activity 6 Use Parentheses in Formulas Find the average of how much toner was used in the first three months of the year. 1. Click cell G3 2. Find the sum of the toner for January, February, and March by entering =B3+C3+D3 3. To find the average, divide by 3 4. Type =B3+C3+D3/3 Is the average calculated correctly? 5. Add parentheses so the formula calculates the average correctly 6. Enter =(B3+C3+D3)/3 Activity 7 Find the Average Value in a Range To find the average value in a range, you don't have to manually enter data in each cell or figure out how many cells you're averaging. Instead of typing =(B3+C3+D3)/3, use the AVERAGE function. 1. Click cell G4 2. Click the arrow next to the AutoSum icon, and select Average 3. Click cell B4 and drag the mouse to D4; then, click the check mark in the Formula bar Activity 8 Find the Lowest Value in a Range The MIN function finds the smallest number in a range of selected cells. 1. Click cell H3 2. Click the arrow next to the AutoSum icon, and select Min The cell formula is =MIN(B3:G3), which means data from columns B through G are included in the calculation. 3. Change the formula to =MIN(B3:D3) so that only the individual months amounts in cells B3, C3, and D3 are compared to find the minimum dollar amount 4. Press Enter Activity 9 Find the Highest Value in a Range The MAX function is the opposite of MIN, but it works the same way. 1. Click cell I3 2. Click the arrow next to the AutoSum icon, and select Max The cell formula is =MAX(B3:H3), which means data from columns B through H are included in the calculation. 3. Change the formula to =MAX(B3:D3) so that only the individual months amounts in cells B3, C3, and D3 are compared to find the maximum dollar amount 4. Press Enter Copyright 2012 Pearson Page 4

5 Activity 10 Copy Formulas with AutoFill You may reuse a formula in Excel by copying and pasting it. However, AutoFill is the most effective approach. 1. Click cell E5 2. Place your pointer in the lower-right corner of the cell 3. When your pointer changes to a black plus sign, double-click your mouse 4. Look at the result in cell E7, and notice that you copied the formula down Why does it work? 5. Repeat the result for cells F4, G4, H3, and I3 Activity 11 Use AutoFill for a Built-in List AutoFill can also populate cells with values from a list. The list can be predefined, such as the days of the week, a series of dates, or a list of numbers. 1. Click Sheet2 below the worksheet 2. Click cell A1, and type Mon 3. Press Enter 4. Place your pointer in the lower-right corner of cell A1 5. Click and drag down to cell A7 Notice the pattern. 6. Click cell C1 7. Type January 8. Place your pointer in the lower-right corner of the cell 9. Click and drag across to cell P1 Activity 12 Create A Custom List Customize AutoFill to fit your needs. Create lists of staff members, building names, or students to fill cell values. First, use predefined lists to maximize efficiency. 1. Click the Excel menu, then select Preferences Windows Excel 2007 users click the Office button, and select Excel Options > Popular > Edit Custom Lists. Windows Excel 2010 users click the File menu and select Options > Advanced > General > Edit Custom Lists. 2. Choose Custom Lists from the menu Copyright 2012 Pearson Page 5

6 3. In the List entries box, enter a list of values you might use all the time, like your staff members This list is available in any workbook, not just this one. 4. Click Add 5. Click OK Windows users click OK again. 6. Click cell A9, and type a word/phrase from your list 7. Press Enter 8. Place your pointer in the lower-right corner of the cell 9. Click and drag down to A17 Formatting Your Data Excel offers a range of options to change the appearance of your data, including: Inserting rows and columns Freezing rows and columns in place Changing the font and font color Altering the cell background color Modifying the border around the cell Formatting a cell conditionally (formatting only cells that meet a certain condition) Copyright 2012 Pearson Page 6

7 Activity 13 Insert a Row Insert a new row into your document. 1. Click cell A2 2. From the Insert menu, select Rows Windows users right-click and select Insert > Shift Cells Down > Ok. Which row moves down? Why? Activity 14 Freeze Panes Use the Freeze Panes option to lock a row or column in position so those rows remain visible as you move around the worksheet. 1. Click cell B3 2. Select Freeze Panes from the Window menu Windows users select the View tab > Freeze Panes > Freeze Panes. 3. Scroll right; notice which cells are still visible 4. Click cell A1 5. Scroll down and notice which cells are still visible Activity 15 Use the Formatting Toolbar to Create a Heading Use the Formatting toolbar to make a heading row that stands out at the top of the page. 1. Return to the PSU Excel worksheet, and select cells A1 through I1 2. In the Alignment section, click Merge to merge the nine cells into one cell and center the text Windows users, select the Alignment or Home tab, and select Merge and Center. 3. Click the arrow next to the paint bucket, and select a color for the cell background 4. Change the size and color of the text 5. Click Undo What is undone? 6. Redo the formatting Activity 16 Format Using Format Cells Use Format Cells to change the format of a cell in a variety of ways. 1. Click cell B4 2. From the Format menu, select Cells Windows users, click the arrow below Format, and select Format Cells. 3. Click Font, and under Size, select Click Fill, and choose a color 5. Click OK Make sure to click OK after each pane that you use in the Format Cells window. Otherwise, clicking the Undo icon will undo all the formatting steps. Copyright 2012 Pearson Page 7

8 6. Click Undo What is undone? 7. Reset the formatting by clicking Redo Activity 17 Format Numbers as Currency Represent dollar amounts in the worksheet using currency format. 1. Select cells B3 through I8 2. On the Home tab, select Currency from the menu in the Number group Activity 18 Use the Format Painter Use the Format Painter to copy formatting from one cell to another. Now that you have formatted cell B4 the way you want, you can transfer that formatting to other cells in the worksheet. 1. Click cell B4 2. Click the Format Painter icon (paintbrush) 3. Select cell B3, and drag your mouse to cell I8 To copy the formatting to multiple ranges of cells, double-click Format Painter, and apply the formatting. To release the formatting, press esc. Activity 19 Use Conditional Formatting When you have a large worksheet of values, you may want to spot the unusual values right away. Use Conditional Formatting to help you find anomalies in your data. 1. Select cells B3 through D8 2. On the Home tab, select Conditional Formatting, and then choose New Rule Windows users click Format only cells that contain, and skip to step From the Style menu, select Classic 4. From the second menu, select Format only cells that contain 5. From the third menu, select Cell value, and then greater than Windows users select Cell value, and then greater than. 6. Enter 20 in the first text field Copyright 2012 Pearson Page 8

9 7. From the Format with: menu, select custom format Windows users click Format. 8. Click Fill 9. Change the background color to red, and click OK 10. Click OK Now, add a condition so that any values less than or equal to 15 have a green background. 11. From the Format menu, select Conditional Formatting, and click + to add a new rule Windows users click Conditional Formatting > New Rule > Format only cells that contain. Skip to step From the Style menu, select Classic 13. From the second menu, select Format only cells that contain 14. From the third menu, select Cell value, and then select less than or equal to Windows users select Cell value and then select less than or equal to. 15. Enter 15 in the text field 16. From the Format with: with menu, select custom format Windows users click Format. 17. Click Fill 18. Change the background color to green, and click OK 19. Click OK > OK Activity 20 Organize Data Use the functions Text to Columns and Sorting to organize the data on a worksheet. 1. Click the Students tab 2. Insert two new columns between columns A and B 3. Select column A 4. From the Data menu, select Text to Columns 5. Leave the Original data type as Delimited and click Next 6. Select Comma and Space as the Delimiters and click Next 7. Click Finish 8. Type a new title for each column: A B C Last Name First Name MI 9. Select cell A2 through cell F Select Sort from the Data menu 11. Select Grade_Level in the first Sort by criteria menu to sort the data by the grade level Copyright 2012 Pearson Page 9

10 12. Click OK Formatting and Printing a Worksheet By default, a workbook in Excel has one worksheet the Windows version has three but you can add as many as you like. You can format different margins, page orientation, headers, and footers in each worksheet. But if multiple worksheets each deal with similar data, you may want every worksheet to look the same. Naming a Worksheet Worksheet names like Sheet1 don't provide specific information. If you have one worksheet for students, another for teachers, and a third for quarters, naming the worksheets Students, Teachers, and Quarters makes each worksheet immediately identifiable. Activity 21 Change a Worksheet's Name Change the name of Sheet2 in your workbook. 1. Right-click Sheet2 2. Select Rename from the menu, and type PSU Practice 3. Press Enter Activity 22 Use Page Setup Use Page Setup to make sure that your worksheet prints the way you want. 1. Return to the PSU Excel worksheet 2. From the File menu, select Page Setup Windows users click the Page Layout tab. 3. Click Margins Windows users select Margins > Custom Margins. 4. Under Center on page, check Horizontally and Vertically to make the data print in the center of the page 5. Click Header/Footer 6. Click the Footer menu and select Page 1 of? 7. Click Sheet Windows users click the arrow in the Sheet Options group, and select Sheet. 8. Click the arrow icon in the Rows to repeat at top field 9. Click cell A2, and press Enter 10. Click OK Copyright 2012 Pearson Page 10

11 Activity 23 Copy a Worksheet Multiple worksheets in a workbook may have common formatting. The fastest way to duplicate a worksheet's formatting is to copy the original worksheet. 1. Right-click PSU Excel 2. From the menu, choose Move or Copy 3. Select (move to end) 4. Check Create a Copy 5. Click OK 6. From the File menu, select Page Setup Windows users click the Page Layout tab. 7. Click Margins Notice that the margins, headers, and footers in the original and in the copy are the same. 8. Click Cancel Activity 24 Delete a Worksheet Delete unneeded worksheets. 1. Right-click PSU Practice 2. From the menu, choose Delete 3. Click OK Windows users click Delete. Can you undo the worksheet deletion? Key Points Excel files Use the rows and columns to organize and manipulate data Formulas Use formulas like equations; they give results based on the data in the cells referenced Cells Format cells to change their appearance Page format Adjust the page format so files print as you want Copyright 2012 Pearson Page 11

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

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 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

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

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

Computer Training Centre University College Cork. Excel 2013 Level 1

Computer Training Centre University College Cork. Excel 2013 Level 1 Computer Training Centre University College Cork Excel 2013 Level 1 Table of Contents Introduction... 1 Opening Excel... 1 Using Windows 7... 1 Using Windows 8... 1 Getting Started with Excel 2013... 2

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

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

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

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

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

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

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

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

Introduction to Microsoft Excel 1 Part I

Introduction to Microsoft Excel 1 Part I Introduction to Microsoft Excel 1 Part I Objectives When you complete this workshop you will be able to: Recognize Excel s basic operations and tools; Develop simple worksheets; Use formulas; Format worksheets;

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

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

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

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

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

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

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Instructions for Formatting APA Style Papers in Microsoft Word 2010 Instructions for Formatting APA 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

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

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

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

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

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

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

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

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

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

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

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

How to Use Excel 2007

How to Use Excel 2007 How to Use Excel 2007 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

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

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

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

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

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template Microsoft Office PowerPoint 2003 Tutorial 2 Applying and Modifying Text and Graphic Objects 1 Creating a new presentation from a design template Click File on the menu bar, and then click New Click the

More information

Handout: How to Use Excel 2010

Handout: How to Use Excel 2010 How to Use Excel 2010 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

More information

Excel Basics for Account Reconciliation

Excel Basics for Account Reconciliation Excel Basics for Account Reconciliation Excel Basics for Acct Recon Training Guide 1 Table of Contents Introduction... 5 Overview... 5 Course objectives... 5 Lesson 1 Getting Started... 6 Overview... 6

More information

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook.

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook. Excel Project 4 Two of the more powerful aspects of Excel are its wide array of functions and its capability to organize answers to what-if questions. In earlier projects you were introduced to several

More information

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

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

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

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

Microsoft Word 2011 Basics for Mac

Microsoft Word 2011 Basics for Mac 1 Microsoft Word 2011 Basics for Mac Word 2011 Basics for Mac Training Objective To introduce the new features of Microsoft Word 2011. To learn the tools and features to get started using Word 2011 more

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

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator MICROSOFT EXCEL 2010 Formulas, Functions, & Macros Documented by Vincent J. Yanusauskas Computer Training Coordinator Introduction This handout was created to familiarize the user with the most common

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

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

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

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 INSTRUCTOR: Jamie A. McFerron OFFICE: 245 Richmond Street Mt. Vernon, KY 40456 PHONE:

More information

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

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows.

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. WOWS of Word Office brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. gfruth@wm.edu Templates Click on the Office Button PDF and select New. You can now change

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Microsoft Excel 2010 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

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

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

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

Microsoft Excel 2013: Using a Data Entry Form

Microsoft Excel 2013: Using a Data Entry Form Microsoft Excel 2013: Using a Data Entry Form Using Excel's built in data entry form is a quick and easy way to enter data into an Excel database. Using the form allows you to: start a new database table

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

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

The Basics of Microsoft Excel

The Basics of Microsoft Excel The Basics of Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Spreadsheet Basics..........................................

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

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

Almost all spreadsheet programs are based on a simple concept: the malleable matrix.

Almost all spreadsheet programs are based on a simple concept: the malleable matrix. MS EXCEL 2000 Spreadsheet Use, Formulas, Functions, References More than any other type of personal computer software, the spreadsheet has changed the way people do business. Spreadsheet software allows

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

Microsoft Excel 2010 Training

Microsoft Excel 2010 Training Microsoft Excel 2010 Training Microsoft Excel 101 Instructor: Debbie Minnerly Course goals Find popular commands quickly on the ribbon. Learn how to use the File menu (Microsoft Office Backstage view).

More information

Microsoft Excel 2007 An Essential Guide (Level 1)

Microsoft Excel 2007 An Essential Guide (Level 1) IT Services Microsoft Excel 2007 An Essential Guide (Level 1) Contents Introduction...1 Starting Excel...1 The Excel Screen...1 Getting Help...2 Moving Around the Worksheet...2 Saving your Work...2 Data

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information

Word 2007: Basics Learning Guide

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

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program Essential Skills for Spreadsheets Microsoft Excel 2007 TR Leger Adult Literacy and Employment Preparation Program Table of Contents Computer Course Pre-Evaluation...5 Introduction to Microsoft Excel 2007...6

More information

Using Microsoft Excel 2010

Using Microsoft Excel 2010 Unit 5 Using Microsoft Excel 2010 Unit Objectives This unit includes the knowledge and skills required to analyze information in an electronic worksheet and to format information using functions specific

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

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

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

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

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

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

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

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

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

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial 1 Microsoft Word 2010 Tutorial Microsoft Word 2010 is a word-processing program, designed to help you create professional-quality documents. With the finest documentformatting tools, Word helps you organize

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

Formatting Formatting Tables

Formatting Formatting Tables Intermediate Excel 2013 One major organizational change introduced in Excel 2007, was the ribbon. Each ribbon revealed many more options depending on the tab selected. The Help button is the question mark

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

ECDL / ICDL Spreadsheets Syllabus Version 5.0

ECDL / ICDL Spreadsheets Syllabus Version 5.0 ECDL / ICDL Spreadsheets Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Spreadsheets. The syllabus describes, through learning outcomes, the knowledge and skills that a

More information

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS Excel 2007 2 Table of Contents Getting started

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3)

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) IT Training Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) Contents Introduction...1 Splitting the Window...1 Removing the Split...2 Viewing Different Worksheets...2 Freezing Panes...4

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

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