Spreadsheet Software Level 5. Build-up workbook

Size: px
Start display at page:

Download "Spreadsheet Software Level 5. Build-up workbook"

Transcription

1 Spreadsheet Software Level 5 Build-up workbook MS Excel 2007

2 SPREADSHEET FUNCTIONS A function is simply a specialised calculation that Excel has memorised. There are many functions (around 200) built into Excel and they can do lots of different things. Many functions demand specialist knowledge such as accountancy, statistics and advanced maths. Like a formula, a function needs to start with an = sign and you need to tell the spreadsheet which cells you want to use it with. Here are some of the most popular functions. Notice they start with = followed by the name of the function and then the range of cells the function is to be applied to. Average =AVERAGE(A1:A10) ~ Gives the average of all the numbers in the cells from A1 to A10 inclusive. Maximum =MAX(E4:E11) ~ Displays the largest number from all the cells from E4 to E11 inclusive. Minimum =MIN(B2:B12) ~ Displays the smallest number from all the cells from B2 to B12 inclusive. Count Suppose we want to count the number of numeric entries in the range C3 to C30. We can use =COUNT(C3:C30). Any blank lines or text entries in the range are not counted. Counta To count a number of items or names of people (not numeric entries) we need to be able to count text entries. To do this we can use =COUNTA(C3:C30). You need to make sure the headings are not included in the range so that they are not counted as well. Again blank lines are not counted. Page 2

3 Exercise 1 1. Create a new worksheet with the following information: 2. Enter the formula you would use to calculate the total of the car prices in cell B18 3. Enter the formula to work out the average car price in cell B19 =AVERAGE(RANGE OF PRICE CELLS E5:E17) 4. Enter the formula to work out the total number of entries in cell B20 =COUNTA(RANGE OF MANUFACTURER CELLS) 5. Enter the formula to calculate the maximum price of a car in cell B21 =MAX(RANGE OF PRICE CELLS) 6. Enter the formula to calculate the minimum price of a car in cell B22 =MIN(RANGE OF PRICE CELLS) 7. Format all the price numbers to currency with 2 decimal places. 8. Save the spreadsheet with the filename CARS and print. Page 3

4 Exercise 2 1. Create a new worksheet and enter the following data: 2. Right align the headings in columns B to I. 3. Using the AVERAGE function, calculate the average sunshine hours for Lisbon then replicate for the other locations. Display all numbers in integer format. NOTE: You can use the function button to find some of the most common functions click the drop-down arrow next to autosum: 4. Save the worksheet as SUNSHINE and print one copy. (Make sure your name is on the sheet). 5. Information has been omitted from the list for GIBRALTAR. Insert a blank row between Lisbon and Benidorm and insert the following data: PLACE MON TUE WED THU FRI SAT SUN GIBRALTAR Calculate the average sunshine hours for Gibraltar. 7. Add another row heading AVERAGE below Athens in column A. Using an appropriate formula work out the average sunshine for each day. 8. Save and print one copy of the worksheet. 9. Print a copy of the worksheet showing the formulae used. Page 4

5 Exercise 3 1. Create a new worksheet and enter the following data: 2. Use the AVERAGE function in cells B17 and C17 to find the average maximum and minimum monthly temperatures. Format the answers to 1 decimal place. 3. In cells A18 and A19 type in the labels Highest and Lowest. Use the MINIMUM and MAXIMUM functions to find the minimum and maximum values in columns B and C. 4. In cell A20 type in the label Number of Months and in cell B20 use the COUNT function to count the number of months showing above. 5. Save the spreadsheet as TEMPERATURES and print. 6. Print showing the formulae used. Page 5

6 Introduction to IF statements in Excel The IF statement answers the question Is this true or false? then proceeds on some action based on this. For example If I earn more than 1000 in April, I will g o on holiday else I won t. This would be written as: =IF(April Pay>1000, Yes, No ) The IF function does not calculate values but instead do logical tests using logical comparisons like: = Equal to < Less than > Greater than <= Less than and equal to >= Greater than and equal to Fortunately Excel has a wizard to help you write simple IF functions you simple click on the function button in front of the formula bar to open it up. Exercise 4 1 Open Excel and enter the following data into a new spreadsheet: Page 6

