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

Size: px
Start display at page:

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

Transcription

1 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 / Functions S2: 4 7 Creating S2: 7-9 Fill Command S2: 10 Formatting, Editing S2: Exercises S2: Headers & Footers, Formula View S2: 19 S2: 1

2 General Spreadsheet Information As said before, spreadsheets are used to calculate budgets, to analyse information and many other things. Spreadsheets are also very large. They have approx 65,000 rows and 260 columns!!! In the spreadsheet below it shows the cell in the last row and the last column (reference IV65536). (Remember, a cell is the intersection of a column and a row, and therefore is named after the column and row. ie. cell A3, means the intersection of column A and row 3). The columns start with A to Z, then move onto AA to AZ, then move onto BA to BZ, and finally finish with (in this case) IV. Cell reference When you highlight a row or a column by clicking in the grey area, be aware you are highlighting many more cells than what you can see. To move around a spreadsheet you can use the keyboard arrows (located at the bottom right of your keyboard). You can also use the scroll bar just like in wordprocessing. S2: 2

3 Exercise Move around a Spreadsheet 1. Go to Start, Programs and then Microsoft Excel, to open up Microsoft Excel. You should now be in a blank spreadsheet. 2. Move around the spreadsheet using the previously mentioned two methods. 3. Hold down the CTRL button and press the Home key. What is the cell reference now? Hold down CTRL and press the down arrow. What is the cell reference now? Hold down CTRL and press the right arrow. What is the cell reference now? Hold down CTRL and press the Home key. Why do people use spreadsheets? People use spreadsheets because the computer can calculate things faster and it is very simple to update a spreadsheet if it has been designed correctly. One important thing about good spreadsheet design is using cell references (i.e. A3) in calculations rather than typing in actual numbers (i.e. the number 3). For example look at the very simple spreadsheet below that adds two numbers together. A B C D = =A2+B2 3 Both answers that would be displayed in column C would be the same. However the correct way is the formula in row 2, because if the numbers in column A or B change, the answer would automatically change. Exercise Using cell references in formulae. 1. Type in the simple spreadsheet above into the blank spreadsheet you currently have open. (You can use the set of four arrows on your keyboard to move from cell to cell, or move your mouse over the cell you want to type in and click the left hand button on your mouse.) 2. Now change cell A1 and A2 to the number 6, and press ENTER. (Notice that cell C2 changes correctly but cell C1 doesn t) S2: 3

4 Formulae Formulae can be added to a spreadsheet to make it perform simple or complex calculations. A formula always begins with an equals (=) sign and typed into the active cell where you want the result to be placed in the spreadsheet. Look at the picture below. This shows examples of the correct formulae used to add, subtract, multiply and divide using a spreadsheet. When you type the formula in and press enter, the computer will display the answer for you. Functions Functions can sometimes be used as Short cuts instead of using long or complex calculations. A function is a special type formula. A function always begins with an equal (=) sign and is typed into the active cell where you want the result to be placed in the spreadsheet. A function involves an equals sign, an action word, and then a range of cells in brackets. For example B4:G4 is a range, meaning all cells between and including B4 to G4. Look at the picture below. This shows examples of a formula and function you could use to do the same thing. S2: 4

5 Mathematics in Excel The table below shows how to use the basic mathematical operations on two numbers in two different cell locations. In the example used, the number 40 is in cell C6 and the number 10 is in cell D6. Operation Symbol Formulae Result Addition + = C6 + D6 = = 50 Subtraction - = C6 - D6 = = 30 Multiplication * = C6 * D6 = 40 * 10 = 400 Division / = C6 / D6 = 40 / 10 = 4 Mathematical expressions are calculated in a specific order based on the type of operation being performed and symbols, such as brackets. This order is the same as those used by people doing any type of calculation, by calculators and by all computer spreadsheet packages. Order of evaluating mathematical expressions: 1. Brackets () 2. Multiplication & Division 3. Addition & Subtraction That is, do all calculations in brackets first followed by any multiplication and division before any addition and subtraction. Formula Answer Explanation = * and 2 are multiplied first ( giving 6 ) then 5 is added (giving 11) = (5 + 3) * and 3 are added first ( giving 8 ) then multiplied by 2 (giving 16) = 3 * 10 / 2 15 Both multiplication & division have the same order so calculation is done from left to right. This answer is the same if the division was done first then the multiplication. Note: In spreadsheets, cell references are used instead of numbers, so the first formula in the above table would normally be typed in the form = A1 + B1 * C1 where the number 5 is in cell A1, the number 3 is in cell B1 and the number 2 is in cell C1. S2: 5

