What is a spreadsheet?

Size: px
Start display at page:

Download "What is a spreadsheet?"

Transcription

1 Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used to create spreadsheets, which are documents in which data is laid out in rows and columns like a big table. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. Image 1: General overview of excel spread sheet. 1 What is a spreadsheet? A spreadsheet is a special way of organizing data into rows and columns to make it simpler to read and manipulate. Above is a screenshot of a blank spreadsheet. What is Excel used for? That's all well and good, but what are spreadsheets used for? Almost everything. Spreadsheets are

2 extraordinarily powerful tools, and are used frequently in the business world to store and manipulate data. Throughout the course of these tutorials, we'll be designing an invoice for Ekotranzact online market place. Which automatically generates prices FROM THE price table and discount from the discount table once the product name is entered in the product s column. We will also add some percentage discount for customers buying larger quantities of products. As displayed below 2 Image 2: Display of ETL project But first let s get familiar with the spread sheet. There are over columns and 1 million+ rows in a spread sheet.

3 Image 3: Display of the four corners of an excel sheet. 3

4 Menu Systems The ribbon is the long, horizontal strip of menus and buttons at the top of the screen. This is where all of your tools are located that allow you to edit your spreadsheet. The Ribbon is located at the top of each workbook and it consist of different tabs (Image 1). First is the file tab. Image 4: Display of the file-tab on the ribbon when clicked 4 Second is the home tab, which is referred to as the most important. It contains feature we tends to need often especially for formatting our cells. Then the insert tab for adding charts, images, shapes etc. followed by the page layout for managing page Setup; formulas for variety of excel input formula, the view tab to manage views and so on. Also note that that all the tabs were sectioned into groups (image 1 above) e.g. Home tab is sectioned into Clip board group, font group, Alignment group, Number, Styles, Cells and other Tabs too Above the ribbon is what we called the quick access tool bar. For accessing frequently used icons. The drop down arrow can be clicked to add or remove the icon. Alternatively any icon in the tab can also be added to the quick access bar, by right clicking the desired icon and select add to quick access as shown in the images below.

5 Image 5: Display of quick access Toolbar Image 6: Adding other icons to quick access tool 5 Navigation and Shortcuts menus The cursor: It has different uses and different appearances the first is the default display which is a 3D cross. It is used for selecting cells.. Also is the moving cursor for moving, coping and autofill. The image above to the left is used to copy and auto-fill while the right image is used to move data or entries in the cell while others shown below are used for column and row adjustment. E.g image below and so on A worksheet, also known as a sheet, is where you enter data in Excel. A workbook can contain one or more worksheets. Each worksheet has a tab located at the bottom of the workbook window. The active worksheet is the one that is currently displayed Status bar, it is found at the bottom right corner of the sheet and it contains the zoom bar for zooming the worksheet and different layout views.

6 Now lets get started How to launch Excel 2013 Click on the start menu Type the word excel to search 6 Select the Microsoft Excel app which you must have already been installed

7 Display after clicking the app 7 Then click New workbook to open a new sheet Display after clicking a New Workbook

8 For subsequent new Workbook Click FILE Tab 8 Select New. Click Blank Workbook. How to Re-name and edit a Worksheet Double-click the Sheet s worksheet tab or right click and select Rename. Type the desired name if you want to rename and press Enter on the keyboard. You can also select other options for other purpose How to Save the Workbook in the 2013 Format Click FILE Tab Select Save.

9 9 Click Browse. and select the folder you want to save your work N.B: By default all worksheet should be saved in Documents folder. Enter a name for the file in the File name: field. Click Save. Entering Data and Formulas. A cell is made up of columns and rows. Each box in the sheet represent a cell and data inside the box is unique to that particular cell. E.g Click any desired cell. Type the data into the cell. Press the Enter key to move down a cell. Press the Tab key to move to the next cell to the right. Working with Formulas and Functions One of the most powerful features in Excel is the ability to calculate numerical information using formulas. Just like a calculator, Excel can add, subtract, multiply, and divide. In this lesson, we'll show you how to use cell references to create simple formulas.