7 2 Click in cell C2 and then click on the function button to open the wizard. 3 Select IF from the list of functions (you may need to scroll through the list to find it). 4 You will then see the following dialogue box: 5 Our logical test is going to be Is the value in column A larger than the value in column B. So in the logical test box we key in: A2>B2 6 The Value_if_true is what we want the cell to show if the argument is true in this case Yes. 7 The Value_if_false is what we want the cell to show if the argument is false in this case No. 8 The dialogue box should now look like this: Page 7

8 9 Click Ok you should now see the result No in cell C2. 10 Replicate the formula down the remainder of the column. In the formula bar you will notice that the function is written as this: =IF(A2>B2, Yes, No ) The logical test is the first section in the brackets, the answer if the logical test is true is shown after the first comma and the answer if the logical test is false is shown after the second comma). 11 Replicate the formula down the remaining cells 12 Add your name and the date to the footer. 13 Save as IF Basic and print a copy. Exercise 5 1 Open the IF Basic spreadsheet and enter the following data onto Sheet 2: If an athlete jumps 70m or more, they will qualify. 2 Write a function that will display Qualify if they have exceeded 70m or Not Qualify if they have not. Page 8

9 a) Click in cell C4 b) Click on the function tool c) Select the IF function d) The logical test is if the distance jumped is greater than 70: B4>70 e) The Value if true is Qualify f) The Value if false is Not Qualify g) Click Ok 3 Replicate the formula down the remaining cells 4 Insert your name and the date into the footer and save, keeping the name IF Basic. Print a copy. Exercise 6 Task A 1 Open the IF STATEMENT PRACTICE spreadsheet 2 In column F a function needs to be inserted to identify whether the performance is in the evening or if it is a matinee performance. Write a formula in cell F9 to show that if a performance is on at hours then Matinee should be displayed, otherwise Evening should be displayed. 3 Replicate this formula for all performances. 4 Insert your name and the date on the footer. 5 Save the spreadsheet. Task B 1 In column G a formula needs to be written to display the cost of a performance, the costs depends on whether it is a matinee or evening performance. 2 In cell G9 insert a function to calculate that if a performance is matinee, the cost is 21.00, otherwise it is Replicate this formula for all performances. 4 Save the spreadsheet and print a copy. 5 Display the formulae and print a copy remember CTRL + Page 9

10 This should be your result: L AK E S IDE THE ATR E COMPANY Number of Seats Available 500 Date Day Time of Performance Number of Seats Sold Performance? Matinee/Evening Ticket Price 16/02/2006 Thursday Matinee /02/2006 Thursday Evening /02/2006 Friday Matinee /02/2006 Friday Evening /02/2006 Saturday Matinee /02/2006 Saturday Evening /02/2006 Sunday Matinee /02/2006 Sunday Evening /02/2006 Monday Matinee /02/2006 Monday Evening /02/2006 Tuesday Matinee /02/2006 Tuesday Evening /02/2006 Wednesday Matinee /02/2006 Wednesday Evening Day Time of Perform ance Number of Seats Sold Performance? Matinee/Evening Ticket Price Thursday =IF(D9=14,"Matinee","Evening") =IF(F9="Matinee"," 21.00", " 30.00") Thursday =IF(D10=14,"Matinee","Evening") =IF(F10="Matinee"," 21.00", " 30.00") Friday =IF(D11=14,"Matinee","Evening") =IF(F11="Matinee"," 21.00", " 30.00") Friday =IF(D12=14,"Matinee","Evening") =IF(F12="Matinee"," 21.00", " 30.00") Saturday =IF(D13=14,"Matinee","Evening") =IF(F13="Matinee"," 21.00", " 30.00") Saturday =IF(D14=14,"Matinee","Evening") =IF(F14="Matinee"," 21.00", " 30.00") Sunday =IF(D15=14,"Matinee","Evening") =IF(F15="Matinee"," 21.00", " 30.00") Sunday =IF(D16=14,"Matinee","Evening") =IF(F16="Matinee"," 21.00", " 30.00") Monday =IF(D17=14,"Matinee","Evening") =IF(F17="Matinee"," 21.00", " 30.00") Monday =IF(D18=14,"Matinee","Evening") =IF(F18="Matinee"," 21.00", " 30.00") Tuesday =IF(D19=14,"Matinee","Evening") =IF(F19="Matinee"," 21.00", " 30.00") Tuesday =IF(D20=14,"Matinee","Evening") =IF(F20="Matinee"," 21.00", " 30.00") Wednesday =IF(D21=14,"Matinee","Evening") =IF(F21="Matinee"," 21.00", " 30.00") Wednesday =IF(D22=14,"Matinee","Evening") =IF(F22="Matinee"," 21.00", " 30.00") Page 10

