Microsoft Office Illustrated Fundamentals

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Excel 2010 Level 1
Advertisements

Lesson 3 Working with Formulas.
BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Microsoft Office XP Microsoft Excel
Microsoft Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Using Complex Formulas, Functions, and Tables. Objectives Navigate a workbookNavigate a workbook Enter labels and valuesEnter labels and values Change.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Excel Lesson 5 Using Functions
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1 PowerPoint Lecture to Accompany Skills.
Microsoft Office Illustrated Fundamentals Unit L: Creating Database Reports.
Microsoft Excel 2003 Illustrated Complete And Editing Worksheets Building.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Microsoft Excel Used to organize information for calculations.
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
XP. Objectives Sort data and filter data Summarize an Excel table Insert subtotals into a range of data Outline buttons to show or hide details Create.
Chapter 6 Creating, Sorting, and Querying a Table
Intro to Excel - Session 5.21 Tutorial 5 - Session 5.2 Working with Excel Lists.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
LOGO Chapter III Excel Functions Date: 1. LOGO Overview  Understanding Functions  Using Reference Operators  Understanding Functions Sum function Average.
An electronic document that stores various types of data.
Microsoft ® Excel ® 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Ms. Hall Spring Functions. Excel – Lesson 4 Summarizing Data with Functions A function is a predefined formula that performs a calculation. When.
Problem Solving Using Excel
Excel Lesson 5 Using Functions
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Analyzing Table Data.
Microsoft Excel.
Excel Formulas & Functions.
Creating and Formatting Tables
Microsoft Excel 2003 Illustrated Complete
Creating a Workbook Part 2
Exporting & Formatting Budgets from NextGen o Excel
Excel 2013 Formulas & Functions.
Microsoft Office Illustrated Introductory, Windows XP Edition
Excel 2013 Formulas & Functions.
Excel Datasets and Tables
Excel Lesson 5-6 Using Functions Enhancing a Worksheet
Lesson 1 Notes Chapter 6.
Navya Thum January 30, 2013 Day 5: MICROSOFT EXCEL Navya Thum January 30, 2013.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Excel Lesson 4 Entering Worksheet Formulas
Lesson 3: Working with Formulas and Functions
Skills for Success with Microsoft Office 2010
GO! with Microsoft® Excel 2010
Formulas Formulas are entered in the worksheet cell and must begin with an equal sign "=". The formula then includes the addresses of the cells whose values.
Using Complex Formulas, Functions, and Tables
Performing Calculations on Data
Unit G: Using Complex Formulas, Functions, and Tables
Microsoft Office Illustrated Fundamentals
Lesson 13 Working with Tables
Presentation transcript:

Microsoft Office 2010 - Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables

Objectives Create complex formulas Use absolute cell references Understand functions Use date and time functions Use statistical functions Microsoft Office 2010-Illustrated Fundamentals

Objectives (cont.) Apply conditional formatting Sort rows in a table Filter table data Microsoft Office 2010-Illustrated Fundamentals

Unit H Introduction Excel includes power data analysis tools: complex formulas, which perform more than on calculation at a time Functions are prewritten formulas, many containing multiple operators Excel tables let you quickly analyze rows of data that has the same kind of information Microsoft Office 2010-Illustrated Fundamentals

Unit H Introduction (cont.) To analyze table data, you can automatically sort the information to change its order and filter it to display only the type of data you specify Certain data can be made to stand out by applying conditional formatting Microsoft Office 2010-Illustrated Fundamentals

Creating Complex Formulas Complex formulas are formulas that contain more than one operator When a formula contains multiple operators, Excel uses standard algebraic rules to determine which calculations to perform first Calculations are performed in this order: calculations in parentheses first, exponential calculations, multiplication, division, addition, subtraction multiple calculations within parentheses are performed to this same order Microsoft Office 2010-Illustrated Fundamentals

Creating Complex Formulas (cont.) Review of order of operations Microsoft Office 2010-Illustrated Fundamentals

Creating Complex Formulas (cont.) Complex formula with returned value Microsoft Office 2010-Illustrated Fundamentals

Using Absolute Cell References When you copy a formula from one cell to another, Excel automatically adjusts the cell references There may be times that you do not want the cell reference to change, in this case you use an absolute cell reference in the formula An absolute cell reference is a cell reference that always stays the same, even when copying absolute cell references contain a $ symbol before the column letter and row number (such as $A$1) to insert an absolute reference, click the cell you want to use and then press [F4] Microsoft Office 2010-Illustrated Fundamentals

Using Absolute Cell References (cont.) Using an absolute cell reference Microsoft Office 2010-Illustrated Fundamentals