10 Mathematical operators These are some of the operators that can be used in formulas: Addition (+), example: =A1+B1 Subtraction (-), example: =A2-B2 Multiplication (*), example: =A3*B3 Division (/), example: =A4/B4 Exponentiation (^), example: =A5^2 10 All formulas in Excel must begin with an equals sign (=). This is because the cell contains, or is equal to, the formula and the value it calculates. Understanding cell references While you can create simple formulas in Excel manually (for example, =2+2 or =5*5), most of the time you will use cell addresses to create a formula. This is known as making a cell reference. Using cell references will ensure that your formulas are always accurate because you can change the value of referenced cells without having to rewrite the formula.

11 By combining a mathematical operator with cell references, you can create a variety of simple formulas in Excel. Formulas can also include a combination of cell references and numbers, as in the examples below: 11

12 To create a formula: In our example below, we'll use a simple formula and cell references to calculate a budget. 1. Select the cell that will contain the formula. In our example, we'll select cell B Type the equals sign (=). Notice how it appears in both the cell and the formula bar. 3. Type the cell address of the cell you want to reference first in the formula: cell B1 in our example. A blue border will appear around the referenced cell.

13 13 4. Type the mathematical operator you want to use. In our example, we'll type the addition sign (+). 5. Type the cell address of the cell you want to reference second in the formula: cell B2 in our example. A red border will appear around the referenced cell. 6. Press Enter on your keyboard. The formula will be calculated, and the value will be displayed in the cell.

14 Modifying values with cell references The true advantage of cell references is that they allow you to update data in your worksheet without having to rewrite formulas. In the example below, we've modified the value of cell B1 from $1,200 to $1,800. The formula in B3 will automatically recalculate and display the new value in cell B3. 14 Excel will not always tell you if your formula contains an error, so it's up to you to check all of your formulas. To create a formula using the point-and-click method: Rather than typing cell addresses manually, you can point and click on the cells you want to include in your formula. This method can save a lot of time and effort when creating formulas. In our example below, we'll create a formula to calculate the cost of ordering several boxes of plastic silverware. Select the cell that will contain the formula. In our example, we'll select cell D3.

15 15 Type the equals sign (=). Select the cell you want to reference first in the formula: cell B3 in our example. The cell address will appear in the formula, and a dashed blue line will appear around the referenced cell. Type the mathematical operator you want to use. In our example, we'll type the multiplication sign (*). Select the cell you want to reference second in the formula: cell C3 in our example. The cell address will appear in the formula, and a dashed red line will appear around the referenced cell.

16 16 Press Enter on your keyboard. The formula will be calculated, and the value will be displayed in the cell. Formulas can also be copied to adjacent cells with the fill handle, which can save a lot of time and effort if you need to perform the same calculation multiple times in a worksheet.

17 17 To edit a formula: Sometimes you may want to modify an existing formula. In the example below, we've entered an incorrect cell address in our formula, so we'll need to correct it. 1. Select the cell containing the formula you want to edit. In our example, we'll select cell B3.

18 18 2. Click the formula bar to edit the formula. You can also double-click the cell to view and edit the formula directly within the cell. 3. A border will appear around any referenced cells. In our example, we'll change the second part of the formula to reference cell B2 instead of cell C2. 4. When you're finished, press Enter on your keyboard or click the checkmark in the formula bar.

19 19 5. The formula will be updated, and the new value will be displayed in the cell. ** If you change your mind, you can press the Esc key on your keyboard to avoid accidentally making changes to your formula. ** To show all of the formulas in a spreadsheet, you can hold the Ctrl key and press ` (grave accent). The grave accent key is usually located in the top-left corner of the keyboard. You can press Ctrl+` again to switch back to the normal view.