11 Build Exercise 1 Task A 1 Open the skiing spreadsheet. 2 Format columns C to G as currency (using local symbol) to 2 decimal places. a) Highlight the data in columns C:G b) On the Home tab select Format then select Format Cells c) Click on the currency option d) Check that the correct symbol and decimal places will be displayed e) Click OK 3 Change the hyphen in Unit-Cost to an underscore (Unit_Cost). Press Shift and Hyphen. 4 Format the column titles to bold format the Total_Trip title in bold too. 5 VAT is charged at 17.5% of the Unit_Cost. Enter a formula in E4 which calculates the VAT. =Unit-Cost multiplied by 17.5% 6 Unit_Price is the Unit_Cost plus the VAT. Enter a formula in F4 which calculates the Unit_Price. 7 Total is Unit_Cost multiplied by Number. Enter formula in G4 which calculates the Total. 8 Copy your formulae in E4:G4 down for the rest of the items. 9 The Total_Trip is calculated by adding the Total column. Enter a function in cell G11 to calculate the Total_Trip. 10 Save your spreadsheet as skiing 1. Page 11

12 Task B 1 Sort the spreadsheet descending on Item. a) Highlight the data from A3:G10 b) Click the Data tab c) Click on the sort descending button (Z to A) 2 Add your name, date and Printout 1 as a footer. a) Click the Insert tab b) Click the Header and Footer option c) The page will automatically display a Header click on the Go to Footer option d) Click in the left-hand box and key in your name e) Click in the centre box and then f) Click in the right-hand box and key in Printout 1. g) Click in a blank cell above the footer. h) Click View Normal 3 Set your Page Layout to Landscape. a) Click on the Page Layout tab b) Select Orientation Landscape 4 Save as skiing 2 and print a copy. Make sure that all data is fully displayed. 5 Change your view to formula view. Press Ctrl and 6 Amend the footer to show Printout 2. Follow the steps above. Page 12

13 7 Print the spreadsheet showing the gridlines and column headings. Fit to one page wide by one page tall. Make sure that all of the data is fully displayed. Save as skiing 3. a) Select the Page Layout tab b) Check to print the Gridlines and column Headings c) Set both the Width and the Height to one page Task C 1 Create a pie chart of the Item and Total displaying both the Category NameI and Value. a) Highlight the Item column, press the Ctrl key and then highlight the Total column. b) Click the Insert tab and select Pie c) Click on the Chart Tools - Layout tab this allows you to set titles and data labels d) Choose the Chart Title option and select Above Chart Give the Chart the title Skiing Costs e) Choose Legend and then select None (We don t need a legend as we will be setting data labels). f) Choose Data Labels and then select More data label options (Bottom of the menu). Page 13

14 g) In the dialogue box check the Category Name and Value options. h) Click Close 2 Place the chart on a new sheet with the name Skiing Pie a) Click on the Chart Tools Design tab and then choose Move Chart b) Select the New Sheet option and key in the name Skiing Pie c) Click OK 3 Add your name and the date in the chart footer. a) Click the Insert tab then Header & Footer b) Choose the Custom Footer option c) In the left box key in your name d) In the centre box add the date using the Insert Date tool. e) In the right section key in Printout 3. 4 Save as Skiing 3 and print a copy of your chart. Page 14

