Module Four: Formulas and Functions

Size: px
Start display at page:

Download "Module Four: Formulas and Functions"

Transcription

1 Page 4.1 Module Four: Formulas and Functions Welcome to the fourth lesson in the PRC s Excel Spreadsheets Course 1. This lesson concentrates on adding formulas and functions to spreadsheet to increase their usefulness. After starting with a difficult topic, it finishes up with two ways to make life easier, one by showing you how to find something on a spreadsheet and the other by checking your spelling for you. You will explore several pre-built sample spreadsheets and make modifications to each sample. The spreadsheets can be found on the accompanying student folder. Topics Use Built-in Functions Locate Data Correct Spelling Errors Exercises Exercise A - Change the Budget Spreadsheet Exercise B - Change the Auto Mileage Spreadsheet Summary Objectives Include functions like sum, average, min and max to make data more meaningful Find specific entries in large spreadsheets Spell check and correct spelling errors in a spreadsheet

2 Page 4.2 Use Built-in Functions You learned earlier in this course how to construct a formula. All formulas start with an equal sign and include the column header and row header as the cell reference, and of course a plus sign, minus sign or whatever you want to calculate; for example, =A1+B2. It would be very unusual for a spreadsheet to contain one or two or several formulas sitting in isolation. Consider setting up a budget in a spreadsheet. There is a left-right component, usually a time line that spans the weeks or the months of a year. At the end of every row is some kind of total. There is an up-down component within each of the weeks or months, usually categories of income and expense. At the bottom of income is a total, another at the bottom of expenses, and perhaps a net figure that subtracts expenses from income. At the lower right of such a set up is an item called a cross foot where the left-right totals are compared to the up-down totals. They should be the same and the cross foot is a check against errors in the budget. The picture you should get is, even when the arithmetic is mostly simple addition and subtraction, the spreadsheet can become a complicated set of related formulas. Your job is to visualize the connections among the formulas to make sure the spreadsheet behaves as you want. Never lose track of the fact that the spreadsheet is doing exactly what you tell it to do. If it misbehaves, it s not the fault of the spreadsheet. Excel does try to make your job easier. Based on feedback over the years, Microsoft has included many short cuts for building formulas. For example, suppose that budget spanned twelve months and you wanted a total for the year. You could enter something like =C5+D5+E5+F5+G5+H5+I5+J5+K5+L5+M5+N5 in a cell at the end of Row 5. What a pain, especially if you have to do it many times. Or you could enter =SUM(C5:N5) Adding a row of numbers is so common there is a function built into Excel to do just that. The function is read as, add all the entries in the range of cells from C5 through N5. Microsoft Excel includes many other formulas in the form of built-in functions. Examples include, =SUM( ) function adds a row or a column and provides the total result =AVERAGE( ) function finds the average of a row or column and provides the result =MIN( ) finds the smallest number in a series of cells =MAX( ) finds the largest number in a series of cells. Figure 4.1 The Sum button in the Home tab Editing group The =SUM( ) function is so commonly used there is a shortcut button on the Home tab, Editing group. It is the one with the Greek letter Sigma as pictured here. To use the SUM button, click below the column of numbers you want to total, then click the SUM button. Or, click to right of the row of numbers you want to total, then click the SUM button.