6 Summary of Functions Formulae that are used regularly by computer users have been stored in the computer and are called functions. The most common functions used in this spreadsheet course are listed in the following table. Function Example Explanation = sum ( ) Adds a list of numbers together =sum(a1:a10) Adds the contents of cells A1, A2, A3, A8, A9 & A10 together. = average ( ) Calculates the average number, from a list of numbers. The average is the sum of all the numbers divided by the number of numbers. =average(a1:a10) Adds all the numbers in cells A1 to A10 (ie 10 numbers) together and divides this total by the number 10 (the count of the numbers added together). = min ( ) Finds the smallest number in a list of numbers. =min(a1:a10) Finds the smallest number stored in the cells A1 to A10. = max ( ) Finds the largest number in a list of numbers. =max(a1:a10) Finds the biggest number stored in the cells A1 to A10 S2: 6

7 Percentages Calculations using percentages are often used in everyday calculations. Examples include: 10% GST is charged on goods and services that people purchase banks charge a 6.75% interest rates on loans share prices fall/rise by 0.6% Percentage Fraction Decimal 100% % 60/100 = 6/10 = 3/ % 6/ % 6/ % 675/ Some Common English word and their Mathematical use 1. The word of means multiply. For example means 25% of Gross Pay 25% * Gross Pay or 25/100 * Gross Pay or 0.25 * Gross Pay. 2. The word less means subtract. For example means Gross Profit less Expenses Gross Profit - Expenses S2: 7

8 Exercise - To Create a Simple Spreadsheet If you do not have a blank spreadsheet open, then go to Programs, Microsoft Excel. You are going to create the following spreadsheet. 1 Type in the information as given in the spreadsheet picture below, into your spreadsheet. To start, move your mouse over cell A1 and click to make this the active cell. Type in Exercise 1. Formulae and Functions... Notice that this over laps into column B. 2 Select cell A3 and type in Addition Formula. You will need to increase the width of column A so that these words don t overlap into column B. Move your mouse to between the grey column labels A and B, and notice the mouse shape change to a double headed arrow. When this happens hold your mouse button down and drag out the column to the width that you want. 3 Complete the remainder of the spreadsheet, typing in the information as shown above. 4 In the Answer area, type in the correct formula or function. eg. In cell H3 you need to type in a formula that will get the computer to add all the numbers in the cells up, and in cell H4 you need to type in a function that will add them up. Remember you must type in an = sign to start. Go back to the examples in the previous page if you are unsure. 5 By the way are you finding the screen to hard to read, or the number too large? Try the Zoom tool to adjust the size of the cells on your screen. Click on the down arrow at the side of the zoom tool button and choose the percentage size that you are after. 6 Save your spreadsheet as Adding Formula. S2: 8

9 Exercise - To Create a Simple Budget If you do not have a blank spreadsheet open, then go to programs, then Microsoft Excel. You are going to create the following spreadsheet. 1. Move the cell pointer to A1. Type in the Words, BUDGET SYSTEM This overlaps into the next cell. Press Enter. 2. This entry is incorrect, and should read BUDGET PLANNER With the cell pointer, select A1, and click in the formula bar, to edit. Change System to Planner. Press Enter. 3. Fill in the following cells: A3 MONTH A5 EXPENSES A6 Fixed A7 Variable A8 Sundry A10 TOTAL EXPENSES A12 INCOME A13 Fixed (Salary) A14 Variable (Commission) A16 TOTAL INCOME A18 TOTAL SAVINGS Use your down arrow key to move from cell to cell. S2: 9

