Data Service Center December

Size: px
Start display at page:

Download "Data Service Center December"

Transcription

1 Data Service Center December Property of the Data Service Center, Wilmington, DE For Use Within the Colonial & Red Clay Consolidated Public School Districts Only

2 Table of Contents Working with Formulas and Functions...3 Formula Conventions...3 Function Conventions...3 Sample Formulas...4 Entering Basic Formulas...4 AutoSum...4 Errors in Formulas...5 Working with the Paste Function...6 Working with Other Functions...8 Date Functions...8 Sample Date Function...8 Proper Function...8 Using Excel as a Database...9 Entering Data...9 Sorting Data...10 Finding Data...11 Using AutoFilter...11 Copy Filtered Data to Another Worksheet...12 Editing Data from a Link...12 Turning Off AutoFilter...12 Working with IF Functions...13 Working With Page Setup: PrintTroubleshooting...14 Print Orientation...15 Page Scaling...15 Changing the Margin Settings...16 Sheet Options...17 Other Page Setup Functions...19 Inserting a Page Break...19 Removing a Page Break...19 Adding a Header or Footer...20 Appendix I...21 Lesson 1: Functions...22 Lesson 2: Data Function...23 Lesson 3: IF Function...24 Microsoft Excel 00 2

3 Working with Formulas And Functions Formulas and Functions allow you to perform calculations on the data contained in your spreadsheet Formula Conventions Formulas must begin with an equal sign =. It is recommended that you use cell references as opposed to numbers when creating formulas. This way, if the numbers change, you don t need to change the formula. Formulas are performed in the following order: Exponentiation Multiplication and Division Addition and Subtraction Note: Use parenthesis in order to change the order in which Excel calculates formulas. Excel will calculate the information in the parenthesis first. Formulas use the following operators: + for Addition - for Subtraction * for Multiplication (Shift+8) / for Division ^ for Exponentiation (Shift+6) Function Conventions Again, functions are predefined formulas. Excel has 9 Function categories including the following: Financial Date & Time Math & Trig Statistical Lookup & Reference Database Text Logical Information Six common functions you may use include: Average - calculates the average for a list of numbers Count - counts the number of cells that contain values only in a range Min - finds the smallest value in a list of numbers Max - finds the largest value in a list of numbers Round - rounds a number to a specific number of digits Sum - adds a list of numbers Microsoft Excel 00 3

4 Sample Formulas Please keep in mind that Excel needs to know what cells to include in the formulas. If cells are separated by a comma such as, =sum(a1,b1,c1), then only cells a1, b1 and c1 will be added. If you establish a range of cells to include in the formula such as, =sum(a1:c1), the values in the cells between and including a1 and c1 will be added. It is typically better to use a range of cells in formulas because it allows you to plan for the future growth of the spreadsheet. If you have a range of cells established in your formulas you may not need to change the formula if you add columns or rows to your spreadsheet. Exception: This does not hold true if you add a column or row before or after your starting and ending points for the range. In these cases you will still need to edit the formula. Formula =a1+b1+c1 =a1*b1+c1 =a1*(b1+c1) =sum(a1,b1,c1) =sum(a1:c1) =sum(a1:c1)*d1 Results of formula adds the values in a1, b1, and c1 multiplies a1 and b1 then adds c1 adds b1 and c1 then multiplies a1 adds the values in a1, b1 and c1 adds the values in cells a1 through c1 adds the values in cells a1 through c1 then multiplies by d1 Entering Basic Formulas To enter a formula into a worksheet, perform the following steps: Select the cell where you want to enter the formula Type the formula remembering to include an equal sign at the beginning Press enter and the results of the calculation will appear Note: The formula will appear in the formula bar whereas the result of the calculation will appear in the cell. Also, if you change a number in one of the cells contained in a formula, the formula will automatically recalculate the formula. AutoSum (Sigma) Use AutoSum to quickly add a list of numbers. To use AutoSum, you will click on the AutoSum Button on the Toolbar. To use AutoSum, perform the following steps: Click on the cell in which the sum should appear Click on the AutoSum Button and press Enter Note: When you click on the AutoSum Button, a moving dotted line will appear around the cells to be included in the sum. As well, the Function will appear in the cell that will contain the sum. Double check to make sure these are the cells you would like to add. Activity: Sheet: Attendance, enter the following formulas into the cell indicated: Cell f4 f5 f6 Formula Type: =b4+c4+d4+e4 Type: =Sum(b5:e5) Use AutoSum to add b6:e6 4