3 Page 4.3 When typing any of the above four functions, you must provide, within the parenthesis, the range of numbers you want to evaluate. If you wanted to average the numbers in B6 through B15, you would type =AVERAGE(B6:B15) into the Formula bar. Figure 4.2 The Formula Bar is located immediately above the spreadsheet Remember, when writing a formula: Start with the equal sign and then type the function name... followed by a left parenthesis, then type your beginning cell, then type a colon, then type the ending cell and finally conclude by typing a closing parenthesis and press the enter key Recall if you click on the red X you will erase all of the entry you are working on in the Formula bar it s a kind of Undo. If you click on the green check-mark it s the same as pressing the Enter key. It does not matter whether you use upper or lower case Excel will convert function names and cell references to upper case for you. Although it is rare to want to do so, the Formula bar can be turned off with a toggle switch selection under the View tab, Show/Hide group. It can also be turned on here in case you cannot seem to find it. The entries that occur between the parentheses of a function are called the arguments of the function. You must supply one or more arguments to make a function work. For example, the range B6:B15 is the argument given or entered for the AVERAGE( ) function, above. If a function requires more than one argument, the arguments are separated by commas. For example, =MOD(10,3) displays the value 1. MOD( ) is used to calculate remainders; the remainder of 10 divided by 3 is 1. MOD( ) requires two arguments separated by a comma. There are more than 300 functions contained in Excel; most of them more complex than SUM( ) or MAX( ). After some practice you will learn the arguments needed for the functions you use most frequently, but nobody knows all the arguments needed for all the functions contained in Excel. You will learn more about functions, and they way Excel helps with them, in a later lesson.

4 Page 4.4 Locate Data Often a spreadsheet can get very large. With 16,384 columns and 1,048,576 rows there is a lot of room beyond the view of your spreadsheet window. Making changes to a large spreadsheet has been simplified by the Find... and Replace... commands in the Home tab, Editing group. Figure 4.3 The Find & Select Menu showing the Find command under Home tab, Editing group For example, a spreadsheet which contains the names, address and phone numbers of your friends and family may require a change in certain area codes, but not all. Some people in area code 214 now have the new area code 972. First you must Find... the 214 people and then Replace... only those that really changed. Using the Find... or Replace... commands under the Edit Menu makes this job easier. The Replace... command is the preferred choice because it provides a find capability along with the replace function. The Find... command only locates the information in the spreadsheet.

5 Page 4.5 Figure 4.4 The Find dialog box only locates information In the area code change example, use the Replace... command to locate each and every 214 area code and if the persons area code did not change, click the Find Next button to locate the next person. However, if the person in your spreadsheet does need the new area code, click the Replace button to change from 214 to 972. Figure 4.5 The Replace dialog (Options open) box provides a text box for changes The Replace All button is reserved for those times when you want to blindly change every 214 area code to 972.

6 Page 4.6 Correct Spelling Errors Microsoft Excel includes a spell checking tool which has become an indispensable assistant when creating a spreadsheet. The spell checker in the spreadsheet program is the same one used in the word processing program. Figure 4.6 The Spelling button in the Review tab, Proofing group The Spelling command is located on the Review tab, Proofing group. Once a spelling error is found, you will be given a number of suggested spellings. Figure 4.7 The Spelling or Spell Checker dialog box Clicking on one of the suggested spelling in the Suggestions: text box, elevates that selection to the Change to: text box. Clicking on the Change or Change All button will replace the misspelled word with the correct word. If the word is really correct like a proper name or NYSE ticker symbol you can click the Ignore or Ignore All button to avoid any changes. If you would like to add the word to your Microsoft Excel dictionary click the Add button. If the Spelling... command could not find a suggested spelling, you may have to resolve the spelling error manually and type the new spelling into the Change to: text box and then click the Change button. You can also spell check a single word by first selecting/highlighting the word, then go to the Review tab, Proofing group and select the Spelling command. The same custom dictionary is used throughout Microsoft Excel. The following exercises will help solidify the topics taught in this lesson. The sample spreadsheets can be found on your computer hard drive. Explore the samples and have fun making changes.