20 Making a Cell Reference Absolute When you want a formula to consistently refer to a particular cell, even if you copy or move the formula elsewhere on the worksheet, you need to use an absolute cell reference. An absolute cell reference is a cell address that contains a dollar sign ($) in the row or column coordinate, or both. When you enter a cell reference in a formula, Excel assumes it is a relative reference unless you change it to an absolute reference. If you want part of a formula to remain a relative reference, remove the dollar sign that appears before the column letter or row number. Create an Absolute Reference 01) Click a cell where you want to enter a formula. 02) Type = (an equal sign) to begin the formula. 03) Select a cell, and then type an arithmetic operator (+, -, *, or /). 04) Select another cell, and then press the F4 key to make that cell reference absolute. You can continue to press F4 to have Excel cycle through the different reference types as stated below: Absolute column and row ($A$1) Absolute row (A$1) Absolute column ($A1) Relative address (A1) 20 05) If necessary, continue entering the formula. 06) Click the Enter button on the formula bar, or press Enter.

21 21 Selecting multiple colomns and/or rows Click on the first cell you want to start with Press the Shift key and the arrow key (,, up or down) to the direction you wanted to select. In the image below we select Column A-G and Row 1-7. Try it out

22 22 You can randomly select some cells by o Press down Ctrl key o Click on the cells In the image below we randomly select A1, B2, C1, D2, E1 etc. You can try that too. Short-cut There are many short-cut in microsoft office suite and its applicable across all the application. Some examples and the functions are given below Action Keystroke Document Actions Open an existing file To open a New file CTRL + O CTRL + N

23 Save As Save Print Find Replace Go to One cell right One cell left Top of worksheet (cell A1) F12 CTRL + S CTRL + P CTRL + F CTRL + H F5 Cursor Movement Tab SHIFT + Tab CTRL + Home 23 End of worksheet (last cell with data) End of row End of column Move to next worksheet CTRL+End Home CTRL+left arrow CTRL+PageDown Formulas Apply AutoSum Current date Current time Spelling Help Macros ALT+= CTRL+; CTRL+: F7 F1 ALT+F8 Selecting Cells All cells left of current cell All cells right of current cell Entire column Entire row Entire worksheet SHIFT+left arrow SHIFT+right arrow CTRL+Spacebar SHIFT+Spacebar CTRL+A Text Style

24 Bold Italics Underline Strikethrough Edit active cell Format as currency Format as percent Cut Copy Paste Undo Redo Format cells dialog box CTRL+B CTRL+I CTRL+U CTRL+5 Formatting F2 SHIFT+CTRL+$ SHIFT+CTRL+% CTRL+X CTRL+C CTRL+V CTRL+Z CTRL+Y CTRL+1 24 Now we can work on our project Step 1: Open a New workbook (Ctrl + N) Step 2: Save it as My First Excel Wookbook. (Ctrl + S) Step 3: Create and edit sheet Add more sheet if it s only one available using this icon at the bottom of the sheet Rename the three sheet as Invoice, Price and Discount respectively and colour the sheet to your taste o Right click the sheet and select rename to rename sheet o Right click again and select Tab color choose any colour of your choice

25 Step 4: Entering datas Type the following in your Price sheet or use any product and price of your choice 25 Type the following in your Discount sheet or use any %discount of your choice Type the following in your Invoice sheet as part of design

26 26 EXPLANATION: First is the EkoTranzact this is an image we used as a logo and we can do that by following the steps below o Click the INSERT Tab in your ribbon o Click on picture o It takes you to your folder then you can select image/logo of your choice o Click on Insert button o Then you can readjust it to the desired length and width The cell PRICE TABLE and DISCOUNT TABLE covers three columns and two columns respectively, we do that by selecting the columns and use this icon on the HOME Tab -> Alignment group ribbon. The column 3 for price we do that by selecting all the prices in the column, click on the buttom HOME Tab -> Number group ribbon and selecting the Naira sign. The Name of custumer was done merging two columns and the space below it we merged 3 rows The SALES INVOICE was done by merging all the cells on that row till