5 Errors in Formulas If an error has occurred while performing a calculation, Excel displays an error message. The following are few of the common errors messages you may encounter: Error What it Means Possible Causes How to Fix ###### value in cell is too long increase size of column #REF! Formula refers to a cell that is not valid deleted cell that was referred to in the change the formula to exclude invalid cell or reinstate the cell if #NULL! #NUM! #DIV/0! #Value Specifies an intersection of two areas that do not intersect Problem with a number in a formula Formula is trying to divide by a zero Microsoft Excel cannot translate the text into the correct data type. When a formula refers back to its own cell, either directly or indirectly, it is called a circular reference. formula using an incorrect range operator or incorrect cell reference using an invalid argument in a function formula produces a number that is too long or too small to be represented in Excel using a reference to a blank cell Entering text when the formula requires a number or a logical value, such as TRUE or FALSE. The formula you entered has referenced the cell you entered it into. it was deleted or moved use a comma when referring to two areas that don t connect and/or check for typing errors fix the argument change formula so that the results are within an allowable range enter value for that cell or delete formula if not necessary Make sure the formula or function is correct for the required operand or argument, and that the cells that are referenced by the formula contain valid values. For example, if cell A5 contains a number and cell A6 contains the text Not available, the formula =A5+A6 will return the error #Value!. Use the SUM worksheet function in the formula as follows to add the two values (the SUM function ignores text). Delete the formula and type it in again making sure not to include the cell reference that you are typing the formula in. 5

6 Working with the Paste Function Using the Paste Function may take a little more time but is the easiest way to enter formulas. Within Excel, there are functions, which are predefined formulas that make constructing basic formulas easier. The Paste Function is the easiest way to use functions. Using this method takes you step by step through each function making it easy to understand the formula. To use the Paste Function, perform the following steps: Select the cell where you would like the function to go Click on the Paste Function button; the following will appear: Note: If you re not sure which category the function you need is under select All to view all functions. Also, a description of the selected function appears under the Function Category Box. Select the appropriate function category Select the appropriate function name, click okay; the following will appear: Check to see if the correct information in entered in the Number 1 field Note: Remember, everything is described in the dialog box. READ! READ! READ! 6

7 When all of the necessary information is added, click okay Note: If the dialog box covers the numbers you need to include in the function, move the dialog box by clicking in a blank, gray space, holding and dragging the mouse to a new location. Releasing the mouse button drops the dialog box to its new location. Tip: You can select a group of cells to include in the function by selecting the group on the worksheet. Activity: Lesson 1: Functions 7

8 Working with Other Functions As mentioned earlier, Excel has nine categories of functions. The following reviews some additional functions that you may find useful depending on the type of information you are keeping in Excel. Date Functions It is important to understand that Excel recognizes dates as serial numbers. Windows uses a date system in which the serial number for January 1, 1900 is 1 and the serial number for December 31, 2078 is 65,380 which represents the number of days after January 1, Using a serial number to represent a date allows Excel and other Windows based programs to easily perform calculations on dates. Please keep in mind that you do not need to know these serial numbers, only that they allow Excel to perform date calculations. Sample Date Functions Function/Formula Results =date(98,1,1) Shows the date 1/1/98 =date(98,1,1)+90 shows the date 4/1/98 (1/1/ days) =date(98,1,1)+(5*365) shows the date 12/31/02 (1/1/ years) =today() shows today s date =now() shows today s date and the time (now) =time(1,30,00) shows the time 1:30 Activity: Complete Lesson 2: Date Functions Proper Function There may be times when you have a list of information which is in all uppercase or a combination of uppercase and lowercase and you would like to convert this information to lowercase with initial capitals. For instance, if you download information from the DSC Student Accounting System and bring it into Excel, all of the student names will be in all caps. Activity: In Sheet: Students, perform the following steps: 1. Add a column between columns a and b 2. In b3, use the following formula to change the names to the proper case =proper(a3) 3. Copy this formula to b4:b11 8

9 Using Excel as a Database Although performing calculations is Excel s primary use, you can also use it as a database. A database allows you to maintain a collection of data on related information. For instance, you could maintain a listing of student names, their addresses, homeroom number and birthdate. From this database you can sort the data, find specific information, and run filters which allow you to extract specific information from the primary information and create new tables. When using Excel as a database, you may or may not perform calculations on the data. Entering Data When using Excel as a database you will enter the data as you normally would in Excel. However, you will want to plan how the data should be presented on the spreadsheet. You will use fieldnames for the column heading such as stuname, grade, homeroom, etc. The cells in those columns will contain the corresponding data. The following is a sample of how you could set up a database in Excel: 9

