Computer Science & Engineering 2111 Lecture 2 Basic Functions, Common Excel Errors, Cell Addressing 1 CSE 2111 Lecture 2-Basic Functions and Cell Addressing.

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

Lesson 3 Working with Formulas.
Slide No. 1 Chapter 1, Unit c Relative vs. Absolute Addressing in a Spreadsheet H Spreadsheet Address H Relative Address H Absolute Address H Examples.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
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.
Excel: Working With Formulas Cooperative Conversations January 12, 2007.
Introduction to Excel Formulas, Functions and References.
Muhammad Qasim Rafique MS. EXCEL 2007.
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
1 Nolan Tomboulian Tomboulian.Wikispaces.com.
Computer Science & Engineering 2111 Text Functions 1CSE 2111 Lecture-Text Functions.
3-dimensional formula A formula that refers to cells in other worksheets.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 2 1 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
Studying with Technology Excel Formulas and Functions By Ian Cole Lecturer in Information & Communication Technology.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
Introduction to Microsoft Excel
1 Excel Lesson 4 Entering Worksheet Formulas 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.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Academic Computing Services 2007 Microsoft Word 2003 Excel Formulas and Functions Presenter: Jolanta Soltis MCSE, MCT, A+ This Guide will teach you how.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
You can do this to the row and column titles to make larger worksheets easier to read. The titles will stay still while you scroll through the document.
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 16: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Computer Literacy BASICS
SPREADSHEETS Define/Uses Software primarily used for business and scientific data analysis. The advantage of using a spreadsheet is in its speed at which.
XP Abdul Hameed 1 Microsoft Office Excel 2013 Tutorial 2 – Working With Formulas and Functions.
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
1. Common Functions 2.
CS&E 200 Exfunctions Using Functions in Excel Objectives: Using Excel functions l Sum, Min, Max, Average, Count l Large, Small, Rank l Round l Countif.
Microsoft® Excel Use Insert Function. 1 Key and point to enter functions. 2 Navigate with and create named ranges. 3 Use range names in functions.
Excel Worksheet # 5 Class Agenda Formulas & Functions
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
Excel Project 2 Formulas, Functions, and Formatting.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
ME 142 Engineering Computation I Excel Basics. Key Concepts Entering Data &Formulas Moving/Copying Data & Formulas Relative & Absolute Addressing Named.
CS&E 1111 ExFormulas Building a Spreadsheet Model: Cell Addressing in Excel Objectives: l To understand how formulas are copied l Relative & Absolute Cell.
Copying and Pasting Formulas and Functions Copying and Pasting Formulas and Functions, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
XP 1 Microsoft Office Excel 2003 Working With Formulas and Functions.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations. Example- Microsoft Excel. 1.
1 Using Conditional Formatting & Data Validation Applications of Spreadsheets.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
ME 142 Engineering Computation I
Office tool for creating tables and charts
Excel Functions.
International Computer Driving Licence Syllabus version 5.0
Excel Adrressing and Linking
MS-Excel Part 1.
Excel Formatting Rules
Unit 42 : Spreadsheet Modelling
Microsoft Word 2003 Excel Formulas and Functions
EXCEL Study Guide #2.
Microsoft Excel Excel Formulas and Functions
Excel Functions.
Lesson 1 Notes Chapter 6.
Excel Functions.
MS EXCEL PART 5.
Performing Calculations on Data
Mathematical Formulas and Excel
Presentation transcript:

Computer Science & Engineering 2111 Lecture 2 Basic Functions, Common Excel Errors, Cell Addressing 1 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Common Excel Errors Unusual symbols Green triangles 2 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Common Excel Errors Numbers that don’t add up correctly (Precision Vs. Formatting) 3 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Functions How does a function work? Functions take arguments and return a result Algorithm  A step-by-step procedure for accomplishing some end task. Result  The value calculated by the function 4 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Format or Syntax of a Function Syntax Specific format required to use a function its name and order of arguments Function Syntax is not case sensitive Format or syntax of a function =Function Name(arguments) Arguments – Argument variables are used by the function to calculate the result. Arguments appear in a specific order. 5 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Examples of Syntax =SUM(number1, [number2], …) =SUM(A1:A4, A1:D4, A1, D3:D5,7, markup) * 3 A1:A4 - Range along a column A1:D4 - A two-dimensional range (Block) markup – Named Range Argument Required Argument Optional Many more arguments 6 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Common Functions CSE 2111 Lecture 2-Basic Functions and Cell Addressing 7

Round Function CSE 2111 Lecture 2-Basic Functions and Cell Addressing 8 Syntax: =ROUND(number, num_digits) number: Number to be rounded num_digits: Number of decimal places

CSE 2111 Lecture 2-Basic Functions and Cell Addressing 9

Type in Function or use the Function Wizard Function wizard: A short-cut to all the functions in excel (use fx toolbar button) that walks you through building a function 10 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Blank Cells when using certain functions Blank Cells are ignored 11

Insert a row between 2 and 3 and add the order# 301 with the quantity of 1,000 12

Excel Error Messages #####- Numeric value too wide to display #DIV/0!- Divide by 0 or blank cell occurs #N/A- Data being referenced is not available #NAME?- Text in formula is not recognized #NUM!- Problem with a number in a formula or function #REF!- Cell reference is not valid #VALUE!- Wrong type of argument or operand in a formula 13 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Copying Formulas with Relative cell referencing Automatically adjusts formula cell references when formula is copied. 14 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Copying Formulas with Mixed cell referencing Keeps the column or the row reference in the formula the same when copying the formula (Signified by $) 15 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Copying Formulas with Absolute cell referencing Keeps the column and the row reference in the formula the same when copying the formula (Signified by $ in front of column and row) 16 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Hard Coding values Typing in the value in a formula or function instead of a cell reference What if service charge changes to 8%? 17 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Named Ranges You can name a cell or a group of cells and use that name in your formulas. Treated as an absolute cell reference 18 CSE 2111 Lecture 2-Basic Functions and Cell Addressing

Copy the formula in cell A1 across to cell C1 and down to cell C4 19 CSE 2111 Lecture 2-Basic Functions and Cell Addressing Fill in the Grid

Copy the formula in cell A2 across to cell C2 and down to cell C4 ABC 1 2=A11+D CSE 2111 Lecture 2-Basic Functions and Cell Addressing Fill in the Grid

Copy the formula in cell A2 across to cell C2 and down to cell C4 ABC 1 2=A$11+$D CSE 2111 Lecture 2-Basic Functions and Cell Addressing Fill in the Grid

Copy the formula in cell A2 across to cell C2 and down to cell C4 ABC 1 2=$A$11+D$ CSE 2111 Lecture 2-Basic Functions and Cell Addressing Fill in the Grid