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

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
EGN 1006 – Introduction to Engineering Engineering Problem Solving and Excel.
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
Spreadsheets Ms. Scales. What is a Spreadsheet? 0 Spreadsheets 0 A document, or table that is made up of rows and columns. 0 Table 0 Columns and rows.
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
Lesson 14 Creating Formulas and Charting Data
Microsoft Excel Computers Week 4.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
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.
cell (letter-number) Column (letters) Row (numbers) workbook = collection of worksheets.
 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.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
Spreadsheets Objective 6.02
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
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.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Microsoft Excel Used to organize information for calculations.
Excel Worksheet # 5 Class Agenda Formulas & Functions
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Microsoft Excel 2000 Working with Multiple Worksheets and Using Functions.
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.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
Spreadsheets, Surveys, And Graphs What is a spreadsheet?
 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.
Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.
Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations. Example- Microsoft Excel. 1.
FUNCTIONS FUNCTIONS are : Special formulas that do not use operators to calculate a result (i.e., a shortcut formula) Example: =SUM(A6:A9) SUM is the.
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.
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.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
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.
Excel I 2007 – Course Overview
Statistical Analysis with Excel
Computer Fundamentals
MS-Excel Part 1.
Statistical Analysis with Excel
Excel 2013 Formulas & Functions.
Statistical Analysis with Excel
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Introduction to Spreadsheets
Spreadsheets Objective 6.02
Intro to Excel CSCI-150.
GO! with Microsoft® Excel 2010
Spreadsheets Objective 6.02
Using Complex Formulas, Functions, and Tables
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 – can be any format › Text, number, picture, hyperlink, … › Value for computer, format for people  Formula – uses other cells and/or constants › Always begin with =

 =cell  Why do you use it?  Fundamental Principle: › Never have to change anything in two places  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 can be either a constant or another formula  Example › Pay = hourly rate * hours worked › When either changes, 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

 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

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

 Continuous cells (RANGE) › Colon (:) › Drag cursor  Combining (UNION) › Comma (,)  Common elements (INTERSECTION) › Space ( )

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

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

 Formula Auditing › Under Formulas  Functions › Stepwise evaluations › Error checking › Shows which cells use each other

 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