10 Sorting Data To sort data in Excel, perform the following steps: Select the data to be sorted (Important: Do not select field headings.) Click on Data from the menu Click on Sort, the following will appear: Select the column to sort by (click down arrow under Sort by) Select the column to Then sort By, if necessary Click OK, the data will be sorted Note: If you selected the field headings, click on Header Row under My List Has. Excel will automatically change your selection to exclude the field headings. Activity: Sort Sheet: Students by Column A in ascending order. 10

11 Finding Data When finding information in Excel, you can put in a portion of the information to be found, such as cook, or all of the information to be found in a single cell such as cook paul. To find data in Excel, perform the following steps: Click on Edit from the menu Click on Find, the following will appear: Enter the information to Find Click on Find Next Note: If you want to Match Case and/or Find Entire Cell Only, indicate this preference by clicking the boxes associated with these options. Also, you can search by rows or columns and/or look in formulas, labels or notes by selecting from the appropriate drop down lists. Activity: On Sheet: Students, find Fry. Using AutoFilter AutoFilter allows you to extract specific information from the database. For instance, you can get a listing of all of the students who are in homeroom 101. To use AutoFilter, perform the following steps: From A1, click on Data from the menu Click on Filter Click on AutoFilter, down arrows will appear along the field names of your data Click the down arrow associated with the field you want to filtering Select a filter option (a data item from the field), a table displaying just the records that meet your filter criteria will appear. Note: You can filter on more than one field by selecting criteria from a different field. Activity: From Sheet: Students, perform an AutoFilter to extract all of the students who are in Homeroom

12 Copying Filtered Data to Another Worksheet Once you have filtered information, you may want to create a separate database that contains only that information. In addition, you can Paste Special options that will allow you to link the data from the original location to the data copied to the new location. This will then allow you to make changes in the original table and those changes will be applied to the data in the copied location. To copy data to another worksheet, perform the following steps: Perform the desired filter Select the information to be copied Click on the Copy Button (Alternatively: Click on Edit from menu, click on copy) Click on location to copy to Click on Edit Click on Paste Special Click on Paste Link, the data will be copied Activity: Copy the filter information from the previous lesson to Sheet: CopyTo. Editing Data from a Link When you create a link, the copied information simply refers back to the original source, therefore any changes need to be made at the original source. They will then be reflected back in the linked information. Activity: From Sheet: Students, change COOK PAUL to COOK PAULA then view the change on Sheet: Copy To. Turning off AutoFilter To turn off AutoFilter, perform the following steps: Click on Data from the menu Click on Filter Click on AutoFilter (the check mark will be removed as will AutoFilter) Activity: Turn off AutoFilter. 12