Understanding Functions Functions are prewritten formulas provided by Excel You can use a function to compose the formula for you save time improve accuracy can be simple or complex Each Excel function has a name, usually written in capital letters the SUM function adds values, the AVERAGE function calculates the average of a specified range Microsoft Office 2010-Illustrated Fundamentals

Understanding Functions (cont.) There are four parts to each function: equal sign, function name, a set of parentheses, and arguments separated by commas and enclosed in parentheses Arguments are all the information a function needs to perform a task Microsoft Office 2010-Illustrated Fundamentals

Understanding Functions (cont.) Arguments can be values such as (100 or .02), cell references (such as B3), or range references (such as A9:G16) Anytime you type an equal sign followed by a letter, a list of valid functions and names beginning with that letter appear which is called Formula AutoComplete Microsoft Office 2010-Illustrated Fundamentals

Understanding Functions (cont.) Insert Function dialog box Microsoft Office 2010-Illustrated Fundamentals

Using Date and Time Functions The Excel date and time functions let you display the current date and/or time in the worksheet Help you calculate time between events Some date and time functions produce recognizable text values that can easily be displayed in a worksheet Other date and time functions produce values that require special formatting Microsoft Office 2010-Illustrated Fundamentals

Using Date and Time Functions (cont.) Inserting the TODAY function Microsoft Office 2010-Illustrated Fundamentals

Understanding how dates are calculated using serial values Dates are stored as serial values (sequentially numbered since Jan. 1, 1900) Dates are stored as serial values so that they can be used in calculations Excel displays the serial value that represents the date and you can format the cell to display the date as you desire Microsoft Office 2010-Illustrated Fundamentals

Using Statistical Functions Excel includes many statistical functions with the most popular being AVERAGE, MIN and MAX Average - calculate the average of a range of cells MIN/MAX – calculate the smallest or largest value in a range of cells These functions are available either on the AutoSum list arrow or under Statistical in the More Functions category of the Functions Library or the Insert Functions dialog box Microsoft Office 2010-Illustrated Fundamentals

Using the status bar to view average and sum data The status bar provides information on average and sum on any selected range When a range of cells containing values is selected, the status bar displays data for the average of the selected cells and the sum of selected cells The status bar also displays a value for Count, which represents the number of cells selected Microsoft Office 2010-Illustrated Fundamentals

Using Statistical Functions (cont.) Selecting a range using Function Arguments Using MAX function Using MIN function Microsoft Office 2010-Illustrated Fundamentals

Applying Conditional Formatting Conditional formatting is used to highlight or emphasize certain information in a worksheet you specify the conditions to be met for the data to be emphasized such as highest and lowest product revenues Excel applies conditional formatting to cells when specified criteria are met Color scales are shading patterns that use two or three colors to show the relative values of a range of cells Data bars make it easy to quickly identify the large and small values in a range of cells Microsoft Office 2010-Illustrated Fundamentals

Applying Conditional Formatting (cont.) Color scales applied Data bar applied Microsoft Office 2010-Illustrated Fundamentals

Sorting Rows in a Table A table in Excel consists of rows and columns of data with a similar structure You can manage this data separately from the rest of the worksheet You can sort, or change the order of the table rows, You use the Format as Table button to specify the cell range for the table and the appropriate style Microsoft Office 2010-Illustrated Fundamentals

Sorting Rows in a Table (cont.) An Excel table is similar to a table in a database because you can sort data in much the same way Excel table columns are often called fields and rows of data are called records In a table, the header row is the row at the top that contains column headings A total row can be added at the bottom of a table when you want to add totals Microsoft Office 2010-Illustrated Fundamentals

Sorting Rows in a Table (cont.) Choosing a table style and range Sorting a list from A to Z Microsoft Office 2010-Illustrated Fundamentals

Sorting Rows in a Table (cont.) Table sorted by two sort criteria Microsoft Office 2010-Illustrated Fundamentals

Filtering Table Data A filter displays only the data you need You specify the data you need by setting criteria You can apply a filer to a table by using the filter list arrows that appear to the right of each column heading A filter does not change the order of the items in the table (like a sort); it temporarily hides data not meeting the specified criteria Microsoft Office 2010-Illustrated Fundamentals

Filtering Table Data (cont.) Applying filters to the State column Microsoft Office 2010-Illustrated Fundamentals

Filtering Table Data (cont.) Worksheet with two filters applied Worksheet in Print Preview Microsoft Office 2010-Illustrated Fundamentals

Summary Excel provides powerful data analysis tools including: Complex formulas Functions Tables Sorting Filtering Microsoft Office 2010-Illustrated Fundamentals

Summary You can use built-in date/time and statistical functions Conditional formatting is useful for emphasizing certain data according to conditions you specify Microsoft Office 2010-Illustrated Fundamentals