10 The Fill Command: Under the EDIT menu is a series of Fill commands called Right: Copies the entry, format or formula of the first cell of a selection, into the highlighted cells to the right. Down: Series: Copies the entry, format or formula of the first cell of a selection, into the highlighted cells below. Fills the highlighted cells with a series of numbers or dates. Use this command to quickly fill a series of numbers or dates in a column or row. And also Up and Left. In cell B3, type in January, press enter to confirm entry. Highlight from B3 across to G3. From the Menu Bar, select Edit, then Fill, then Series. Select Rows and AutoFill. Then click on OK. The highlighted area will fill with February, March and so on. There is also another way of doing the fill command. To try this we need to first delete the months you just created. Highlight from February to June and then press the Delete button on your keyboard. Select the January cell by clicking on it. You will see a small black square on the right hand bottom of the cell. Small black square or Fill handle Move your mouse over this square until your mouse changes shape from a thick cross to a thin cross. Click on the square and, keeping the mouse button down, drag across to G3. Release the mouse button. The area should now be filled with February, March and so on. In cell B6, type in 628, then press enter to confirm entry. Highlight from B6 across to G6. From the Menu Bar, select Edit, then Fill, then Right. The highlighted area will copy 628 across to each cell. 4. Fill in the remainder of the spreadsheet as in the picture on the previous page, including all Variable and Sundry expenses, and all Fixed and Variable Income from January to June. (Don t fill in the totals because this will be explained in a later exercise) 5. Type in TOTAL in cell H5. And Save the spreadsheet as BUDPLAN, on your flash drive. Close this file S2: 10

11 Creating a Spreadsheet Continued. read this section first, an exercise will follow. 1. Changing your Column Width. There are three methods of doing this: Method 1 - From the FORMAT menu, select Column, then Width. This allows you to enter an exact width. Method 2 - If you click on the bar between the columns on the grey column name bar, for example, between A and B column name. A double headed arrow appears. Holding the mouse button down, drag across the column boundary line until it is the required width. This can be done at any time. Method 3 - You can also double click on the division between the columns. This automatically makes the column the width of the largest entry in the column. 2. Changing your Row Height The height of a row or all rows can be changed by either: Highlight the row you want to change. From the Format menu, select Row, then Height and enter the height you want You can also click between the row number and drag it until you get the height you want. You can also double click on the boundary between the rows. This automatically makes the row height correct. 3. Text Alignment. There are a few different types of alignment when using a spreadsheet. Text alignment within a cell can be quickly selected from the toolbar (left, right and centre align). These will be the same as in Wordprocessing. S2: 11

12 From the Format menu, select Cells, then select the Alignment tab. The cell or cells you want to format must be highlighted to make your selection. There are several new choices, apart from those in Wordprocessing menu. You can change the text orientation, by clicking on the orientation that you desire, or by choosing the degrees that you want it orientated at. Horizontal aligns the text horizontally in many different ways. Center Across Selection lets you centre your selection across several highlighted cells. Vertical aligns the text vertically within a cell. Text Control changes the text by wrapping it within a cell, shrinking it, or merging many highlighted cells into one. See the picture below. 4. Shading. Highlight the area you want to put the shading in. From the Format menu, select Cells, then Patterns. You are given several choices to pick from. Make your selection and click on OK. 5. Borders. S2: 12

13 To achieve a border, highlight the area you want to put the border around. From the Format menu, select Cells, then Border. Make your choice of line style and click on OK. 6. Inserting a Column. Highlight where you wish the column to be inserted, by clicking on the column letter. The column goes in to the left of the highlighted column. From the Insert menu, click on Columns. The column is inserted. 7. To Delete a Column. Highlight the column you wish to delete. From the Edit menu, click on Delete. The column disappears. If you make a mistake, before you do anything else, click on Undo, in the Edit menu. 8. To Add a Row. Click on the row number below where you wish to add the extra row. From the Insert menu, click on Rows. The row is inserted above the highlighted row. 9. To Delete a Row. Click on the row you wish to delete. From the Edit menu, click on Delete. Be careful because all data in this row will be deleted too. If you make a mistake, before you do anything else, click on Undo, in the Edit menu. Formatting Text and Numbers Formatting in spreadsheets is similar to word processing. To change the text font Click in the cell (or highlight the range of cells) you want to change. Choose Format from the menu bar, then Cells, then Font. The box below will appear where you can change the font type, colour etc. S2: 13