27 the end of the invoice. Step 5: Inputing Formulars The main formular we are using to fetch the price and discount is the VLOOKUP function. The formula takes four parameters which are lookup_value, table_array, col_index_num and range_lookup and are seperated with comma (, ) 27 lookup_value = what do you want to find? table_array = range Where you want to look-up for the value? col_index_num = which column in the table_array where the value you want to use is? range_lookup = Exact Match or Approximate Match indicated as 0/FALSE or 1/TRUE) where Exact Match is False and Approximate Match is True. Now, go to your invoice sheet, below the PRICE PER UNIT column TYPE this formula =VLOOKUP( lookup_value = Click on the coke followed by, table_array = Click on the price sheet and select all the datas as shown below followed by

28 28, col_index_num = Type 3 because the price is in the third column of the price list selected above range_lookup = select/type FALSE. Here we use FALSE because we want the Exact Match of the product name as it is in the price table.

29 Result in my workbook when I press enter. 29 Now we do the same for the quantity. lookup_value = quantity column, followed by, table_array = discount sheet %dicount table. Click the sheet and select all the value col_index

30 _num = The column number here is column 2 of the discount datas 30 range_lookup = the range_lookup is TRUE. Because here we are using approximate values Quantity 1-11 gets 0%, gets 1%, gets 5%, gets 10%, gets 15% and 1000 and above gets 15%. Important note: The discount table should The result is shown Cover for the minimum quantity which is Zero It should be sorted (arranged) in assending or descending order below NEXT, is to get the amount. Amount is equal to The price per unit multiply quantity minus the discount Amount Amount = (Price per unit * quantity) Discount Discount = (Price per unit * Quantity * %Discount) Amount = (Price per unit * quantity) (Price per unit * Quantity * %Discount)

31 The result in my worksheet 31 EXPLANATION: D8 is the unit price, E8 is the quantity and F8 is the discount. We use bracket to separate them for accuracy of values. We just do that in our excel sheet by clicking the corresponding cell. Last is the Total: Total is equal to the sum of the all the individual amount in the column EXPLANATION: Here we use the excel sum function and select all the colums we want to add together. Step 6: Making a price table and %discount table Reference Absolute

32 Double Click on the lookup price in your invoice sheet add dollar sign ($) to the price column and row as shown below 32 Double Click on the lookup %discount in your invoice sheet add dollar sign ($) to the %discount column and row as shown below EXPLANATION: we made the price and discount absolute so that the cells we used for the price and percentage discount does not change when copying the formula. Step 7: Coping formulas To copy formular, click the price cell place your mouse on the bottom of the price selected and it appears like this Hold down the mouse to drag it to desired cells. As shown below

33 33 Release the mouse to copy Do the same for the discount and total formula Result in my wooksheet after I copied the formular down to s/n 10 EXPLANATION: There are two types of reference in Excel. Relative and absolute Reference. By default excel uses relative references when you copy. As you copy down it changes the cells along with the formular. That is why we make the price and discount table of array Absolute. You can view the table below for more understanding.

34 34 If you look at the first part of the formula, the C is changing (C8, C9, C10 etc.) it is determined by what we inputs in the product column, and the second part is our absolute reference it doesn t change. Step 8: Removing #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!. error If you look at our table we have #N/A it was as a result of no information in the column which our formula is reference to. To take care of that we use the IFERROR( ) function in excel. It works like the normal if statement. The formula takes two parameter value and value_if_error. value = Value if there is data(no error) in the cell value_if_error = value if there is no data(error) in the cell Now Lets add the following to the to our formula Double click on the Unit price column Add this formula to your code =IFERROR(VLOOKUP(C8,Price!$B$4:$D$13,3,FALSE), "") Double click on the %discount column

35 Add this formula to your code =IFERROR(VLOOKUP(E8,Discount!$B$5:$C$10,2,TRUE), "") 35 =IFERROR(VLOOKUP(E8,Discount!$B$5:$C$10,2,TRUE), ) Double click on the Unit price Add this formula to your code =IFERROR((D8*E8) - (D8*E8*F8), "") N.B: Recopy the formula by dragging it down to the column in the invoice to remove this errors. You can check on how to copy from above discussions. New Display in my workbook after I added the formular and Re-Copy the formula Step 9: Adding format Let s add Naira to the amount and percentage to the discount Select all the entries in the AMOUNT and Unit price column as shown

36 below Hint: Press down Ctrl and click all the cells in the column 36 Click the dropdown in the Home Tab (number group) as shown in the image below Also select the columns of DISCOUNT as shown below Click the % icon to add percentage

37 37 New display in my workbook now. FINALLY LET S add some style to our invoice Select all the cell in the customer details area as shown below

38 Click on the cell style in the Home Tab and select the Output style as shown below 38 New display in my browser

39 Select all the cell in the invoice area as shown below 39 Add table format as shown below Finally, this is the result in my excel sheet after adding the styles and table format

40 40

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information

MS Exel MS Excel tutorials in Hindi

MS Exel MS Excel tutorials in Hindi 1 MS Exel MS Excel tutorials in Hindi Excel): datas) (spreadsheets) workbook) worksheets) ' ' (columns) ' ' (rows) (grid) (cell), 'E' '5' 'E5', mathematical formulas) Microsoft Excel - Screen Elements)

