Using Complex Formulas, Functions, and Tables

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
 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.
 Easy to create tables in Word  Advantages to using Excel › Use charts to represent data in graphic form › Import data from text or databases › Analyze.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
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 Excel Diane M. Coyle Spring 2009 CS 105.
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.
Lesson 5 Using FunctionUsing Function. Objectives.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Key Words: Functional Skills. Key Words: Spreadsheets.
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.
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
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.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
Welcome To MITT Electronic Spreadsheet Class (MS/Excel 2007)
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 A Spreadsheet Program.
Computer Fundamentals
Excel Formulas & Functions.
Creating and Formatting Tables
Microsoft Excel 101.
Microsoft Excel 2003 Illustrated Complete
Creating a Workbook Part 2
Exporting & Formatting Budgets from NextGen o Excel
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
Excel Datasets and Tables
Excel Lesson 5-6 Using Functions Enhancing a Worksheet
Excel 2013 Formulas & Functions.
Lesson 1 Notes Chapter 6.
Navya Thum January 30, 2013 Day 5: MICROSOFT EXCEL Navya Thum January 30, 2013.
GO! with Microsoft® Excel 2010
Mathematical operators
Performing Calculations on Data
Unit G: Using Complex Formulas, Functions, and Tables
Microsoft Office Illustrated Fundamentals
Lesson 13 Working with Tables
Assignment resource Working with Excel Tables, PivotTables, and Pivot Charts Fairhurst pp The commands on these slides work with the Week 2 Excel.
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Using Complex Formulas, Functions, and Tables

Objectives Create complex formulas Use absolute cell references Understand functions Use date and time functions Use statistical functions Apply conditional formatting Sort rows in a table Filter table data Microsoft Office 2013-Illustrated Fundamentals

Creating Complex Formulas Complex formulas are formulas that contain more than one operator When a formula contains multiple operators, Excel uses the order of precedence 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 2013-Illustrated Fundamentals

Creating Complex Formulas Microsoft Office 2013-Illustrated Fundamentals

Creating Complex Formulas Microsoft Office 2013-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 2013-Illustrated Fundamentals

Using Absolute Cell References Microsoft Office 2013-Illustrated Fundamentals

Understanding Functions Functions are prewritten formulas that come with 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, and the COUNT function counts the number of cells in a range containing numbers Microsoft Office 2013-Illustrated Fundamentals

Understanding Functions There are four parts to each function: equal sign, function name, a set of parentheses, and arguments separated by commas and enclosed in parentheses Microsoft Office 2013-Illustrated Fundamentals

Understanding Functions Arguments are all the information a function needs to perform a task 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 2013-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 2013-Illustrated Fundamentals

Using Date and Time Functions Microsoft Office 2013-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 2013-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 menu or by using the Quick Analysis gallery, which provides easy access to common functions and formatting tools To access all statistical functions, click More Functions in the Function Library group on the FORMULAS tab, then click Statistical Microsoft Office 2013-Illustrated Fundamentals

Using Statistical Functions Microsoft Office 2013-Illustrated Fundamentals

Using Statistical Functions Microsoft Office 2013-Illustrated Fundamentals

Using Statistical Functions Microsoft Office 2013-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 sales 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 2013-Illustrated Fundamentals

Applying Conditional Formatting Microsoft Office 2013-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 and analyze 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 2013-Illustrated Fundamentals

Sorting Rows in a Table 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 2013-Illustrated Fundamentals

Sorting Rows in a Table Microsoft Office 2013-Illustrated Fundamentals

Sorting Rows in a Table Microsoft Office 2013-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 2013-Illustrated Fundamentals

Filtering Table Data Microsoft Office 2013-Illustrated Fundamentals

Filtering Table Data Microsoft Office 2013-Illustrated Fundamentals