13 Working with IF Functions Using the IF function allows you to perform a variety of operations which will allow you to analyze data. The IF functions works by you establishing criteria for information in your spreadsheet. If the condition is true, one value is returned. If the condition is false a second value is returned. You must use the following syntax when developing formulas containing the IF function: =IF(Condition,True,False). IF functions can return labels, values, or calculations and they can be very simple or very complex. To enter IF formulas, perform the following steps: Select the cell where you want to enter the formula Type the formula (=if(condition,true,false) Press enter and the results will appear in the cell Activity: Complete Lesson 3: IF Function 13

14 Working with Page Setup Print Troubleshooting The following section reviews strategies you can employ in order to print your spreadsheets so that it can fit onto the least number of pages. The information is presented in an order you may want to follow when troubleshooting printing problems. Printing problems usually occur when your spreadsheet is too wide to fit on 8.5 x 11 paper in a portrait orientation. Note: For each activity below, you will be using Sheet: Students of Excel Intermediate.xls Print Orientation After viewing or printing your worksheet, the first step you may want to take in printing your spreadsheet is to change the orientation of the page. To change the print orientation, perform the following steps: Click on File from the menu Click on Page Setup Click on the Page Tab, the following dialog box appears: Activity: (1) Change the print orientation to Landscape (2) Use print preview to view the change 14

15 Page Scaling If you changed the orientation and the print preview is still not right, you can scale the worksheet to fit the page appropriately. To do so, perform the following steps: Click on File from the menu Click on Page Setup and click the Page tab Change the percentage in the Adjust to field If the data does not fit after making this adjustment, return to the page setup dialog box (show above) and decrease the percentage. Activity: Adjust the scaling to 90% normal size. Print preview the change. 15

16 Changing the Margin Settings Adjusting the margins of the page is another step in print troubleshooting. Changing the margins allows for more space on the spreadsheet. To change the margins, perform the following steps: Click on File from the menu Click on Page Setup Click on the Margin Tab, the following dialog box appears: Increase the margin size by clicking on the up arrow Decrease the margin size by clicking on the down arrow Click on OK Activity: Change the margins to: Top =.5, Bottom =.5, Left =.5, Right =.5 Note: It is also possible to change the margins in Print Preview by clicking on the margins button then clicking, holding, and dragging the margin line to the left or the right or up or down. 16

17 Sheet Options Excel offers a variety of sheet options that allow you to define a print range and repeat columns and rows on each page of the printed spreadsheet. Defining a Print Area Defining a print range permanently defines the data in the print range to be printed. If you delete columns or rows in the spreadsheet, the print range will change to only include those cells that contain the data originally defined as the print range. The print range can be changed at any time. To define a print range, perform the following steps: Click on File from the menu Click on Page Setup Click on Sheet, the following will appear: Use the tiny red arrow at the end of the Print area field to view the worksheet Highlight the area you would like to include in the print area and click the red arrow again to return to the Page Setup dialog box Click OK 17

18 Repeating Columns and Rows If you have a spreadsheet that prints on more than one page, you may want to have certain columns and rows repeated on each page. This will prevent you from having to enter them into the spreadsheet itself. To repeat columns/row, perform the following steps: Click on File from the menu Click on Page Setup Click on the Sheet Tab Click the tiny red arrow at the end of the Rows to repeat at top field to view the worksheet Highlight the rows you would like to have repeated on every page Click the tiny red arrow again to return to the Page Setup dialog box Click OK 18

19 Other Page Setup Functions Aside from print troubleshooting procedures, there are other page setup functions you may want to employ such as inserting page breaks, removing page breaks, and adding/modifying headers and footers. Inserting a Page Break Excel will insert page breaks automatically based on the margin settings and other formatting information you provide. However, if these page breaks do not fall in a logical position, you can insert a page break. To insert a page break, perform the following steps: Select a row or column at which the page break should be inserted Click on Insert from the menu Click on Page Break Activity: (1) Insert a page break at Column G (2) Use print preview to view the changes Removing a Page Break You may decide you need to remove the page break after you have inserted it. To remove a page break, perform the following steps: Select a cell directly below or to the right of a page break Click on Insert form the menu Click on Remove Page Break Activity: (1) Remove the Page break at Column G (2) Use print preview to view the changes 19

20 Adding a Header or Footer Excel automatically inserts a header of Sheet X and a footer of Page X at the top and bottom of each page. However, you can customize the headers and footers. To create a header/footer, perform the following steps: Click on File from the menu Click on Page Setup Click on the Header/Footer tab, a dialog box appears Click on Custom Header or Footer Button, the following dialog box appears: Click in the section where you want the header/footer information to appear Type the information to be included in the header/footer Click on OK Note: You can format the information in the header/footer by using the buttons located above the Section fields. Also, the following is a brief description of each button: Takes you to a Font dialog box Inserts a Page number Inserts a the total number of pages Inserts the current time. Inserts the filename for the active workbook Inserts the filename for the active worksheet Inserts the current date Activity: (1) Include the header: Student Database and include the footer: Excel Intermediate.xls 2) Use Print preview to view the changes 20

21 Appendix I Lesson 1: Functions...22 Lesson 2: Date Function...23 Lesson 3: IF Function

22 Lesson 1: Functions Complete the following activities for Sheet: Attendance of Excel Intermediate.xls 1. In cell g4, use the Paste Function to find the average of b4:e4. Perform a Relative Reference copy to g5 through g In cell h4, use the Paste Function to get the maximum number for b4:e4. Perform a Relative Reference copy to h5 through h In i4, use the following formula to get the minimum number for b4:e4 =min(b4:e4) Perform a Relative Reference copy to i5 through i12. 22

23 Lesson 2: Date Function Complete the following activities for Sheet: Students of Excel Intermediate.xls. 1. In h3, use the following formula to get today s date =today() Copy this formula to h4:h11 2. In i3, use the following formula to calculate the number of days each student has been alive =h3-f3 Copy this formula to i4:i11 3. In j3, use the following formula to calculate the age of each student =i3/365 Copy this formula to j4:j11 23

