Basic Spreadsheet Skills Review ISYS 363. Expression.

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.
Homework Discussion Homework 2 (Glade Manual Chapter 2) Using multiple worksheets in a model.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Excel Features That Would Help You Prepare Class Result.
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Spreadsheet Review Computer Systems Test 50 Points: T/F; MC; Fill in; Loan Am.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Basics Of Spreadsheets Chapter Spreadsheet spreadsheet: grid of cells, each of which can contain text data or numeric data.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Microsoft Excel Computers Week 4.
Excel Tutorial 1 Getting Started with 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.
INTRODUCTION TO SPREADSHEETS BTEC 149—Computer Applications Essentials.
BY: T. KHAWLAH AL-MUTLAQ Excel Web App. Introduction to Spreadsheets 2 A spreadsheet is an electronic file used to organize related data and perform calculations.
Excel Lesson 4 Entering Worksheet Formulas
Assignment 3 Excel Tutorial IS for Management2 Content –Accurate –Relevant –Complete –Concise Time –Timely –Frequent (enough) Form –Easy to read –Appropriately.
Chapter 1 Introduction to Spreadsheet. Agenda Download the practice files Spreadsheet application Workbook and worksheet Toolbar Cell Formatting Printing.
Cell Reference. Demo Copy Formula Drag the source cell Copy/Paste.
1 CS110: Lecture 2 Spreadsheets Prepared by Fred Annexstein University of Cincinnati CC Some rights reserved Today’s Topics Basics of Excel Spreadsheets.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Excel Web App By: Ms. Fatima Shannag.
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.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Microsoft Office 2007 Excel Presented By: Steph Flatau.
Common formulas An Excel formula always begins with an equal sign (=). Create a formula by combining numbers, cell references, arithmetic operators, and/or.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Entering Data Nolan Tomboulian Tomboulian.wikispaces.com 1.
Spreadsheet Software CS 100 Mount Union College. Spreadsheet Basics l Screen area is divided into rows and columns l Microsoft Excel spreadsheets have.
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Introduction to Microsoft Excel: Exploring Microsoft Excel.
CSE Introduction to Computing Concepts. Outline  What is an application program?  What is Excel?  Creating a Simple Workbook  Writing Formulas.
Excel Introducing Excel Lesson 1. Manage Workbooks Excel is a spreadsheet program Excel is a spreadsheet program It organizes and analyzes data It organizes.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1 – Introduction to Excel: What is.
Excel Web App By: T. Khawlah Al-Mutlaq. Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
CS1100: Computer Science and Its Applications Building Flexible Models in Microsoft Excel Martin Schedlbauer, Ph.D.
Excel Web App By: Ms. Fatima Shannag.
Application Software Spreadsheets "Number crunching"
Absolute cell reference
Excel Spreadsheet Notes. What is a Spreadsheet? Columns and rows of data.
Basic Spreadsheet Skills Review BUS 782. Expression.
CHAPTER 17 INTRODUCTION TO SPREADSHEETS. SPREADSHEETS Application Software designed to aid users in entering, moving,copying, labeling, displaying and.
Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations. Example- Microsoft Excel. 1.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
1 Welcome to Excel I MANAGE AND MANIPULATE INFORMATION (NUMBERS AND WORDS)
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
Vocabulary Basic Spreadsheet Formulas Copyright © Texas Education Agency, All rights reserved.
Unit 3 Vocabulary Amelia N.. Algebraic Expression An expression that contains a variable. Examples: 10/p=2 p+11=20.
CSCI-235 Micro-Computers in Science Microsoft Excel 2002 Chapter 1 Introduction to Microsoft Excel: What is a Spreadsheet?
Introduction to spreadsheets IT 8/9 Edmond Chin Microsoft Excel.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Electronic Spreadsheets CIT-101. Electronic Spreadsheet Definition  A grid of rows and columns.  A computerized equivalent of an accountant’s ledger.
Microsoft Excel This class is “HANDS-ON” you will need to open up an excel spreadsheet and do examples as you go along. Students will be able to follow.
By: T. Khawlah Al-Mutlaq
Introduction to EXCEL EXCEL Formulas
MS-EXCEL SUMMARY.
What is a Spreadsheet? A program that allows you to use data to forecast, manage, predict, and present information.
Technology Mrs. Huddleston
Lesson 18 Getting Started with Excel Essentials
Basic terms and structures
Parts of an Excel Window
Introduction to EXCEL EXCEL Formulas
Computer Science 10 & ICT 9 EXCEL
Basic Spreadsheet Skills Review
Presentation transcript:

Basic Spreadsheet Skills Review ISYS 363

Expression

Arithmetic Operators +, -, *, /, ^, ( ) Evaluating an expression –Examples: – * 3 3 – 4 / 2 8 / 4 * 2 2 * 3 ^ 2 (2 * 3) + 2 ^ 3

Order of Evaluation OperatorMultiples 1 ( )Inner to outer, left to right 2. ^left to right 3. *, /left to right 4. +, -left to right

Formula to Expression

Expression to Formula A / B * C - 2 A + B * C ^ D Evaluating an expression: 4 * / 4 * 2 ^ 2 – 1 18 / 3 ^ 2 * (1 + 2)

Introduction to Excel

What is a spreadsheet? It is a matrix composed of rows and columns. Columns are identified by letters and rows are identified by numbers. –Columns: A – Z, AA – AZ, BA – Bz,…

Cell & Range Cell: Intersection of row and column identified by specifying column and row coordinates. –A1, B3 Range: A group of rectangular shape cells identified by specifying the upper left corner and the lower right corner. –B2:D3, A1:A3

Enter Constant in a Cell Number: –2.345, -1000, (1000) –With comma or $: 1,234, $1, –Fraction: 1 7/9, 1/3 –Percentage: 5.25% Date: mm/dd/yy If yy =30  19yy Time: Min:Sec 15:25 Date and time: mm/dd/yy min:sec Text

Enter Formula and Function in a Cell Formula: –Begin with an “=“ –Use operators: +, -, *, /, ^, ( ) to define a formula. Function: – =SUM(A1:A3) Formula with function: – =SUM(A1:A3) * 5 + B5/2 To display formulas: –Formulas/Show Formulas

Cell Reference

Demo

Copy Formula Drag the source cell Copy/Paste

Cell Reference Relative cell reference: After copy, the formula will reference cells with the same relative position as the original formula. –Example: Value in cell E6: C6*D6 Absolute Cell Reference: After copy, the formula still references the same cell as the original formula. –Example: Tax in cell F6: E6*$C$3

Mixed Cell Reference $ColumnRow: $A1 Column$Row: A$1 Examples: =$A1 =A$1

Cases Where Mixed Cell Reference are Optional

Case that Must Use Mixed Cell Reference