Excel: Formulas and Functions 1. 2 Objectives  Name a cell or range  Locate and use Excel’s predefined functions  Debug formulas that contain errors.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Click the mouse to continue. Relative references Absolute referencesMixed references.
Excel Part I Basics and Simple Plotting Section 008 Fall 2013 EGR 105 Foundations of Engineering I.
Formulas: Allow you to perform basic mathematical calculations Can contain: – Cell references – Constants – Functions – Mathematical operators Copyright.
Tutorial 7: Developing an Excel Application
Developing an Excel Application
Tutorial 8: Developing an Excel Application
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
More on Cell and Range References. n A reference identifies a cell or a range of cells on a worksheet and tells Microsoft Excel where to look for the.
3-dimensional formula A formula that refers to cells in other worksheets.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
Tutorial 12: Enhancing Excel with Visual Basic for Applications
Visualizing Multiple Physician Office Locations Exercise 9 GIS in Planning and Public Health Wansoo Im, Ph.D.
Testing a program Remove syntax and link errors: Look at compiler comments where errors occurred and check program around these lines Run time errors:
REVIEW Excel Excel Absolute vs. Relative Address.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
MS-Excel XP Lesson 8. Inserting and Formatting a Comment 1.Select cell or cell range 2.Insert menu, comment menu item 3.Type message to comment 4.Minimize.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Computer Science & Engineering 2111 Data Validation and Macros 1 CSE 2111 Lecture-Data Validation and Macros.
Instructor: Professor Cora Martinez, PhD Department of Civil and Environmental Engineering Florida International University.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
Term 2, 2011 Week 1. CONTENTS Types and purposes of graphic representations Spreadsheet software – Producing graphs from numerical data Mathematical functions.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
12. Visual Basic If Statements and Do Loops. Open 12b-datastart.xlsm.
Exploring Microsoft Excel 2002 Chapter 6 Chapter 6 A Financial Forecast: Workgroups, Auditing, and Templates By Robert T. Grauer Maryann Barber Exploring.
Insert Formulas and Functions  Create formulas in a worksheet  Insert functions in a worksheet  Use relative and absolute cell references Lesson 3.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Microsoft Office Excel Copyright © 2008 Pearson Prentice Hall. All rights reserved
Excel-Entering & Formatting Data 1. 2 Objectives  Enter numeric, text, time and dates  Format cells, rows and columns  Use passwords  Perform sorts.
Relational Lists.txt Excel can import multiple file types.txt Excel can import multiple file types.
Definitions. Cell: Cell: Space in the intersection of a column (vertical division) and a row (horizontal division). Row: Row: A row runs horizontally.
3.1 Radian Measure OBJ: Convert degree measure to radian measure Find trig values of angles expressed in radian measure.
Sharing data among software programs is essential in work today
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
Unit 4, Lesson 3 Creating Worksheet Formulas. Objectives Understand formulas. Understand formulas. Create a formula. Create a formula. Identify and correct.
1 Microsoft Excel An Introduction to Spreadsheets Lecture 18.
Intro to Excel Spreadsheets. Cell Reference (Cell Name) The unique identifier associated with a cell The unique identifier associated with a cell Combine.
# 1# 1 CS 105 Spring 2010 Macros: Sub Procedures You Record What is a macro? What is With…End With? What is Sub…End Sub? Relative vs. Absolute.
Excel 1 Review Make a review sheet by numbering as shown below. The test is timed. You can practice again if needed. Click the mouse when you are ready.
Chapter 9 Macros And Visual Basic For Applications.
Computer Science & Engineering 2111 Lecture 2 Basic Functions, Common Excel Errors, Cell Addressing 1 CSE 2111 Lecture 2-Basic Functions and Cell Addressing.
Visual Basic  Is the language for programming in Word, Access,& Excel  Is the “Environment” in which the programming is done (called the Integrated Development.
CIS100 Test 1 Review REACH Computer Resource Center.
Introduction to Excel VBA UNC Charlotte CPE/PDH Series December 17, 2009.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Chapter 4. This presentation covers the following: – Worksheets – Workbooks – Rows and Columns – Cells – Ranges – Relative referencing – Absolute referencing.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Excel Review By Mr. Griffin Elmira Business Institute.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Excel Spreadsheets Formatting and Functions ICS100 – Spring 2007 D. Pai.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. EXCEL 2007 THE PROFESSIONAL APPROACH S E R I E S M I C R O S O F T ® O F F I C E Lesson 15.
Instructor Materials for Course 70148: Microsoft Excel 2013 Essentials Aligned with Microsoft Office Specialist (MOS) exam : Microsoft Excel 2013.
MODULE 4.1: INTRODUCTION TO SPREADSHEETS. CONTENTS What is a spreadsheet? Basic functions Inputting data Use of formatting More about different types.
COMPREHENSIVE Excel Tutorial 12 Expanding Excel with Visual Basic for Applications.
3.1.4 Modelling.
Excel Tutorial 8 Developing an Excel Application
Exploring Excel Chapter 8 The Expert User:
CSE111 Introduction to Computer Applications
Unit 4, Lesson 3 Creating Worksheet Formulas
Microsoft Office Illustrated
Microsoft Excel 2003 Illustrated Complete
أ.إسراء الطريقي أ. هاله الشملان , 102 تقن , المعمل الخامس
Programming Right from the Start with Visual Basic .NET 1/e
Parts of an Excel Window
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Lesson 1 - Visualizing Dependencies
Microsoft Office Excel 2003
Reminder (1) HW9 Course Project Will be assigned in SAM soon
Presentation transcript:

Excel: Formulas and Functions 1

2 Objectives  Name a cell or range  Locate and use Excel’s predefined functions  Debug formulas that contain errors  Record and run a macro

Referencing Cells  Absolute, relative & mixed  Cell Ranges A2:A10 (row) A2:D10(column) A2:B6 (range)  Naming a Range of Cells (you can then use a name in formulas)

Creating and Using Formulas  Create (=)  Formula Syntax (set of rules)  Operator Precedence (use paragraph symbols)

Functions Predefined functions Function Arguments Trig Functions Excel’s trig function express angles in radians Use DEGREES function to convert radians to degrees Matrix Operations (skip) 5

Debugging Excel Worksheets  See Table for Excel Error Messages  Highlight Formulas  Tracing Dependents  Tracing Precedents  Unusual changes in row/column patterns 6

Macros  Stored Collection of Commands  Macro stored as a Visual Basic Module Subject to viruses Can only save as.xlsm  Excel files w/o macros saved as.xlsx  Macro created by “recording the steps” 7