 Software program capable of performing many calculations, functions, graphs  Arranged in rows (by number) and columns (letters)  Intersection of a.

Slides:



Advertisements
Similar presentations
EDCI 570 Tom Fortney. Formula Bar Tool Bars Cell Row Numbers Column Letters.
Advertisements

MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Lesson 3 Working with Formulas.
Spreadsheets. Software program capable of performing many calculations, functions, graphs Arranged in rows (by number) and columns (letters) Intersection.
Prepared by : Mahmoud A. Abu Hashish  Used to organize and analyze information  Made up of columns and rows  Columns and rows intersect.
Excel The purpose of a spreadsheet is to solve problems involving numbers. A worksheet consists of columns and rows that intersect to form cells. Each.
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
Spreadsheets… a software program that allows you to use rows and columns of data to manage, predict, and present information. COLUMN ROW CELL (intersection)
EXCEL UNIT 3 Computer Technology Timpview High School.
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.
MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.
Microsoft Office XP Microsoft Excel
Start up Excel. Notice that each row has a number, and each column has a letter. Click in A1 (column A, row 1), and type in a title for your data.
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.
Formulas and Functions. Type Data Into Spreadsheet ◦Open Excel ◦Create Blank Workbook ◦Type data shown as in example ◦ To get 2 lines in a cell ◦Type.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
Using Excel To help with data. Excel is a spreadsheet program that can interface with Word, or PowerPoint A spreadsheet program has cells (little blocks)
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
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.
Introduction to Spreadsheet Software. Spreadsheets and Their Uses Examples of Charts Spreadsheet Basics Spreadsheet Map Types of Spreadsheet Data Navigating.
Microsoft Excel Used to organize information for calculations.
EXCEL. Lesson #1: Introduction to Spreadsheets  You will learn the basics about spreadsheets, cell addresses, rows/columns, and data entry.
Excel at Excel Computer Literacy What is Excel? We use Excel for: Organizing data Making calculations Making sense of data Charting data Sharing.
 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.
MICROSOFT EXCEL EXCEL Is a powerful __________ program that allows users to organize data, complete ______________, make decisions, graph data,
Excel Lesson 3. Functions Function is a built-in formula that performs calculations automatically. –Examples: SUM (Adds a series of cells) COUNT (Counts.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
CONSTRUCTING RELATIVE & CUMULATIVE FREQUENCY DISTRIBUTIONS using EXCEL & WORD.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel 201 Pam Rowland and Kathy Engbrecht Fall 2010.
Microsoft Excel Adjusting Columns width, height, and Merging cells East Clarendon Middle-High School.
Worksheets Copyright 2006 South-Western/Thomson Learning.
Excel Screen Slide 1 Column Row Cell Formula bar Column heading Row heading Worksheet tab.
An applications program, used in financial forecasting, that can quickly handle calculations and perform evaluations. A spread sheet uses numbers like.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
1 Introduction to Spreadsheets Chapter 1 Lecture Outline.
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.
Microsoft Excel® can be a very powerful tool for studying mathematics. This presentation will show you how to 1.Input values 2.Create a function that uses.
Introduction to Spreadsheets and Microsoft Excel FSE 200.
Excel How to Format. Columns Formatting column width – Right click on the column letter – Choose Column Width.
Intro. to Spreadsheets Using Microsoft Excel
Introduction to Excel EC 151 Principles of Microeconomics Block 3,
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
Spreadsheets. Software program capable of performing many calculations, functions, graphs Arranged in rows (by number) and columns (letters) Intersection.
XP Practical OpenOffice.org Chapter 5 1 Creating a Worksheet.
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.
The Basics of Formulas & Functions
Excel Chapter 1 Review Slides
Understanding Spreadsheets
Microsoft Excel.
Excel 2010.
Excel Formulas & Functions.
Intro. to Spreadsheets Using Microsoft Excel
Excel 2013 Formulas & Functions.
Technology Mrs. Huddleston
Excel 2013 Formulas & Functions.
Spreadsheets (Excel Tasks)
Excel 2013 Formulas & Functions.
Excel 2010.
Intro to Excel CSCI-150.
Mathematical operators
Mathematical Formulas and Excel
Introduction to Spreadsheets
Presentation transcript:

 Software program capable of performing many calculations, functions, graphs  Arranged in rows (by number) and columns (letters)  Intersection of a row and column is the cell reference, e.g., B4

 Sum a row or column of numbers  Method 1: use the Auto sum  Method 2: key using formula bar:  Notice the “range” inside the brackets

 =E9-E8 Subtract the value in E8 from E9  =G3*F2 Multiplies G3 by F2  =K3/C4 Divides K3 by C4  =AVERAGE(E1:E8) Finds the average value in this range  =MIN(E1:E8) Finds the lowest value in this range  =MAX(E1:E8) Finds the largest value in this range  =COUNT(E1:E8) Reports the quantity of entries in this range

 Useful to show increase in value  Example 1: =B4+B4*0.05 (fair)  Example 2: =B4*1.05 (better)  Example 3: =B4*$K$1 (best)  Where $K$1 contains % you can change!

Control~Shows formula view Widen ColumnsHold left mouse key over line to move Merge Cells Format NumbersRight-click, Format

 Create a formula and “drag” lower right corner to apply across or down (click the pic!)

 =IF(B9>-1,"Profit","Loss")  Show the word "profit" if the value is zero or higher, otherwise shows the word "Loss"

 By default copied or filled formulas reflect related cells  What if we need % of one total?  $ signs in cells signify the cell is constant

 By default column A is the x-axis and B, C, D, etc. are for values (Y-axes)  Use the graph icon  Name the series to create proper legends  Excel graphs are drab … spice them up!

 3D Column Graph Better!