14 To change the number style display Click in the cell (or highlight the range of cells) you want to change. Choose Format from the menu bar, then Cells, then Number. The box below will appear where you can change the number style display By selecting the correct box, you can change the number of decimal places, with or without commas, and how decimal numbers should be displayed.. Exercise Budplan continued Using the spreadsheet BUDPLAN 1. Make the column widths only the necessary width required. 2. Bold all headings. Remember to highlight what you wish to change. 3. Insert a column after June. Call it July. Enter the same figures as for June. 4. Using Cut and Paste, move the July column in front of the January column. Make sure you insert a column first so that you have somewhere to paste your work to. 5. Now delete the July column and the blank column after the June column, so the spreadsheet returns to the original layout. 6. Make row 1 deeper by dragging down on the cell baseline. 7. Centre the heading Budget Planner 2006 across the selection (A1- H1). Highlight from A1 to H1, select Format, then Cells, then Alignment, then click on the drop down box arrow next to Horizontal and select Centre Across Selection. 8. Place a border around rows A1 to H3. 9. Place a pattern inside this border (read the instructions for Shading ). 10. Make your heading Arial font and size 14. Save your file as BUDPLAN. Exercise - Budplan continued S2: 14

15 If not already open, open your file called BUDPLAN. 1. Select cell B10 (January s Total Expenses) and type in the following function: =sum(b6:b8) The colon will tell the special formula (function) to add everything between the first and the last cell. Make sure there are no spaces in the formula. The total will be placed in cell B10 when you press enter. This is a faster way than typing =B6+B7+B8 2. Use the same method to find the TOTAL EXPENSES for February and March only. You will use a different method for the other months. 3. There is also a function called AUTOSUM. It is represented by the Σ icon on the toolbar. AutoSum Button 4. You are now going to use the AUTOSUM to add up the TOTAL EXPENSES for April. Click in cell E10 (April s Total Expenses), then click on the Σ button on the toolbar. Notice the cells above are highlighted and the formula required is now in the formula bar. If this does not happen i.e. the incorrect cells are highlighted, such as the cells to the right instead of the ones above, this is because sometimes the spreadsheet becomes confused by the blank cell directly above it. If this has happened, then while the cells are still highlighted, take your mouse and click and drag over the correct cells to add up. Press Enter while the cells are still highlighted and the total will now appear in E Use this method to find the totals for May and June. 6. Find the TOTAL INCOME for January. 7. Highlight the cells B16 to G16. From the Edit menu, select Fill, then Right. The formula will be copied across the entire row and the totals for February to June will appear. S2: 15

16 8. You are now required to pay 29% tax on the TOTAL INCOME. Change the entry in cell A16 to read TOTAL GROSS INCOME. In cell A17 type in NET INCOME. In this row you are going to subtract Tax (29% of Gross Income) from your GROSS INCOME. In cell B17 type in the following formula: = B16-(29%*B16) This means: Gross Income (29% of Gross Income). This will give you the Net Income. 9. Use the Fill Command to find the remaining months Net Income. 10. To find the TOTAL SAVINGS, a slightly different formula is needed. You will have to subtract the TOTAL EXPENSES from the NET INCOME. For January, select cell B18, type in the formula, =B17-B10. Press Enter. Do not leave any spaces in the formula. 11. Use the fill command to find the TOTAL SAVINGS for the remaining months. 12. Put a formula in H6 that calculates the total Fixed Expenses. Use the Fill Command to complete all the totals required, in column H. 13. The figures can be put in Currency Format. Highlight the column/ columns you wish to change to Currency. You can either go to the Format menu, click on Cells, then Number, then select currency, or you just click on $ button on the toolbar. Note; The computer will normally display a negative number as a minus sign (-). However, if at any time a total is shown in brackets (37, 987) this also means it is a negative number. Some columns may now show ##########. This simply means that the column is too narrow (it may be shown in scientific notation). Make the column wider by one of the methods explained previously The ######## is just one of many error messages that Excel will show you if it can t display what you want. Other error messages include: #VALUE! #DIV/0! S2: 16