More information

Watch the video below to learn more about creating formulas in Excel. *Video removed from printing pages. Mathematical operators

Watch the video below to learn more about creating formulas in Excel. *Video removed from printing pages. Mathematical operators Excel 2016 Intro to Formulas Introduction One of the most powerful features in Excel is the ability to calculate numerical information using formulas. Just like a calculator, Excel can add, subtract, multiply,

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Basic Excel Forumlas

Basic Excel Forumlas Basic Excel Forumlas Mathematical operators Excel uses standard operators for formulas, such as a plus sign for addition (+), a minus sign for subtraction (-), an asterisk for multiplication (*), a forward

More information

TODAY This gives you today s date IF the cell is formatted as a date.

TODAY This gives you today s date IF the cell is formatted as a date. 33 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

4.1. FORMATTING TOOLBAR

4.1. FORMATTING TOOLBAR Excel tutorial menu Table of Contents 1. SPREADSHEET BASICS 3 1.1. MICROSOFT EXCEL 2000 SCREEN ELEMENTS 3 1.2. ADDING AND RENAMING WORKSHEETS 3 1.3. THE STANDARD TOOLBAR 4 2. CUSTOMIZING EXCEL 4 2.1. MENUS

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Basic Microsoft Excel 2011

Basic Microsoft Excel 2011 Basic Microsoft Excel 2011 Table of Contents Starting Excel... 2 Creating a New Workbook... 3 Saving a Workbook... 3 Creating New Worksheets... 3 Renaming a Worksheet... 3 Deleting a Worksheet... 3 Selecting

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

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

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

More information

Created by Cheryl Tice. Table of Contents

Created by Cheryl Tice. Table of Contents Created by Cheryl Tice 1 Table of Contents What is Excel?.3 Excel Window..4 What is Your Mouse Telling You?...5 Common Keyboard Shortcuts...6 Moving Around a Worksheet.7 Formulas...8 Formula Tips...9 Vocabulary..10

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel From the Windows Start screen, click the Excel 2013 program tile 1 Right-click a blank area of the Windows Start screen 2 Click the All Apps button 3 Click

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font Excel 2013 Shortcuts My favorites: Ctrl+C copy (C=Copy) Ctrl+X cut (x is the shape of scissors) Ctrl+V paste (v is the shape of the tip of a glue bottle) Ctrl+A - or the corner of worksheet Ctrl+Home Goes

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Quick Reference: Microsoft Excel Keyboard Shortcuts

Quick Reference: Microsoft Excel Keyboard Shortcuts Quick Reference: Microsoft Excel Keyboard s FORMATTING Bold the selection Italicize the selection Underline the selection Strike through the selection Open the Style dialog box Open the Format Cells dialog

More information

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

Excel Shortcut Keys. Print and Print Preview. Worksheets

Excel Shortcut Keys. Print and Print Preview. Worksheets Excel Shortcut Keys. Print and Print Preview Print Print Preview In Print Preview Move around the page when zoomed in. Move by one page when zoomed out. Move to the first page when zoomed out. Move to

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