15 Build Exercise 2 Task A 1 Open the file hotels. 2 Format columns D:E as currency (using local symbol) to 2 decimal places. 3 Format the column titles to bold and apply shading to the title cells. 4 Single cost of 4 night stay is calculated by multiplying the Single by 4. Enter a formula in H2 which calculates the cost of a Single room 4 night stay. 5 Double cost of 4 night stay is calculated by multiplying the Double by 4. Enter a formula in I2 which calculated the cost of a Double room 4 night stay. 6 Make sure the data in columns H and I are formatted as currency to 2 decimal places. 7 Save your spreadsheet as hotels1. Task B 1 New hotels are to be added to the list add the following details at the bottom of the spreadsheet. Hotel Name City Country Single Double Stars Address Hotel Dar Prague Czech Rep bookings@dar.cz Hotel Vitkov Prague Czech Rep bookings@vitkov.cz Hotel Tyl Prague Prague Czech Rep bookings@tyl.cz Hotel Ambassador Prague Czech Rep bookings@amb.cz Hotel Magenta Paris France bookings@mag.fr L Empire Paris Paris France booking@lemp.fr Hotel Palym Paris France bookings@pal.fr Hotel Good Sleep Cologne Germany bookings@gs.de Hotel Lilienhof Hamburg Germany bookings@lil.de The Riverside Hotel and Spa Berlin Germany bookings@rive.de Page 15

16 Hotel Piazza Bellini Naples Italy bookings@pb.it Hotel Mercure Naples Italy bookings@mg.it Garibaldi Hotel Domenichino Milan Italy bookings@dom.it Hotel Fiorella Milan Italy bookings@fio.it Bristol Hotel Gibraltar Gibraltar bookings@bris.gb The Eliott Hotel Gibraltar Gibraltar bookings@eliott.gb 2 Save your spreadsheet as hotels2. 3 Copy your formulas to include the new hotels you have added. 4 Sort the data on Country. a) Highlight the data from A1:I44 b) Click on the Data tab c) Click on the Sort tool d) In the Sort by menu choose Country Page 16

17 5 Select the column headings and those items where the Country is Czech Rep. Set this as the print area and print only those items in landscape orientation ensuring that all data is fully display, showing your name, the date and Printout 1 as the footer. a) Highlight the required data. b) Click the Page Layout tab c) Click the Orientation button to set the page in Landscape d) Click on the Print Area button and select Set Print Area e) Click in the Print Gridlines checkbox to print the gridlines Now add the required information to the footer: f) Click Insert Header and Footer g) Click in the Footer box at the bottom of the page h) Key your name into the box then press the spacebar i) Click on the date tool button to insert the date and press the spacebar j) Key in Printout 1 k) To close the footer click on one of the cells in your spreadsheet l) Click View Normal 6 Print the spreadsheet ensuring that all data is fully displayed (ie that the columns are wide enough to display all the information). 7 Save as hotels3. Page 17

18 Task C 1 In cell J1 add a new column title Single Discount 2 In cell J2 insert a function which shows the expression Yes if the Single cost of 4 night stay is more than or equal to 280, but otherwise shows No Remember this will be an IF function: =IF(singlecostof4nightstay>=280, Yes, No ) you will need to use the cell references! 3 In cell K1 add a new column title Double Discount 4 In cell K2 insert a function which shows the expression Yes if the Double cost of 4 night stay is more than or equal to 350, but otherwise shows No Remember this will be an IF function: =IF(doublecostof4nightstay>=350, Yes, No ) 5 Replicate these formulas down the other rows on the spreadsheet. 6 Display only those hotels that are giving a discount on double rooms. a) Click on the Data tab b) Click on the Filter tool c) You will see drop-down arrows appear next to the headings d) Click on the arrow next to Double Discount e) Select only the Yes option then click OK f) You will now only see the Hotels offering discount. 7 In cell L1 add a new column title of Discount. 8 Discount is Double cost of 4 night stay multiplied by 25% In L2 add a formula that calculates the discount for each hotel. 9 In cell M1 add a new column title of Double cost. Page 18