17 Go to the Help button on the Toolbar or Click on your Office Assistant or click on Help on the Menu bar then Microsoft Excel Help. Type in the word error in the office assistant, then click on search. The computer should give you some options of what you want to view. The screen below was displayed when the option Find and correct errors in formulas was clicked. Remember if you get an error message use HELP to see what the problem is. 14. Insert a row between rows 17 and Save the file BUDPLAN then close the file. S2: 17

18 Exercise - Create a Spreadsheet 1. Create the following worksheet. Save it as CAR PARTS. 2. Format the spreadsheet as above using wrap text for Row 2. Highlight the cells you want to wrap text then go to Format, Cells, Alignment, Text Control: wrap text. 3. Use appropriate formula or functions for columns H (eg. =C3 + F3 G3) and I, and row 10 S2: 18

19 4. Place your name in the Header and the date in the Footer. To create a Header or Footer, go to View, then Header and Footer To go into the Header, click on the Custom Header button. Take a look at the automatic buttons that are available. To select one of these options click on the button. 5. Save your file as CAR PARTS. 6. From the Menu bar, select Tools 7. Select Options, and then the View tab. 8. In the section Window Options select Formulas. Then click on OK. Your spreadsheet will now show the formula used in each cell rather than the answer. (Alternately, hold the CTRL key down and press the ~ key). You may need to widen a column so the spreadsheet can display the complete formula. 9. Close the spreadsheet. S2: 19

INFORMATION SHEET 24002/1: AN EXCEL PRIMER

INFORMATION SHEET 24002/1: AN EXCEL PRIMER INFORMATION SHEET 24002/1: AN EXCEL PRIMER How to use this document This guide to the basics of Microsoft Excel is intended for those people who use the program, but need or wish to know more than the

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

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

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

Budget Exercise for Intermediate Excel

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

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

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

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet

More information

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5.

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5. Data Entry, Cell Formatting, and Cell Protection in Excel 2004 In this workshop, you start by adding to the number of sheets in your workbook and then grouping four of the sheets to set up a small spreadsheet

More information

JF MSISS. Excel Tutorial 1

JF MSISS. Excel Tutorial 1 JF MSISS Excel 2010 Tutorial 1 In this session you will learn how to: Enter data into a spreadsheet Format data. Enter formulas. Copy formulas. 1. What is a Spreadsheet? A spreadsheet is best thought of

More information

Information System Services

Information System Services Information System Services Diocese of London, 1070 Waterloo Street, London, Ontario, N6A 3Y2 Phone:(519)433-0658, Fax:(519)433-0011, E-mail: iss@rcec.london.on.ca Excel Formatting Online Demonstration

More information

Excel 2016 Basics for Windows

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

More information

Section 18. Advanced Cell Formatting

Section 18. Advanced Cell Formatting Section 18 Advanced Cell Formatting By the end of this Section you should be able to: Apply Wrap Text Use Merge and Shrink to Fit Change Text Orientation Remove Cell Formatting Use the Format Painter Use

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals 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 that information.

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

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

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

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

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

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

MOVING AND COPYING DATA...

MOVING AND COPYING DATA... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS... 6 BASIC EXCEL REVIEW... 6 ENTERING FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a simple cell

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

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

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. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

USING FORMULAS AND FUNCTIONS...

USING FORMULAS AND FUNCTIONS... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a Simple

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter

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

Practice Exercises for Introduction to Excel

Practice Exercises for Introduction to Excel Practice Exercises for Introduction to Excel Follow the directions below to create the exercises. Read through each individual direction before performing it, like you are following recipe instructions.

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

Section 3. Formulas. By the end of this Section you should be able to:

Section 3. Formulas. By the end of this Section you should be able to: Excel 2003 CLAIT Plus Section 3 Formulas By the end of this Section you should be able to: Create Simple Formulas Understand Mathematical Operators Use Brackets Calculate Percentages Select Cells with

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

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

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

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