MICROSOFT WORD. MS. Office includes the following application:

MICROSOFT WORD. MS. Office includes the following application: MICROSOFT WORD MS. Office consists of group of application developed overtime by MS work together, both in terms of accomplishing things is a similar way and in terms of providing easy of data. MS. Office

More information

Excel keyboard shortcuts and function keys

Excel keyboard shortcuts and function keys Excel keyboard shortcuts and function keys This article describes keyboard shortcuts, function keys, and some other common shortcut keys for Microsoft Excel 2016 for Windows. This includes the shortcuts

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Presenter: Susan Campbell Wild Rose School Division

Presenter: Susan Campbell Wild Rose School Division Presenter: Susan Campbell Wild Rose School Division What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used for entering and analyzing

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

The New York Society Library Presents:

The New York Society Library Presents: The New York Society Library Presents: Introduction to Microsoft Excel (for versions 2003 and earlier) Carolyn Waters Acquisitions & Reference Librarian carolyn@nysoclib.org Index OVERVIEW.... Page 03

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office 1 2 Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel * Close the Excel program Click on the Close

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

Excel 2. Module 2 Formulas & Functions

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

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit,

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Find Ctrl+G Goto Edit, Goto Ctrl+H Replace Edit, Replace

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

AGB 260: Agribusiness Data Literacy. Excel Basics

AGB 260: Agribusiness Data Literacy. Excel Basics AGB 260: Agribusiness Data Literacy Excel Basics Useful Chapters in the Textbook Regarding this Lecture Chapter 1: Introducing Excel Chapter 2: Entering and Editing Worksheet Data Chapter 3: Essential

More information

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document This part contains an instruction, task or a skill which you need to sow evidence of being able to do Once you have completed a task and shown evidence of it write the date underneath the task instruction

More information

Excel Simple Worksheets (with Functions)

Excel Simple Worksheets (with Functions) Excel 2007 Simple Worksheets (with Functions) Contents The Excel 2007 Window 4 Navigating in Excel... 7 Entering Data 8 Working with Ranges of Cells... 9 Selecting Ranges of Cells 9 Copy and Moving Cell

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

NOMAS TRAINING & CONSULTANCY LTD. Dissington Hall, Ponteland, Northumberland. Tel : Web :

NOMAS TRAINING & CONSULTANCY LTD. Dissington Hall, Ponteland, Northumberland. Tel : Web : MS Excel 2010 Analysing Data Using Formulae & Pivot Tables User Guide NOMAS TRAINING & CONSULTANCY LTD Dissington Hall, Ponteland, Northumberland Tel : 01661 820 960 e-mail : info@nomas.co.uk Web : www.nomas.co.uk

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1 Guide Microsoft Excel 2013 Introductory Note: Microsoft, Excel and Windows are registered trademarks of the Microsoft Corporation. Release OL356v1 Contents SECTION 1 FUNDAMENTALS... 9 1 - SPREADSHEET PRINCIPLES...

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Lesson 3 - Creating Documents with MS word 2010 Introduction to Word Processing MS-Word 2010 is word processing application that is used create and edit documents such as: Books, letters, reports, newsletters,

More information

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells 1 LIBRE OFFICE CALC What is Calc? Calc is the spreadsheet component of LibreOffice. You can enter data (usually numerical) in a spreadsheet and then manipulate this data to produce certain results. Alternatively,

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

Using Excel 2011 at Kennesaw State University

Using Excel 2011 at Kennesaw State University Using Excel 2011 at Kennesaw State University Getting Started Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw State

More information

194 useful Keyboard Shortcuts for Excel Excel 2010 Shortcuts

194 useful Keyboard Shortcuts for Excel Excel 2010 Shortcuts 194 useful Keyboard Shortcuts for Excel 2010. Excel 2010 Shortcuts 1. Navigate Inside Worksheets Arrow Keys Page Down / Page Up Alt + Page Down / Alt + Page Up Tab / Shift + Tab Ctrl + Arrow Keys Home

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE Excel 2010 Foundation Excel 2010 Foundation Excel 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information