19 10 Double cost is Double cost of 4 night stay minus the Discount. In M2 add a formula that calculates the Double cost for each hotel. 11 Replicate these formulas down the remaining rows. Format columns L and M as currency with 2 decimal places. 12 Save your spreadsheet as hotels4. 13 Change your view to formula view. a) Click on Formulas Show Formulas 14 Print the spreadsheet showing your formulas with both gridlines and column headings Task D Make sure the footer shows your name, the date and Printout 2. Print in landscape orientation making sure that all data is fully displayed: a) Click on the Page layout tab b) Click on the Scale to Fit expansion button c) On the page setup page make sure the Fit to: button is selected and that it shows 1 page wide by 1 tall d) Click OK Print as normal. 1 Return to standard view by removing the Show Formula (remember in the Formulas ribbon) 2 Remove the Discount filter by clicking Data Filter Page 19

20 3 Create a line graph of Single and Double for hotels in Germany using the hotel name on the X (horizontal) axis and on the Y (vertical) axis a) Firstly Filter the data on country selecting Germany. b) Now select the data we need for the chart we need the Hotel Name, the Single and Double Highlight the Hotel Name column Press Ctrl then highlight Single and Double columns (Make sure you include the headings) c) Click Insert d) Select 2-D Line you can choose one with or without pointers just make sure it is one from the first column e) Click on the Chart Tools Layout tab f) Click on the Axis Titles Primary Horizontal Axis Title g) Choose Title Below Axis h) Key in Hotel Name Page 20

21 i) Follow the same procedure for the vertical axis choosing Rotated Title and keying in 4 Give your graph the title Single and Double Room Costs - Germany. a) Click on the Chart Tools Layout tab b) Click on Chart Title Above Chart c) Key in the required text don t worry if it looks a bit too big at the moment. 5 Make sure the legend shows the correct details for each line and save as a new sheet with the title Germany. a) Click on the Chart Tools Design tab b) Select the Move Chart option at the end of the ribbon c) Select the New Sheet option and key in the name d) Click OK 6 Insert a footer showing your name, the date and Printout 3. a) Click Insert Header & Footer b) Select Custom Footer c) Key your name into the left box d) Click in the centre box and click the date option e) Click in the right box and key in Printout 3 f) Click OK then OK again. 7 Save as hotels5. 8 Print a copy of the chart. Page 21

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

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

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

Draft. Copyright Pearson Education. Contents. Introduction. Chapter 1: Hardware 1. Chapter 2: Backing storage and memory 11. Chapter 3: Software 15

Draft. Copyright Pearson Education. Contents. Introduction. Chapter 1: Hardware 1. Chapter 2: Backing storage and memory 11. Chapter 3: Software 15 Contents Introduction v Chapter 1: Hardware 1 Chapter 2: Backing storage and memory 11 Chapter 3: Software 15 Chapter 4: Word processing and desktop publishing 20 29 Chapter 6: Databases 39 Chapter 7:

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

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

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

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

More information

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

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

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

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

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

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

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

More information

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

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options Excel Excel Options click the Microsoft Office Button. Go to Excel Options Templates click the Microsoft Office Button. Go to New Installed Templates Exercise 1: Enter text 1. Open a blank spreadsheet.

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

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

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence E C D L S y l l a b u s 5. 0 Module 4 Spreadsheets ECDL Syllabus 5 Courseware Module 4 Contents USING THE APPLICATION... 1 SAVING A WORKBOOK AS ANOTHER FILE TYPE...

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

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

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

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

More information

Office of Instructional Technology

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

More information

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

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

More information

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

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

Chapter 3 Microsoft Office Excel

Chapter 3 Microsoft Office Excel Chapter 3 Microsoft Office Excel What is the Active Cell? In the above illustration, notice that B2 is displayed in the Name Box, and the contents of the cell is displayed in the Formula Bar. In this

More information

Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced

Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced This paper must be returned with Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced 8970-25-025 (IT-SPT 25) 51181 entry will be void and no result will be issued. Candidate

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

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

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

Excel 2016: Basics 2 Math and Functions