Section 3. Topics Covered

Section 3. Topics Covered Section 3 Topics Covered " Calculating using formulas... 3-2 " Copying formulas... 3-7 " Using absolute cell addresses... 3-13 " Calculating results using AutoCalculate... 3-18# " Using functions... 3-21

More information

Beginning Excel for Windows

Beginning Excel for Windows Beginning Excel for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Excel for Windows and Setting the Toolbars

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 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 Parts of the Screen

Introduction to Microsoft Excel Parts of the Screen Introduction to Microsoft Excel Parts of the Screen UNIT OUTCOME: Students will be able to use a spreadsheet to record, organize, and format text and numerical data. Define the Term Spreadsheet: A spreadsheet

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Section 8 Formatting

Section 8 Formatting Section 8 Formatting By the end of this Section you should be able to: Format Numbers, Dates & Percentages Change Cell Alignment and Rotate Text Add Borders and Colour Change Row Height and Column Width

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

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

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

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

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

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

Table of Contents Getting Started with Excel Creating a Workbook

Table of Contents Getting Started with Excel Creating a Workbook Finney Learning Systems i Table of Contents Welcome........................... vii Copying the Student Files................ viii Setting up Excel to Work with This Course...... viii Lesson 1 Getting Started

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

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

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

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

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

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

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

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

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

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

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

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Microsoft Excel Level 1

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

More information

A new workbook contains 256 worksheets. The worksheet is a grid of COLUMNS and ROWS. The intersection of a column and a row is called a CELL.

A new workbook contains 256 worksheets. The worksheet is a grid of COLUMNS and ROWS. The intersection of a column and a row is called a CELL. MICROSOFT EXCEL INTRODUCTION Microsoft Excel is allow you to create professional spreadsheets and charts. It is quite useful in entering, editing, analysis and storing of data. It performs numerous functions

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

Excel Basic: Create Formulas

Excel Basic: Create Formulas Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Excel Basic: Create Formulas Overview: Let Excel do your math for you! After an introduction

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

Computer & Careers Mr. Lewis

Computer & Careers Mr. Lewis Microsoft Excel Unit A Computer & Careers Mr. Lewis Definitions: Spreadsheet Worksheet Workbook Formulas File Extension When you open a spreadsheet the default name is Is an application you use to perform

More information

EXCEL PRACTICE 5: SIMPLE FORMULAS

EXCEL PRACTICE 5: SIMPLE FORMULAS EXCEL PRACTICE 5: SIMPLE FORMULAS SKILLS REVIEWED: Simple formulas Printing with and without formulas Footers Widening a column Putting labels and data in Bold. PART 1 - DIRECTIONS 1. Open a new spreadsheet

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

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Excel Foundation Quick Reference (Windows PC)

Excel Foundation Quick Reference (Windows PC) Excel Foundation Quick Reference (Windows PC) See https://staff.brighton.ac.uk/is/training/pages/excel/foundation.aspx for videos and exercises to accompany this quick reference card. Structure of a spreadsheet

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

More information

Section 2. Advanced Cell Formatting

Section 2. Advanced Cell Formatting Open Learning Excel Intermediate Section 2 Advanced Cell Formatting By the end of this Section you should be able to: Apply Wrap Text Use Merge and Shrink to Fit Change Text Orientation Remove Cell Formatting

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

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

MICROSOFT EXCEL STAGE ONE LEVEL ONE

MICROSOFT EXCEL STAGE ONE LEVEL ONE MICROSOFT EXCEL STAGE ONE LEVEL ONE LEARNING STAGE 1 Level 1 FUNCTIONS COVERED FOR THIS COURSE Table of Contents/Index Listed below are functions you will learn as you work through your lessons. Functions

More information

Beginning Excel. Revised 4/19/16

Beginning Excel. Revised 4/19/16 Beginning Excel Objectives: The Learner will: Become familiar with terminology used in Microsoft Excel Create a simple workbook Write a simple formula Formatting Cells Adding Columns Borders Table of Contents:

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information