Introduction to Spreadsheets. What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers.

Slides:



Advertisements
Similar presentations
Answer "What If" Questions
Advertisements

BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
Microsoft Office XP Microsoft Excel
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
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 Microsoft Excel 2010 Chapter Extension 3.
Introduction to Spreadsheets. What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers.
3-dimensional formula A formula that refers to cells in other worksheets.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
Intro to Excel Computer Technology Timpview High School.
MICROSOFT OFFICE 2013 EXCEL 1. 2 File Tab 1 Title Bar 5. Group 7 Name Box 6 Active Cell 8 Formula Bar 4 Ribbon 9 Column 10. Row 11 Sheet Tabs 12 View.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 12 Spreadsheets and Business Graphics: Facts and Figures.
Excel Web App By: Ms. Fatima Shannag.
Unit 5 Spreadsheets 5.10 Formatting & Printing. Introduction Now that you have completed the tasks associated with creating spreadsheets, formulas, functions,
Lesson: 4 Spreadsheets After completing this lesson, you will be able to: Identify the components of a spreadsheet. Enter data into a spreadsheet. Perform.
Introduction to Spreadsheets. Uses of Spreadsheets? Prepare budgets Maintain student grades Prepare financial statements Analyze numbers Manage inventory.
CMPF 112 : COMPUTING SKILLS FOR ENGINEERS MICROSOFT OFFICE SUITE: EXCEL.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Copyright © 2003 by Prentice Hall Spreadsheets and Business Graphics What is a spreadsheet? Why and when a spreadsheet is used, advantages of spreadsheets.
VOCAB REVIEW. letters at the top of the worksheet window that identify the vertical information in a worksheet column headings Click for the answer Next.
Using a Spreadsheet Chapter 5.
Computers: Tools for an Information Age Chapter 12 Spreadsheets and Business Graphics: Facts and Figures.
Computers Are Your Future © 2006 Prentice-Hall, Inc.
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
CGS2060/2100 Recitation Spreadsheets. Spreadsheet Software Software designed to perform complicated numeric calculations rapidly and accurately. Provides.
Working with Spreadsheets S S T : S P R E A D S H E E T S SST 2 Objectives 1.Perform data entry tasks 2.Use formulae and functions in worksheet calculations.
Spreadsheet Operations These increase the efficiency of data entry, the performing of calculations, and the presentation of information.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Introduction to Microsoft Excel: Exploring Microsoft Excel.
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.
Advanced Excel Microsoft Excel Excel - Overview Calculator Create budgets, analyze results Perform Financial Analysis Creating charts Organizing.
MS Excel Introduction to Excel; What Can I Do with a Spreadsheet? Unit 5.
Spreadsheet Notes. 1. What is a spreadsheet? A bunch of rows and columns of information. Used to organize and analyze information. Also called a worksheet.
Chapter 1 Creating a Worksheet and a Chart
Excel Web App By: Ms. Fatima Shannag.
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?
INTRODUCTION TO SPREADSHEETS MICROSOFT EXCEL. Spreadsheets Allows users to perform simple and complex sorting Allows users to perform calculations quickly.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
B10$10.00 AB 1 Monthly Budget 2 3 Allowance$ Expenses 6 Movies$ Music$ Food$ Miscellaneous$ Fun$ Bus$10.00.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
Microsoft Excel ( XP-2003). Return to Table of Contents Table of Contents 1_ Introduction to ExcelIntroduction to Excel 2_ Overview of the Excel.
Excel Chapter 3 What-If Analysis, Charting, and Working with Large Worksheets Discovering Computers & Microsoft Office 2010.
EDT321EDT321 1 Summer Session Spreadsheets Using Microsoft Excel.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
MS Excel INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
Tell me in your own words:
Introduction to Spreadsheets
CompuHigh Microsoft Excel.
Computers: Tools for an Information Age
Century 21 Computer Skills and Applications
Introduction to Spreadsheets
Introduction to Spreadsheets 5.00
8.04 Spreadsheet Charts 8.04 Spreadsheet Charts.
Introduction to Spreadsheets
Spreadsheets and Charts A Beginner’s Guide
Changing Column Width 1. Position cursor between column headings.
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Introduction to Spreadsheets
Century 21 Computer Skills and Applications
IT Solutions for Administrators - Spreadsheets
Spreadsheets A How To!.
Introduction to Spreadsheet Terminology
Unit G: Using Complex Formulas, Functions, and Tables
Spreadsheets and Data Management
Introduction to Spreadsheets
Presentation transcript:

Introduction to Spreadsheets

What are Uses of Spreadsheets?  Prepare budgets  Maintain student grades  Prepare financial statements  Analyze numbers  Manage inventory  Make forecasts

Advantages of Spreadsheets  Forecasting and making decisions  Fast and efficient  Automatically recalculates

What-if Analysis A spreadsheet tool used to play out different situations to determine the outcome

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

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 formula function The result of the formula The result of the function

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

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

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

Function NameDescription AVERAGEAverage of arguments. COUNTCounts the number of cells in a range. IFSpecifies a logical test to perform; then performs one action if test result in true and another if it is not true. MAXMaximum value of range of cells. MINMinimum value of range of cells. ROUNDRounds a number to a specified number of digits. SUMTotals a range of cells. Spreadsheet Functions

Relative and Absolute Referencing  Relative –cells that change when they are copied into other cells  Absolute –cells that do not change regardless of where it is copied. All absolute formulas contain a $ symbol that is what makes the formula absolute.

Changing Column Width 1. Position cursor between column headings. 2. Make sure your cursor changes to cross-hairs. 3. Click and drag to the right. Shortcut: double-click between the column headings!

Changing Row Height 1. Position cursor between row headings. 2. Make sure your cursor changes to cross-hairs. 3. Click and drag down. Shortcut: double-click between the row headings!

Formatting Cells with Enhancements bold borders shading underline font size

Numeric Formatting general currency decimal

Print Orientations  Portrait –A paper orientation that is taller than it is wide.  Landscape –A paper orientation that is wider than it is tall.

Print Options without gridlines with gridlines

Printing Column and Row Headings with column and row headings without column and row headings

Print Showing Formulas formulas displayed formulas NOT displayed

Printing Selected Areas highlight desired area, choose option to print selected area (according to your software)

GRAPHING/CHARTS  Graphing/charting-a way of presenting and comparing data in graphic format  The first step in creating a chart/graph is to select the data you wish to plot, in your spreadsheet

CHARTS/GRAPHS  When you select the data small black handles will surround your chart, these are called handles

GRAPHING/CHARTS  The Chart Wizard: In MS ’03 there is a chart wizard which allows the user to create a chart/graph by stepping you through a series of dialog boxes.  The three most common types of charts used to illustrate data are the bar/line/pie

Graphing  When a chart is inserted from a SS into a word processing document this is called integration.  bar graph –used to compare the values of individual items. These types of charts are best used when comparing similar data.  line graph –useful for plotting trends to compare items or statistics i.e.: measurements This type of chart shows data over a period of time  area graph –like a “filled in” line graph. Used to track changes over time  pie graph –used to represent the percentage each item contributes to the total. Compares parts of an item to the whole item. *tic marks are lines used to measure items they look like this:

CHARTS/GRAPHS Bar charts use the height of a bar to represent a value. A bar chart would be good to use to compare how much money your family spent on groceries in a month.

Types of Charts/Graphs

CHARTS/GRAPHS