Excel 2016: Basics 2 Math and Functions Excel 2016: Basics 2 Math and Functions training@health.ufl.edu Excel 2016: Basics 2 Math and Functions 2.0 hours In this workshop we will work with patterns of text, numbers and dates; build simple equations;

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

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

MICROSOFT EXCEL Working with Charts

MICROSOFT EXCEL Working with Charts MICROSOFT EXCEL 2010 Working with Charts Introduction to charts WORKING WITH CHARTS Charts basically represent your data graphically. The data here refers to numbers. In Excel, you have various types of

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

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

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

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

Creating a combined line and column chart.

Creating a combined line and column chart. Creating a combined line and column chart. Open a workbook called Line and column chart. Click within the table of data. Click on the Insert tab and within the Charts group click on the Column button.

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

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Instructions The is composed of separate of parts which test your knowledge and understanding of some of the core concepts addressed in each lesson. Complete each part in the

More information

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced Microsoft Excel 2010 Advanced 0 Working with Rows, Columns, Formulas and Charts Formulas A formula is an equation that performs a calculation. Like a calculator, Excel can execute formulas that add, subtract,

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel The Microsoft Excel Screen...1-1 Moving the Cursor...1-3 Using the Mouse...1-3 Using the Arrow Keys...1-3 Using the Scroll Bars...1-4 Moving

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

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

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

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning Review Ch. 15 Spreadsheet and Worksheet Basics 2010, 2006 South-Western, Cengage Learning Excel Worksheet Slide 2 Move Around a Worksheet Use the mouse and scroll bars Use and (or TAB) Use PAGE UP and

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

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

General: All cells have this format by default. Numbers display as typed except that leading and trailing zeroes are deleted becomes 12.

General: All cells have this format by default. Numbers display as typed except that leading and trailing zeroes are deleted becomes 12. Home Ribbon: Formatting Tools Dialog Box Launcher: Click this symbol to open old-style dialog box giving additional options Allow text to appear on multiple lines in a cell Number Format box: Click here

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Skill Set 5. Outlines and Complex Functions

Skill Set 5. Outlines and Complex Functions Spreadsheet Software OCR Level 3 ITQ Skill Set 5 Outlines and Complex Functions By the end of this Skill Set you should be able to: Create an Outline Work with an Outline Create Automatic Subtotals Use

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

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

S3 Business Enterprise & ICT

S3 Business Enterprise & ICT S3 Business Enterprise & ICT Unit 3 Business Administration Induction Training INTRODUCTION TO UNIT The main focus of this unit is to explore the supporting role of Administration in a business. You will

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

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 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

=AVERAGE(Al:A10) gives the average of all the numbers in the cells from Al to A10 inclusive.

=AVERAGE(Al:A10) gives the average of all the numbers in the cells from Al to A10 inclusive. What is a function? A function is simply a specialised calculation that Excel has memorised. There are many functions (around 200) built into Excel and they can do lots of different things. In this chapter

More information

Microsoft Excel 2010 Tutorial

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

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

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

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

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

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

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

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel Loading Microsoft Excel...1-1 The Microsoft Excel Screen...1-2 Moving the Cursor...1-4 Using the Mouse...1-4 Using the Arrow Keys...1-4 Using

More information

Intermediate Excel 2013

Intermediate Excel 2013 Intermediate Excel 2013 Class Objective: Elmhurst Public Library is committed to offering enriching programs to help our patrons Explore, Learn, and Grow. Today, technology skills are more than a valuable

More information

EXERCISE 1. OBJECTIVES File management. INSTRUCTIONS. Creating Spreadsheets and Graphs (Excel 2003) New CLAIT

EXERCISE 1. OBJECTIVES File management. INSTRUCTIONS. Creating Spreadsheets and Graphs (Excel 2003) New CLAIT EXERCISE 1 File management. FREE IT COURSES If you go to our e-learning portal at stwitlc.com you will find a number of free online IT courses. These include 13 modules written by the Open University,

More information

Dale s Freight Fuel Report Assignment. Objectives By the end of this lesson, you will be able to:

Dale s Freight Fuel Report Assignment. Objectives By the end of this lesson, you will be able to: Dale s Freight Fuel Report Assignment Objectives By the end of this lesson, you will be able to: Set up a worksheet Navigate an Excel Window Enter labels and values Create formulas using math operators

More information

Introduction to MS Excel Management Information Systems

Introduction to MS Excel Management Information Systems Introduction to MS Excel 2007 Management Information Systems 1 Overview What is MS Excel? Functions. Sorting Data. Filtering Data. Data Form. Data Validation. Create charts in Excel. Formatting Cells.

More information

SPREADSHEETS GENERAL FORMATTING & PRINTING.

SPREADSHEETS GENERAL FORMATTING & PRINTING. SPREADSHEETS GENERAL FORMATTING & PRINTING Spreadsheet Formatting - Contents Printing to one sheet only Displaying gridlines on printouts Displaying column letters and row numbers on printouts Inserting

More information

Customizing the Ribbon

Customizing the Ribbon Beginning Excel Tech Workshop Fall 2016 Customizing the Ribbon Excel comes with many built in functions and tabs. If you want to customize what appears on your ribbon, you can do so by going to File -->

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

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

TRAINING GUIDE. Advanced Crystal 1

TRAINING GUIDE. Advanced Crystal 1 TRAINING GUIDE Advanced Crystal 1 Using Crystal Reports with Lucity Advanced Examples 1 The fifth of a seven-part series, this workbook is designed for Crystal Reports users with some experience, who wish

More information

What if Analysis, Charting, and Working with Large Worksheets. Chapter 3

What if Analysis, Charting, and Working with Large Worksheets. Chapter 3 What if Analysis, Charting, and Working with Large Worksheets Chapter 3 What we will cover Rotating Text Using the fill handle to create a series of month names Copying and pasting What we will cover Inserting,

More information

Excel 2013/2016 Step One TABLE OF CONTENTS

Excel 2013/2016 Step One TABLE OF CONTENTS TABLE OF CONTENTS SECTION 1 WORKING WITH YOUR FIRST SPREADSHEET... 3 WORKING WITH YOUR FIRST SPREADSHEET... 4 About Microsoft Excel 2013/2016... 4 Working with Microsoft Excel 2013/2016... 4 About Screen

More information

Laboratory 1. Part 1: Introduction to Spreadsheets

Laboratory 1. Part 1: Introduction to Spreadsheets Laboratory 1 Part 1: Introduction to Spreadsheets By the end of this laboratory session you should be familiar with: Navigating around a worksheet. Naming sheets and cells. Formatting. The use of formulae.

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

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

Project 4 Financials (Excel)

Project 4 Financials (Excel) Project 4 Financials (Excel) Project Objective To offer an introduction to building spreadsheets, creating charts, and entering functions. Part 1 - Financial Projections One of the most important aspects

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

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

Computer Training Centre University College Cork. Excel 2016 Level 1

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

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

PRACTICAL EXERCISE 1.1.6b

PRACTICAL EXERCISE 1.1.6b PRACTICAL EXERCISE 1.1.6b PLAN, SELECT & USE APPROPRIATE IT SYSTEMS & SOFTWARE 1. Explain the purpose for using IT. EXPLAIN THE PURPOSE FOR USING IT a) Explain the type of document that is to be produced

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

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Potpourri 31 Lesson 3 P otpourri Les s on Topics The Fill Command Wrapping Text View Options Edit Options Other Fill Handle Uses Les s on Objectives At the end of the lesson, you will be able

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

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

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Agenda: 1. Introduction 2. Complex formulas & cell references 3. Functions 4. Charts 5. Pivot Tables 6. Practice and Questions In order to keep computer literacy programs running in the future, we must

More information

Microsoft Excel 2002 M O D U L E 2

Microsoft Excel 2002 M O D U L E 2 THE COMPLETE Excel 2002 M O D U L E 2 CompleteVISUAL TM Step-by-step Series Computer Training Manual www.computertrainingmanual.com Copyright Notice Copyright 2002 EBook Publishing. All rights reserved.

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