MICROSOFT EXCEL BOOKLET

Size: px
Start display at page:

Download "MICROSOFT EXCEL BOOKLET"

Transcription

1 MICROSOFT EXCEL BOOKLET We will now be looking at the spreadsheet portion of Microsoft Office You can use Excel to organize, analyze and attractively present data such as a budget. As you go through this booklet, follow the instructions very carefully and answer the questions on your master handout. GETTING STARTED Load Microsoft Excel When you start Excel, a blank workbook should appear on your screen. A workbook is an Excel file with one or more worksheets. A worksheet (Sheet1) is your work area. Notice the default filename in Excel. When you save a file, the file extension.xls will automatically be added to the end of the filename to indicate that it is an Excel file. You'll notice that some things are very similar to what you have seen while using Microsoft Word. For example the Ribbon, Tabs and Groups are similar to Word. Even though the work area looks quite similar, it is organized differently. Along the top, there are the letters starting at A. These letters are headings for the columns. Along the left side, there are numbers starting at 1. These numbers are labels for the rows. The intersection of a row and column is called a cell and they are referred to in a similar manner as locations in the game battleship. For example, the active cell right now is A1. The line below the Ribbion and Groups is called the Formula Bar and Name Box. It tells you what cell you are on and the contents of that cell. The cell is 8.43 characters wide (8.43 is the default column width). Press the right arrow key 30 times. Note the columns that come after Z. Move to cell A1 (beginning of file) quickly (same as Word Processing). To move to another cell use the Go To feature. Press the F5 key. For References, type L150. Click ok. Note: This can also be done by clicking the Name Box, typing the cell reference, then press Enter. Note: There are 256 columns and rows available in a worksheet. Answer questions 1 to 10 on your master handout. Page 1 of 11

2 CELL CONTENTS The first character entered into a cell determines the status of the cell. LABELS Labels are text entries that are used to make the spreadsheet easier to read and understand. An example would be titles for your columns or your name. Move to cell A1. Type the word Test. Press the Enter key. To enter information into a cell, press the Enter key, an arrow key, the Tab key or click on another cell Note: Press the Escape key to erase an entry before entering it into the cell. Notice how Test is justified in the cell. Now enter the following information in the cells indicated below: B1: Mark C1: Out Of D1: Percent Move to cell A2. Type the word Test 1. Now enter the following: VALUES A3: Test 2 A4: Test 3 A5: Test 4 Values are another type of cell content. Values include numbers and formulas. A cell contains a value when a number or one of the following symbols (+ -. = $) is typed as the first character in the cell. Move to cell B2. Type 23. Notice how 23 is justified in the cell. Now enter the following: B3: 25 B4: 44 B5: 22 Move to cell C2. Type 30 Page 2 of 11

3 Now enter the following: C3: 45 C4: 50 C5: 25 Move to cell D2. Spreadsheets are great because you can use formulas that save a lot of time. We have to create a formula to calculate the percent. These numbers could change at any given time, so we have to refer to them by their cell location, rather than the actual numbers. Type the formula: =b2/c2 Press the Enter key. The slash (/) means division in a formula. Note: The asterick (*) means multiplication, (+) means addition, (-) means subtraction, (^) means exponentiation. Excel follows BEDMAS for the order of operations. We wanted to make this cell equal to something, so that is why an equal sign was used. (always use an equal sign to start a formula) Note: If you want a value entry to be treated like a label, begin the entry with an apostrophe. Answer questions 11 to 17 on your master handout. COPYING A FORMULA We really need this formula filled in from D2 down to D5. Make sure that you are in cell D2 (the cell with the formula in it). Press the key to extend selection (F8). Arrow down to cell D5. Note: You can also use your mouse to highlight cells D2 to D5. From the Ribbion, select the Fill command button option. Select Down. (or Ctrl+D) Notice that the formulas are relative to the cell you are calculating. This is called a relative reference. Move to cell D3. Look at the formula on the formula bar (=B3/C3). Move to cell D4. The formula used here was =B4/C4 (not =B3/C3 like in cell D3). Note: You can also continue a formula to the right of a cell by selecting Fill command button option from the Ribbon, then select Right. (or Ctrl+R) Note: A formula can also be filled by dragging the fill handle (small square located in the lower-right corner of the active cell) across or down the cells to fill. This uses Excel s Autofill feature. Answer questions 18 & 19 on your master handout. SORTING ROWS Highlight cells A2 to D5 (all rows except the headings). Note: Do not highlight the title, or summary rows unless you want these sorted too. From the Data Tab, select the Sort Command Button option. For Sort by, select Percent and click largest to smallest (Decending order) Select the Add a Level option. For Then by, select Mark and click smallest to largest (Ascending order) Click ok. Page 3 of 11

