Introduction to Spreadsheet Terminology

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
Spreadsheet software 1. Spreadsheets 2 Spreadsheet software Components of spreadsheets Labels - are used for titles, headings, names, and for identifying.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
EXCEL.
Spreadsheets… a software program that allows you to use rows and columns of data to manage, predict, and present information. COLUMN ROW CELL (intersection)
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 – Study Guide #2.
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.
Introduction to Spreadsheets. What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Lesson 14 Creating Formulas and Charting Data
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
General Purpose Packages Spreadsheets. What is a Spreadsheet? A Spreadsheet is a computer program used mainly for recording mathematical data such as.
Introduction to Spreadsheets. Uses of Spreadsheets? Prepare budgets Maintain student grades Prepare financial statements Analyze numbers Manage inventory.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Computer Literacy BASICS
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
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.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
TYPES OF INFORMATION IN EXCEL Types of information can be typed in a cell o text o numbers o formulas o functions Text is also known as labels o Aligns.
Spreadsheets 1.01  Tell me in your own words: What is a spreadsheet? What is a spreadsheet? What is their purpose? What is their purpose? Who uses them?
Spreadsheets, Surveys, And Graphs What is a spreadsheet?
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
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.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
1 Academic PowerPoint Introduction to Spreadsheets – Fundamental Skills 1.
Introduction to Spreadsheets. What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
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.
Introduction to Spreadsheets –
Microsoft Excel.
Tell me in your own words:
Introduction to Spreadsheets
Understanding Spreadsheets Used in Business
Understanding Spreadsheets
Excel Formulas & Functions.
Unit 42 : Spreadsheet Modelling
Introduction to Spreadsheets
Introduction to Spreadsheets 5.00
Excel 2013 Formulas & Functions.
Introduction to Spreadsheets
What is a Spreadsheet? A program that allows you to use data to forecast, manage, predict, and present information.
Technology Mrs. Huddleston
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
8.01 Spreadsheets and Components of Spreadsheets
4.01 Spreadsheet Formulas & Functions
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Lesson 20 Creating Formulas and Charting Data
ICT Spreadsheets Lesson 3: Working with Formulas and Functions
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
General Purpose Packages
IT Solutions for Administrators - Spreadsheets
Introduction to Spreadsheets –
Spreadsheets A How To!.
Mathematical operators
Spreadsheet software.
Directions: Carefully read each of the following multiple-choice items and the four possible answers. Select the correct response and mark the letter.
Introduction to Spreadsheets
Mathematical Formulas and Excel
Introduction to Spreadsheets
Presentation transcript:

Introduction to Spreadsheet Terminology

Parts of the Spreadsheet Window Active cell cells Column C Row 5

Entering Data into a Spreadsheet Labels Alphabetical text Values A number Formulas Statement that performs a calculation Functions Built-in formula that is a shortcut for common calculations

Identifying Labels and Values

Identifying Formulas and Functions The result of the formula function The result of the function

Identifying Parts of a Spreadsheet Formula mathematical operators =B2+C2+D2 equal sign—first part of any spreadsheet formula cell reference/address—made up of the column heading and the row number

Identifying Parts of a Spreadsheet Function =SUM(B2:B6) name of function range equal sign

Mathematical Operators + addition - subtraction * multiplication (asterisk) / division (slash or diagonal)

Spreadsheet Functions Function Name Description AVERAGE Average of arguments. COUNT Counts the number of cells in a range. IF Specifies a logical test to perform; then performs one action if test result in true and another if it is not true. MAX Maximum value of range of cells. MIN Minimum value of range of cells. ROUND Rounds a number to a specified number of digits. SUM Totals a range of cells.

Relative and Absolute Referencing cells that change when they are copied into other cells Absolute cells that do not change regardless of where it is copied