24 Lesson 3: IF Function Basic IF Formula Complete the following activities for sheet: Final Exam of Excel Intermediate.xls 1 In cell c3, use the following formula to calculate bonus points for each student =if(b3>=95,b3+5,b3+0) Copy this formula to c4:c10 2. In cell c15, use the following formula to calculate bonus for each employee =if(b15<=20000,b15*.05,b15*.03) Complex IF Function Complete the following activities for sheet: Grades of Excel Intermediate.xls 1. In g2, use the following formula to generate an average of all scores =average(b2:f2) Copy this formula to g3:g10 2. In h2, enter the following formula to generate a letter grade from each average =if(g2>92, A,if(g2>84, B,if(g2>76, C,if(g2>69, D, F )))) Copy this formula to h3:h10 3. In i2, enter the following formula to generate comments for each grade =if(g2>92, Excellent,if(g2>84, Very Good,if(G2>76, Fair,if(g2>69, Needs Improvement, Parent Notified )))) Copy this formula to i3:i10 24

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

Chapter 4. Microsoft Excel

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

More information

The New York Society Library Presents:

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

More information

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

Excel Lesson 3 USING FORMULAS & FUNCTIONS

Excel Lesson 3 USING FORMULAS & FUNCTIONS Excel Lesson 3 USING FORMULAS & FUNCTIONS 1 OBJECTIVES Enter formulas in a worksheet Understand cell references Copy formulas Use functions Review and edit formulas 2 INTRODUCTION The value of a spreadsheet

More information

Microsoft Office Illustrated. Getting Started with Excel 2007

Microsoft Office Illustrated. Getting Started with Excel 2007 Microsoft Office 2007- Illustrated Getting Started with Excel 2007 Objectives Understand spreadsheet software Tour the Excel 2007 window Understand formulas Enter labels and values and use AutoSum Objectives

More information

Introduction to Excel 2013

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

More information

Excel 2. Module 2 Formulas & Functions

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

More information

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

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

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

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

More information

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

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 Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

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

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

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

Check the spelling of the worksheet by using Excel s spelling check feature.

Check the spelling of the worksheet by using Excel s spelling check feature. L E S S O N 6 Printing a worksheet Suggested teaching time 40-50 minutes Lesson objectives To prepare a worksheet for printing, you will: a b c d Check the spelling of the worksheet by using Excel s spelling

More information

STATISTICAL TECHNIQUES. Interpreting Basic Statistical Values

STATISTICAL TECHNIQUES. Interpreting Basic Statistical Values STATISTICAL TECHNIQUES Interpreting Basic Statistical Values INTERPRETING BASIC STATISTICAL VALUES Sample representative How would one represent the average or typical piece of information from a given

More information

Excel What is it Good For?

Excel What is it Good For? Excel What is it Good For? Professional Development Thursday 25 th February Tapping Primary School Presenter: Annette Italiano Changing Column Widths Useful Things to Know About Excel This will change

More information

EXCEL TUTORIAL.

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

More information

Microsoft Office Excel 2007

Microsoft Office Excel 2007 Microsoft Office Excel 2007 Data Processing in Spreadsheets 1/28/2009 Microsoft Excel 1 Use Excel s functions! A function is a predefined (built-in) formula for commonly used calculations. Each Excel function

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

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

EXCEL 2003 DISCLAIMER:

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

More information

Excel 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

Basics of Spreadsheet

Basics of Spreadsheet 106 :: Data Entry Operations 6 Basics of Spreadsheet 6.1 INTRODUCTION A spreadsheet is a large sheet having data and information arranged in rows and columns. As you know, Excel is one of the most widely

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

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

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

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

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

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

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

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

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

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

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

More information

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY Session 9 THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY General Objectives OBJECTIVES Session 9 In this Session,

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

1. Select a cell in the column you want to sort by. In this example, we will sort by Last Name.

1. Select a cell in the column you want to sort by. In this example, we will sort by Last Name. Excel 2010 Sorting Data Introduction Page 1 With over 17 billion cells in a single worksheet, Excel 2010 gives you the ability to work with an enormous amount of data. Arranging your data alphabetically,

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

Introduction to Excel

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

More information

EXCEL 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

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

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel Survey Design, Distribution & Analysis Software professional quest Whitepaper Extracting Data into Microsoft Excel WHITEPAPER Extracting Scoring Data into Microsoft Excel INTRODUCTION... 1 KEY FEATURES

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

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

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 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

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