4 Note: This is the second sort. It is only used when there is a tie in the first sort. Notice that percent is sorted highest to lowest. When the percent is the same (0.88), then the rows are sorted by mark lowest to highest (22 then 44). Note: Sorting can also be done using the Ribbon button. Answer questions 20 & 21 on your master handout. BUILT-IN FUNCTIONS Move to cell C7. Type Average: Now enter the following: C8: Highest: C9: Lowest: C10: # of Tests: Excel provides built-in formulas called functions to perform special calculations (max, min, count, sum, average). In cell D7, type the formula: =average(d2:d5). Press Enter. Note: You can use the range of cells (d2:d5) like above, or list all cells (d2,d3,d4,d5). Note: The range A1:B5 includes cells in columns A and B, rows 1 to 5. In cell D8, type the formula: =max(d2:d5) Note: max finds the highest value in a range of cells In cell D9, type the formula: =min(d2:d5) Note: min finds the lowest value in a range of cells Note: Instead of typing d2:d5, you can highlight these cells. In cell D10, type =count( then highlight cells D2 to D5, then type ) Note: The count function tells you the number of items. Here, it is the number of tests. Note: Use the AutoSum button on the Ribbon to quickly total numbers. Answer question 22 on your master handout. FIXING IT UP The following six changes make the spreadsheet look better. CHANGING NUMBER FORMAT Highlight cells D2 to D9. Select % from the Ribbion When you select % on the Ribbion, it is automatically set to 0 decimal places. Select Format Group option. Select the Number tab. Select Percentage, and change the number of decimal places to 1. Click ok. You can set any number of decimal places using this option. Note: This is the same for $ on the Ribbon (2 decimal places only), and Currency options. Note: Selecting Number from the Category menu allows you to set the number of decimal places when it is not percent or currency (ie. 5.12). Note: Use the Increase or Decrease Decimal command buttons on the Ribbion to quickly change the number of decimal places. Page 4 of 11

5 Answer questions 23 to 25 on your master handout. FIX UP THE FORMATTING Notice that the titles aren t right over the numbers. Highlight cells B1 to D1. Select right alignment from the Ribbion. Highlight cells A1 to D1. Select bold (B) from the Ribbon. Highlight cells C7 to C10. Select right alignment and bold (B) from the Ribbon. Move to cell D7. Select bold (B) and italic (I) from the Ribbon. Select the Format Painter button from the Ribbon. Highlight cells D7 to D9. Note: Formatting can also be copied by dragging the fill handle over the other cells. Move to cell D10. Select bold (B) and italic (I) from the Ribbon. From now on, make sure titles are lined up with the cells in the column, and important information is in bold, italic or underline before printing. INSERTING ROWS AND COLUMNS Move to cell A1 (or any cell in row 1). From the Insert command button, select Insert Sheet Rows. Notice where the inserted row went relative to cell A1. Repeat this to add in another row (2 empty rows at the top). Move to cell A4 (or any cell in row 4). From the Insert command button, select Insert Sheet Columns. Move to cell A1 (or any cell in column A). From the Insert command button, select Insert Sheet Columns. Notice where the inserted column went relative to cell A1. In cell C1, type: Joe Solution s marks. Press Enter. Note: Text will continue to the next cell if it is empty. Answer questions 26 & 27 on your master handout. ADDING A BORDER Highlight cells B1 to E13 From the Ribbon select the Border command button (more borders) For Style, select the double line. Click Outline. For Style, select the single line. Click Inside. Click ok. CHANGING COLUMN WIDTHS Move to cell E1 (or any cell in column E). From the Ribbon select the Format Command Button. Select Column Width. Type 3, then press Enter. Page 5 of 11

6 ### will appear because the column width isn't big enough. Redo this, but set the width to 8. Position mouse pointer on the column border between headings C and D. Pointer changes to a doublevertical line with arrows pointing left and right. Click left mouse button and drag the border left to adjust the column width. Fix up all the column widths so that their size looks appropriate (not too tight). Note: From now on, always fix up the column widths before printing your spreadsheet. Answer question 28 on your master handout. MERGING AND SHADING CELLS Highlight cells B1 to E1. From the select the Alignment Group option. For Horizontal Text alignment, select Centre. For Text control, select Merge cells. Note: You can use the Merge and Centre command button on the Ribbon to do both of these quickly. Select the Format command button and select Format Cells Select the Fill tab. Click on a light gray colour. Click ok. Note: The Fill Colour command button on the Ribbon can also be used to shade cells. EDITING CELLS Move to cell C1. Suppose that you wanted to put your name in the title, you could retype this cell or you could fix it. Let's fix it. Press the F2 key. Notice that the insertion point shows up at the end of the entry (this allows you to edit the cell). Press the left arrow key until the insertion point is at the end of Joe Solution s. Press the Backspace key to delete this name. Type your name. Press Enter. Note: Editing can also be done by double clicking in the cell. Answer questions on your master handout. Page 6 of 11

