cell (letter-number) Column (letters) Row (numbers) workbook = collection of worksheets.

Slides:



Advertisements
Similar presentations
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Excel Part I Basics and Simple Plotting Section 008 Fall 2013 EGR 105 Foundations of Engineering I.
Commission on Information and Communications Technology Electronic Spreadsheet (Hands-on Module) Learning Technologies Division HUMAN CAPITAL DEVELOPMENT.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
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.
Excel: Working With Formulas Cooperative Conversations January 12, 2007.
Spreadsheet Review Computer Systems Test 50 Points: T/F; MC; Fill in; Loan Am.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
GO! with Microsoft® Excel e
CTS130 Spreadsheet Lesson 20 Data Consolidation. Consolidation is a process in which data from multiple worksheets or workbooks is combined and summarized.
Understanding Microsoft Excel
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
 Absolute positioning › Can lock the cell, column or row  Cell: $A$1  Column: $A1  Row: A$1 › To change a reference to absolute  Insert $  Use F4.
cell (letter- number) Column (letters) Row (numbers) workbook = collection of worksheets.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
EXCEL 101 Level 1 on a PC CORE (Centre for Organizational Resilience), For Youth Initiative.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Formulas and Functions 1 Microsoft Office 2010 Excel Seminar Xander Jackson.
Excel Worksheet # 5 Class Agenda Formulas & Functions
Lesson 5 Using FunctionUsing Function. Objectives.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Microsoft Excel 2000 Working with Multiple Worksheets and Using Functions.
LOGO Chapter II Entering Excel Formulas and Formatting Data Friday, November 20, 2015.
Lesson 1 – Microsoft Excel * The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
 Repetitive calculations › Frequency › Complexity › Different views  Analysis of data › Explorative › Manipulation.
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.
Understanding Microsoft Excel Lesson 1 – Microsoft Excel 2013.
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.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. Spreadsheet / Workbook A grid of rows and columns containing.
Understanding Microsoft Excel
Microsoft Excel.
Excel I 2007 – Course Overview
Statistical Analysis with Excel
Computer Fundamentals
MS-Excel Part 1.
Excel Formulas & Functions.
Statistical Analysis with Excel
Understanding Microsoft Excel
Excel 2013 Formulas & Functions.
Statistical Analysis with Excel
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Microsoft Excel 101.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Introduction to Spreadsheets
Understanding Microsoft Excel
Intro to Excel CSCI-150.
GO! with Microsoft® Excel 2010
Using Complex Formulas, Functions, and Tables
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
Mathematical Formulas and Excel
Presentation transcript:

cell (letter-number) Column (letters) Row (numbers) workbook = collection of worksheets

 Label – identification for people  Constant – any format › Text, number, picture, hyperlink, … › Value for computer › Format for people  Formula – uses cells & constants › Always begin with =

 =cell  Why do you use it?  Fundamental Principle: › Never have to change anything in two places › Sound familiar?  Copy-paste › Fine if you really want a snapshot

 Once you define the formula › Can change the values as often as you like › Automatically re-computes  Treats cells as variables › Defined by location, not value › Each cell constant or another formula  Example › Pay = hourly rate * hours worked  Values can change  Formula remains the same

 Use constants when they will not change  Values that won’t change: › Computing the area of a circle  Π r 2 › Computing the area of a triangle  ½ base*height  What about… › Minutes in an hour › Days in the year

 Operations › Simple math operators › Functions  Values › Constants › Cell selection  Typing  Selecting  Cells must have appropriate values › e.g., not text for math function

 Want to compute 250x²-10y² √ 100 (5x-y) for any x and y _______

 Numbers  Dates  Boolean (true or false)  Strings  [error values]  Single values  Arrays  Tables

 Statistical and mathematical › sum, average › minimum, maximum › floor, ceiling, round  Selective › counts › if  Formatting

 Want the same information for different data › Example: min, max, avg grades for each assignment  Can use copy or fill  Copying a formula moves it relatively

 Absolute positioning › Can lock the cell, column or row  Cell: $A$1  Column: $A1  Row: A$1 › To change a reference to absolute  Insert $  Use F4

 Start with A1 hourly rate B2:B8 date C2:C8hours worked  You are to add D2:D8day’s pay  Only want to type the formula ONCE

 Why? › Separate input data › Presentation › Summarization › Versions  How to reference between › Sheet!Cell  To go between workbooks › ‘[workbook]worksheet’!cell

 From prior exercise Move hourly rate to another sheet

 General structure › Data on one page › Computations on another  Easy to change the data

 Continuous cells (RANGE) › Colon (:) › Drag cursor  Combining (UNION) › Comma (,)

 Under Formulas tab, › Name Manager: Define Name  Some default options › If the row or column has a label, will use it  Can collect non-adjacent  Absolute addresses

 Constants  Single Cells  Formulas

 Human readability  Convenience if the section size changes

SymbolOperatorOrder of Precedence Colon (:)Range1st A spaceIntersection2nd Comma (,)Union3rd -Negation4th %Percent5th ^Exponentiation6th * and / Multiplication and division 7th + and - Addition and subtraction 8th &Text concatenation9th =,, =, and <>Comparison10th

 Lots of them!  Explore!  Wizards

 Option 1 › Separate entries and hide fields › Hide columns or use separate spreadsheets  Option 2 › Build them up in pieces › Use parentheses if you can’t remember precedence  Option1, followed by option 2