7 Page 4.7 Exercise A - Change the Budget Spreadsheet In this exercise you will continue working on the budget spreadsheet from Lesson 3. You will add formulas and check for spelling errors. The spreadsheet can be found on your computer hard drive under the My Documents / Excel Files folder as 1.4budget.xls. Make changes to the spreadsheet and save it as 1.4budget_rev.xls. 1 Close all open Excel documents. 2 Using the Office Button Open sequence, open 1.4budget in the Excel Files folder To preserve the original spreadsheet, save the spreadsheet using a new name. 3 Using the Office Button Save As sequence, save the document as 1.4budget_rev in the same folder Add missing formulas 4 Click into cell B18 5 Add up the expenses for January by entering the function =SUM(B4:B17). Press Enter when done. This includes the empty cell, B17. Since the cell is empty, it will be evaluated as zero and the addition will be correct. This is not the case with all functions, and you have to be careful with how empty cells are treated to prevent subtle errors. It s considered good practice to use a range for the SUM( ) function that includes the cell immediately next to the cell that contains SUM( ). If a new category of expense is inserted at some future date, SUM( ) will automatically expand to include it as long as the insertion is within the range that SUM( ) is already using. If the empty cell is not included in the range for SUM( ) and the new category of expense is simply dropped into the empty row, SUM( ) won t pick it up. This is the cause of another subtle error very difficult to see and correct. 6 Click into cell C18 7 Click on the Sum button on the Standard toolbar. The function =SUM(C11:C17) appears. But this is not the formula that s needed it should be =SUM(C4:C17). The Sum button needs the boundaries of its range well-defined. In this example there is an empty cell, C10, in the middle of the range. You should always check to make sure the range is correct before pressing Enter. You do have the opportunity to edit (correct) the range in the Formula bar. Do that now by clicking in the Formula bar just to the right of C11, backspace out the 11, enter 4, and press Enter. 8 If the selected cell is no longer C18 use the arrow keys to return to cell C18. 9 Position the mouse pointer over the fill handle, the small black square in the bottom right corner of the cell border and drag the fill handle to the right to cell M18 and release the mouse button 10 Scroll left and down and click in cell B29 11 Click on the Sum button on the Standard toolbar. Double check function =SUM(B23:B28). Press Enter. 12 If the selected cell is no longer B29 use the arrow keys to return to cell B Drag cell B29 s fill handle to the right to cell M29 and release the mouse button 14 Scroll left and down and click in cell B32 This is where we find out how well the budget is doing. Enter a formula in B32 that will calculate cash flow; that is, the difference between total expenses and total income for the month. If income is greater than expense, the result should be a positive number. Try to work out the formula by yourself. Don t peek, the answer is in an italicized paragraph (like this one) lower on this page. 15 Type a formula in cell B32 that calculates cash flow (the difference between total expenses and total income for the month. Press Enter when you have completed your entry in cell B32

8 Page If the selected cell is no longer B32 use the arrow keys to return to cell B32 17 Drag cell B32 s fill handle to the right to cell M32 and release the mouse button Add Monthly Averages 18 Scroll up and right if necessary and click on cell N3 19 Using the Home tab Cells group Format Button Column Width sequence, set the column width to Type Monthly Average into cell N3 and press Enter. The text should overlap into cell O3 21 If the selected cell is no longer N3 use the arrow keys to return to cell N3 22 Click on the Bold button on the Home tab Font group. 23 Select Home Tab Alignment group. 24 Choose the icon that means Align Text Right. (you can hover you mouse pointer over the icons to see their meaning. 25 Still looking in the Home tab, Alignment group, click on the Wrap Text icon. 26 Click OK. Examine your result in cell N3 The formula that you should enter into B32 is =B29-B18 27 Click on cell N4 to select it and then click once in the Formula bar 28 Enter the following and then stop. Don t press Enter, just stop. =average( 29 Using the scroll bar, scroll to the left side of the spreadsheet 30 Click and drag from B4 through M4 and release the mouse button. You are selecting the range to be used by the Average function. Look at the Formula bar to see how the range is incorporated into the function. 31 Move your cursor back to the Formula bar and click once anywhere to the right of M4. Type the closing parenthetical element ). Press Enter. Figure 4.8 shows what your Formula bar should look like. Remember if you make a mistake and want to start over, just go to Undo in the Edit menu. Figure 4.8 The Average function in the Formula bar 32 If the selected cell is no longer N4 use the arrow keys to return to cell N4 33 Drag the fill handle of cell N4 down to cell N16 and release the mouse button Now look closely at your results. Does the average Rent look reasonable? There is that one dip in August makes you think perhaps the August entry is incorrect. What about the average Phone bill? All the Phone expenses are exactly the same, so the average should be the same as any one of the monthly payments. Drop down and look at Dues in Row 9. Every time Dues are paid it is exactly the same amount. So the average amount should be the same as any one of the monthly payments, just like Phone expenses. Or should it? Dues were not paid every month so that, on average, the monthly expense is $10, not $20. This is an example of how a function can treat an empty cell in a way that might cause an error. Enter a zero into L9, the cell for November Dues. What happened to the Monthly Average for Dues? Click on Undo in the Edit menu. You will learn more about the ins and outs of Excel functions in the next course. Meanwhile, we re going to undo a lot of what we just did to correct the spreadsheet as a whole. 34 Click on cell N16 and then click on the Copy button on the Home tab, Clipboard group 35 Click on cell N18 and then click on the Paste button on the Home tab, Clipboard group Since there are no empty cells in Row 18, this result should be okay. 36 Click on cell N29 and then click on the Paste button on the Home tab, Clipboard group 37 Click on cell N32 and then click on the Paste button on the Home tab, Clipboard group

9 Page Click and drag to select the range N4:N16. Press the Delete key on the keyboard. The next step will add simple formatting after all, we re dealing with dollars here 39 Click and drag in cells B4 through N19 all the expense numbers Figure 4.9 The Accounting shortcut or Dollar Sign formatting in the Home tab, Number group 40 Click on the Dollar Sign button on the Home, Number group, then click on one of the month names to clear the selection highlight. How does it look to you? Turn the gridlines off and look again. This formatting generates a strict columnar alignment such as that which occurred when using old 12-column accounting pads. Turn the gridlines back on again. 41 Click and drag in cells B4 through N19 to reselect the expense numbers 42 Select the Home tab, then click on the arrow in the bottom right hand corner under the Number group to open the Format Cells Dialog box 43 In Category drop down menu select Currency. Double check the Decimal places is 2 and the Currency symbol is $. Under Negative numbers select red without the ( ) and Click OK Same idea, slightly different presentation. 44 Click and drag in cells B23 through N32 to select the income numbers 45 Repeat Step Click on any one of the month names to clear the selection highlight. 47 Press Ctrl+Home to return to A1 Your completed spreadsheet should look like the one below in Figure Figure 4.10 Exercise A completed spreadsheet 48 Select the Office Button and then select the Save command Congratulations! You have successfully completed Exercise A

10 Page 4.10 Exercise B - Change the Auto Mileage Spreadsheet In this exercise you will continue working on the auto mileage spreadsheet from Lesson 3. You will add a new formulas and change font size, type and color. The spreadsheet can be found on your computer hard drive under My Documents / Excel Files as 1.4auto.xls. Make changes to the spreadsheet and save it as 1.4auto_rev.xls. 1 Close all open Excel documents. 2 Using the Office Button Open sequence, open 1.4auto in the Excel Files folder To preserve the original spreadsheet, save the spreadsheet using a new name. 3 Using the Office Button Save As sequence, save the document as 1.4auto_rev in the same folder The auto spreadsheet should now be open. Add some new information 4 Click in cell F5 and type Hours on the Road and press Enter 5 Move the mouse pointer over Row 3 s row heading and right click to reveal the shortcut menu 6 Select the Insert command on the pop-up menu (or you can go to the Home tab, Cells group and use the Insert Sheet Rows command) 7 Make sure there is a blank row between Miles per Gallon and Cost of Fuel, then click in cell D3. 8 Type Average Speed: in cell D3 and press the Tab key 9 Type 45 in cell E3 and press Enter 10 Click once in cell F7 Your intent is to enter a formula in F7 that will calculate Hours on the Road. Recall that distance = rate * time (d = r*t). To find time (t) divide both side of the equation by rate (r). This gives time = distance / rate (t = d/r). Consider the trip in Row 7. Can you find a cell that represents distance? Can you find a cell that contains rate? F7 is the cell that represents time. Using the equation above, what does it equal? F7 = C7/45 11 Enter the formula which will calculate Hours on the Road into F7. Remember, all formulas begin with the = sign. 12 Verify that cell F7 is still selected 13 Drag cell F7 s fill handle down to cell F55 and release the mouse button 14 Press Ctrl+Home to return to A1 Enhance the appearance of the new information 15 Change font styles and colors using buttons on the Home tab, Font group Cell D3 should be bold and italic, cell E3 should be red. Using the Home tab, Paragraph group make the cells D2:D6 aligned right andcells E6:F6 aligned right. 16 Select the cells in the range D7:D55

11 Page 4.11 Figure 4.11 The Decrease Decimal button on the Home tab, Number group 17 Click on the Decrease Decimal button in the Home tab, Number group several times until the column is displaying two decimal places 18 Repeat for the cells in the range F7:F55 19 Select the cells in the range E7:E55 and go to the Home tab, Number group. Click on the small arrow in the bottom right hand corner of the Number group to bring up the Format Cells dialog box 20 Click on the Number tab and select Currency under Category. Click OK. 21 Click on the column header for column C 22 Select Insert Sheet Columns under the Home tab, Cells group, Insert menu 23 Use the Home tab, Cells group, Format button, Column Width sequence to set the width of the new column to one. 24 Click on the row header for row 5 25 Select Insert Sheet Rows under the Home tab, Cells group, Insert menu There should now be an empty column between Destination City and Miles, and two empty rows below Cost of Fuel. 26 Click on cell E6. Type in the word Gallons and Press Enter. 27 Click on cell E7 if that is not the current cell selected. Click on the Format Painter button on the Home tab, Clipboard group 28 Click on cell E6. Figure 4.12 The Format button in the Home tab, Clipboard Group The Format Painter copies and pastes formats. Cell E6 should now be Font Size 12, Bold, Blue, and Aligned Right all the formatting attributes of cell E7. 29 Click on cell E7. On the Formula bar, click just to the left of the N in Needed, and then backspace out the word Gallons Press Enter. 30 Click on cell F6. Type in the words Cost of Press Enter. 31 Click on cell F7 if that is not the current cell selected. Click on the Format Painter button on the Home tab, Clipboard group 32 Click on cell F6. 33 Click on cell F7. On the Formula bar, click just to the left of the F in Fuel, and then backspace out the words Cost of Press Enter. 34 Click on cell G6. Type in the words Hours on Press Enter. 35 Click on cell G7 if that is not the current cell selected. Click on the Format Painter button on the Home tab, Clipboard group 36 Click on cell G6. 37 Click on cell G7. On the Formula bar, click just to the left of the t in the, and then backspace out the words Hours on Press Enter. 38 Set the column width for columns E, F, and G to Press Ctrl+Home to return to cell A1. Your spreadsheet should look like the one in Figure 4.13.

12 Page 4.12 Figure 4.13 Exercise B completed spreadsheet 40 Select the Office Button and then select the Save command Do a Find 41 Using the Home tab, Editing group, Find & Select menu, Find sequence, find the distance between Bismarck and Fargo (hint: type Fargo in the Find what: box and then click on Find Next) Correct spelling 42 Click on the Select All hot spot to select the whole spreadsheet Remember, the Select All hot spot is the small square above the row 1 header and to the left of the column A header 43 Click on the Spellingbutton on the Review tab, Proofing group and correct any misspellings in the spreadsheet 44 Click on the Save button on the Quick Access toolbar 45 Select the Office Button and then select the Exit command to close Microsoft Excel Congratulations! You have successfully completed Exercise B

13 Page 4.13 Summary Now you can... Add formulas and built-in function to a spreadsheet. Build a formula which includes a range of cells. Find the location of a specific item in a spreadsheet Invoke the spell checker to correct spelling errors in your spreadsheet. You have explored how to create more complex spreadsheets and use functions like sum and average to further enhance your spreadsheets. You also practiced more formatting to make your spreadsheets both attractive and readable. In the next lesson you will move away from a spreadsheet s capability to calculate values using formulas and functions and toward a spreadsheet s other strength, keeping track of (mostly) text data items using the spreadsheet like a database. NOTES

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

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

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

Module Five: Lists in Excel

Module Five: Lists in Excel Page 5.1 Module Five: Lists in Excel Welcome to the fifth lesson in the PRC s Excel Spreadsheets Course 1. This lesson introduces you to some basic database concepts. Excel uses the term list when referring

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

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

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

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

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

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

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

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

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

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

Word 2007 Tables Part 2

Word 2007 Tables Part 2 Word 2007 Tables Part 2 In this lesson you will learn to use formulas within tables, change the size and positions of a tables, convert information from table form to text form and vice versa, insert clipart

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

Module Five: Customizing Excel

Module Five: Customizing Excel Module Five: Customizing Excel Welcome to the fifth lesson in the PRC s Excel Workbooks Course 2. This lesson shows you how to make Excel easier and more productive through the customization. You will

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

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

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

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

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

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

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

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

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

Microsoft Excel 2007 Level 1

Microsoft Excel 2007 Level 1 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

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

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

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

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

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

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

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

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

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

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

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

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

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

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

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

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

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

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

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

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

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

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

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

Excel 2016: Part 2 Functions/Formulas/Charts

Excel 2016: Part 2 Functions/Formulas/Charts Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory class,

More information

Microsoft Office Excel Training

Microsoft Office Excel Training Region One ESC presents: Microsoft Office Excel Training Create your first workbook Course contents Overview: Where to begin? Lesson 1: Meet the workbook Lesson 2: Enter data Lesson 3: Edit data and revise

More information

Microsoft Word 2010 Lesson Plan

Microsoft Word 2010 Lesson Plan Microsoft Word 2010 Lesson Plan Objective: This class is a brief introduction to Word 2010. It consists of 2 one and one-half hour sessions. By the end of this class you should be able to create a simple

More information

Introduction to Microsoft Office 2016: Word

Introduction to Microsoft Office 2016: Word Introduction to Microsoft Office 2016: Word Last Updated: September 2018 Cost: $2.00 Microsoft Word is a word processing software. You can use it to type letters, reports, and other documents. This class

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

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

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

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

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

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

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

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

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

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

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

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

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

Making and Editing a Table in Microsoft Word 2007

Making and Editing a Table in Microsoft Word 2007 Making and Editing a Table in Microsoft Word 2007 Table of Contents Introduction... 2 Creating a Table... 2 1. Finding the "Table" button... 2 2. Methods for making a table... 3 Editing Table Dimensions...

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

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

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

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

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

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

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Links to Activities ACTIVITY 2.1. Links to Activities

Links to Activities ACTIVITY 2.1. Links to Activities EXCEL Editing and Formatting Worksheets Section 2 0 1 Skills Edit the content of cells Clear cells and cell formats Use proofing tools Insert and delete columns and rows Move and copy cells Use Paste Options

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Activity 1 Creating a simple gradebook

Activity 1 Creating a simple gradebook Activity 1 Creating a simple gradebook 1 Launch Excel to start a new spreadsheet a. Click on the Excel icon to start a new workbook, either from the start menu, Office Toolbar, or an Excel icon on the

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

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

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

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

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse.

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse. L E S S O N 3 Modifying a workbook Suggested teaching time 60-70 minutes Lesson objectives To be able to modify a worksheet and use functions, you will: a b c Select ranges of cells on a worksheet by using

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

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

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

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

Full file at Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries

Full file at   Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries MULTIPLE CHOICE 1. To start a new line in a cell, press after each line, except for the last line, which is completed by clicking the

More information