7 Now, the layout looks pretty good; it should look just like the following (except for the name of course): Joe Solution's marks Test Mark Out Of Percent Test % Test % Test % Test % Average: 77.1% Highest: 88.0% Lowest: 55.6% # of Tests: 4 SAVING A SPREADSHEET From the File menu, select the Save As option. Type markex for the filename. Click Save. SUBMITTING TWO PRINTOUTS Select print preview from the File Menu. Make sure it looks right. Click on print to send this to the printer. Your printout will take a minute (leave it for now). Press CTRL + (grave accent). Note: Instead of the values, the formulas now appear. Also, column widths are enlarged to accommodate the formulas. Select print preview option from the File Menu. Click on print. Submit both of your printouts to your teacher, stapled and in order (formulas last). From now on, whenever you submit a spreadsheet, you should hand in two printouts (one regular and one with formulas showing) unless you are told otherwise. Press CTRL + (grave accent). This deselects the show formulas option. Page 7 of 11

8 OTHER FEATURES Make sure your file is saved. Watch to see what happens for the following changes, but do not save the file again. HIDING COLUMNS The Mark and Out of columns aren t really necessary. We can hide these columns. Move to cell C2 (or any cell in column C). From the Ribbon, select the Format Command button option. Select Visibility option. Select Hide Columns. Hide column D as well. To get these columns back, you first have to place the insertion point in the column. But they re hidden! Press the F5 key. Type C2 (or any cell in column C). Press Enter. From the Ribbon, select the Format Command button option. Select Visibility option. Select Unhide Columns. Unhide column D as well. Answer question 32 on your master handout. DELETING ROWS AND COLUMNS Move to cell B2 (or any cell in row 2). From the Ribbon, select the Delete command button. Select Delete sheet rows. Select Undo Move to cell B2 (or any cell in column B). From the Ribbon, select the Delete command button. Select Delete sheet columns. Select Undo Note: A copy does not go to the clipboard when you delete, so you cannot paste it back. CLEARING CELLS Highlight cells B2 to D12. From the Ribbon, select the Clear command button option. Select clear contents to remove the cell contents and the border. Remember that a copy is not placed in the clipboard when you Clear. Select Undo. Highlight cells B2 to D6. Note: This is the same as using the Delete key. Note: To clear formatting only, select Clear Formats instead of Clear Contents. Answer questions 33 & 34 on your master handout. AUTO FORMATS Highlight the table. From the Ribbon, select Cell Styles command option. Scroll through the different Formats. Select one Page 8 of 11

9 Remember, all previous formatting is replaced. Close your file. If asked to save changes, select no. COMMON ERRORS IN FORMULAS Below is a list of common errors that might appear in a cell with a value and a reason for each error. #### means the column is too narrow for the values. #NAME? means a cell name is incorrect (ie. AQ instead of A3). #REF! means a cell you are referring to in a calculation has likely been deleted. #VALUE! means a cell you want to use in a formula is probably a label. Answer question 35 on your master handout. Page 9 of 11

10 ANOTHER PRACTICE EXERCISE-SIMPLE INTEREST EXAMPLE We want to produce a table like the following: Simple Interest Chart by teacher Principal Rate Time Interest $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $ % 4 $ $1, % 4 $ Close all files you have open and Open a New file. Starting in cell A1, enter the headings (Principal, Rate, Time, Interest) Move to cell A2. Type 100. Press the Enter key. Highlight cells A2 to A11. Using the Fill Command on the Ribbon select Series For Step value, type 100. Click ok. Note: A Fill Series is used when there is a list of sequential numbers, dates, times, or text. Move to cell B2. Type 13%. Press the Enter key. Note: Instead of typing the percent (13%), this could have been entered as a decimal (0.13). Highlight cells B2 to B11. Use the Fill command on the Ribbon and select down. Note: Since cell B2 was a number and not a formula, the number filled down. Note: This can also be done by dragging the fill handle over the other cells. Move to cell C2. Type 4. Press the Enter key. Move to cell C2. Grab and drag the fill handle (square in bottom right corner of cell) from this cell down to cell C11. Move to cell D2. Type: =a2*b2*c2. Press the Enter key. This is the formula for simple interest (I=Prt). Highlight cells D2 to D11 (or drag fill handle). Notice that the first cell highlighted contains the formula. Use the Fill command on the Ribbon and select down. Page 10 of 11