More information

Excel Shortcuts Increasing YOUR Productivity

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

More information

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

Spreadsheet Software

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

More information

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer The American University in Cairo Excel 2000 prepared by Maha Amer Spring 2001 Table of Contents: Opening the Excel Program Creating, Opening and Saving Excel Worksheets Sheet Structure Formatting Text

More information

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog Topic : İnsert The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog icon or the item's name is clicked there

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

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

Using Formulas and Functions in Microsoft Excel

Using Formulas and Functions in Microsoft Excel Using Formulas and Functions in Microsoft Excel This document provides instructions for using basic formulas and functions in Microsoft Excel. Opening Comments Formulas are equations that perform calculations

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

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

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

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

More information

Intermediate Excel Training Course Content

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

More information

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

Basic tasks in Excel 2013

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

More information

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

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

Microsoft Excel Lab: Data Analysis

Microsoft Excel Lab: Data Analysis 1 Microsoft Excel Lab: The purpose of this lab is to prepare the student to use Excel as a tool for analyzing data taken in other courses. The example used here comes from a Freshman physics lab with measurements

More information

Excel Formulas and Functions

Excel Formulas and Functions Excel Formulas and Functions Formulas Relative cell references Absolute cell references Mixed cell references Naming a cell or range Naming constants Dates and times Natural-language formulas Functions

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

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

MICROSOFT EXCEL 2002 (XP): LEVEL 3

MICROSOFT EXCEL 2002 (XP): LEVEL 3 MICROSOFT EXCEL 2002 (XP): LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using

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

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

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

Introduction to Microsoft Excel 2010 Quick Reference Sheet

Introduction to Microsoft Excel 2010 Quick Reference Sheet Spreadsheet What is a spreadsheet? How is Excel 2010 different from previous versions? A grid of rows and columns that help to organize, summarize and calculate data. Microsoft Excel 2010 is built on the

More information

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1 MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3 WWP Learning and Development Ltd Page 1 NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a silver colour scheme and running

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

-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

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

PowerSchool Handbook Federal Survey Card Report

PowerSchool Handbook Federal Survey Card Report Handbook Federal Survey Card Report Version 1.0 August 9, 2017 Copyright 2017, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

2. INTRODUCTORY EXCEL

2. INTRODUCTORY EXCEL CS130 - Introductory Excel 1 2. INTRODUCTORY EXCEL Fall 2017 CS130 - Introductory Excel 2 Introduction to Excel What is Microsoft Excel? What can we do with Excel? CS130 - Introductory Excel 3 Launch Excel

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

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

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

More information

MICROSOFT EXCEL 2003 LEVEL 3

MICROSOFT EXCEL 2003 LEVEL 3 MICROSOFT EXCEL 2003 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using the

More information

Introduction to Excel Excel Chapter 1 Robert Tureman

Introduction to Excel Excel Chapter 1 Robert Tureman Introduction to Excel Excel Chapter 1 Robert Tureman Enter and Edit Data in a Cell Three types of data labels, numbers and formulas Entries are placed into the active cell Entries can be edited in the

More information

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1 Excel 2010 Working with Basic Functions Working with Basic Functions Page 1 Figuring out formulas for calculations you want to make in Excel can be tedious and complicated. Fortunately, Excel has an entire

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Microsoft Excel 2010 Basics

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

More information

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column.

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column. Introduction Excel Level Three This workshop shows you how to change column and rows, insert and delete columns and rows, how and what to print, and setting up to print your documents. Contents Introduction

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

Section 3. Topics Covered

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

More information

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft Excel Lecture No. 2 Date: March 16. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to Excel Mathematics Department Eastern Mediterranean

More information

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information

Excel. Spreadsheet functions

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

More information

ITEC102 INFORMATION TECHNOLOGIES

ITEC102 INFORMATION TECHNOLOGIES ITEC102 INFORMATION TECHNOLOGIES LECTURE 7 Transaction Tables EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTING AND TECHNOLOGY Aim of The Course The aim of this course is to provide, o o Transaction

More information

Excel Foundation (Step 2)

Excel Foundation (Step 2) Excel 2007 Foundation (Step 2) Table of Contents Working with Names... 3 Default Names... 3 Naming Rules... 3 Creating a Name... 4 Defining Names... 4 Creating Multiple Names... 5 Selecting Names... 5

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information