11 Let s make it look better: Highlight cells A2 to A11. Select currency ($) from the Ribbon. (automatically 2 decimal places) Highlight cells D2 to D11. Select currency ($) from the Ribbon. Highlight cells A1 to D1. Select right alignment and bold (B) from the Ribbon. Adjust the column widths using your mouse. Move to cell A1 (or any cell in row 1). Insert a row. Repeat this to add another blank row at the top. Move to cell A1. Type Simple Interest Chart by your name. Highlight cells A1 to D1. Select the Merge & Centre button from the Ribbon. Select the Fill Colour drop-down arrow from the Ribbon. Click on a light gray colour. Highlight cells A1 to D13. From the Ribbon menu, select the Borders command button. Select More Borders option. For Style, click the double line. Click Outside. For Style, click the single line. Click Inside. Click ok. Save this file as simint1 When done, ask your teacher to sign it off on your master handout (last page). Close this file. Exercise: Create a similar Simple Interest Chart, except this time use: Principal always $ Rate always 12% Time 1, 2, 3, 4,...30 (Use Edit/Fill/Series) Use formulas whenever possible. Add in a Total column (Principal+Simple Interest). Make the table look good. Save this file as simint2. Print this with and without formulas and hand it in. Page 11 of 11

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

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

Introduction to Microsoft Excel 2010

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

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Excel 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

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

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

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

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

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

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

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

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

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

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

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

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

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

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

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

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

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to:

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to: CHAPTER 1 Creating and Editing Workbooks CHAPTER OVERVIEW Microsoft Excel (Excel) is a spreadsheet program you can use to create electronic workbooks to organize numerical data, perform calculations, and

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

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

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

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

Move between open workbooks. Display the print menu. Select whole spreadsheet. Microsoft Excel Keyboard Keys. General

Move between open workbooks. Display the print menu. Select whole spreadsheet. Microsoft Excel Keyboard Keys. General Microsoft Excel Keyboard Keys Source: http://allhotkeys.com/microsoft_excel_hotkeys.html General New file Ctrl + N Open file Ctrl + O Save file Ctrl + S Move between open workbooks Ctrl + F6 Close file

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

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

The Center for Teaching, Learning, & Technology

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

More information

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

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

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

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

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

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

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

Excel 2013 - Using Pivot Tables

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

More information

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

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

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

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

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

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

Kingsoft Spreadsheet 2012

Kingsoft Spreadsheet 2012 Kingsoft Spreadsheet 2012 Kingsoft Spreadsheet is a flexible and efficient commercial spreadsheet application. It is widely used by professionals in many fields such as: Business, Finance, Economics and

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

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

Microsoft Access 2010 handout

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

More information

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

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

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

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

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 PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

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

More information

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

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

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

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

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

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010 Excel 2007/2010 for Researchers Jamie DeCoster Institute for Social Science Research University of Alabama September 7, 2010 I d like to thank Joe Chandler for comments made on an earlier version of these

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

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

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

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

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Office v.x Mac OS X Keyboard Shortcuts

Office v.x Mac OS X Keyboard Shortcuts Office v.x Mac OS X Keyboard Shortcuts Desktop Reference Guide by Dean Pirera Copyright 2008 Dean Pirera Byron IT 1 Table of Contents Introduction 3 About this ebook 3 Some Quick Theory 4 Understanding

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

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

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

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

More information

Introduction to Word 2007

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

More information

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

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

Microsoft Excel 2003 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 1.1 WHAT IS MICROSOFT EXCEL?...1 1.2 FEATURES OF MICROSOFT EXCEL...1 1.3 STARTING MICROSOFT EXCEL...1 1.4 THE LAYOUT OF THE EXCEL SCREEN...2 1.5 THE WORKSHEET WINDOW...3

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

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

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

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

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

How to Use Excel for Law Firm Billing

How to Use Excel for Law Firm Billing How to Use Excel for Law Firm Billing FEATURED FACULTY: Staci Warne, Microsoft Certified Trainer (MCT) (801) 463-1213 computrainhelp@hotmail.com Staci Warne, Microsoft Certified Trainer (MCT) Staci Warne

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Formatting & Styles Word 2010

Formatting & Styles Word 2010 Formatting & Styles Word 2010 Produced by Flinders University Centre for Educational ICT CONTENTS Layout... 1 Using the Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands

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

Word Processing programs and their uses

Word Processing programs and their uses Word Processing programs and their uses An application that provides extensive tools for creating all kinds of text based programs. They are not limited to working with text and enable you to add images

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

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

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

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

SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D.

SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D. SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D. legend 2. If you want all of the white cats grouped together

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

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

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT...

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... 4 Open a blank document... 4 Start a document from a template...

More information

WORDPAD TUTORIAL WINDOWS 7

WORDPAD TUTORIAL WINDOWS 7 WORDPAD TUTORIAL WINDOWS 7 Quick Access bar Home Tab Triangles = More Commands Groups on the Home tab Right paragraph margin Left paragraph Margin & Indent Paragraphs Ruler Hover the mouse pointer over

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