Data Mining Supplemental Resources on Class Website.

Slides:



Advertisements
Similar presentations
Introduction to 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.
Advertisements

Lesson 3 Working with Formulas.
Paul Mundy Microsoft Excel Tips and tricks.
S5 Accuracy All Sections. Security Today’s Topic Information Quality IS Basics E-commerce AccessExcel PowerPoint Types of IS Systems Development Database.
Click the mouse to continue. Relative references Absolute referencesMixed references.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
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.
Spreadsheet Review Computer Systems Test 50 Points: T/F; MC; Fill in; Loan Am.
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
Microsoft Excel Computers Week 4.
Excel Lesson 4 Entering Worksheet Formulas
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
Exploring Microsoft Excel 2002 Chapter 3 Chapter 3 Spreadsheets in Decision Making: What If? By Robert T. Grauer Maryann Barber Exploring Microsoft Excel.
Introductory Excel 2000,XP and 2003 for Windows LAB MODELING FINANCE.
Spreadsheet Design Module S & Supplemental Resources on Class Website.
Text Mining & Basic Calculations Supplemental Resources on Class Website.
Excel Functions By Hani Almohair Microsoft Office 2003.
Lesson 20 Creating Formulas and Charting Data
Pour plus de modèles : Modèles Powerpoint PPT gratuitsModèles Powerpoint PPT gratuits Page 1 INTRODUCTION TO EXCEL LANDMARK UNIVERSITY COLLEGE.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Spreadsheet revision By Charlotte Neal. Spreadsheet oA Spreadsheet is a computer program that works like a paper worksheet. You can put words and numbers.
Lesson: 4 Spreadsheets After completing this lesson, you will be able to: Identify the components of a spreadsheet. Enter data into a spreadsheet. Perform.
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)
Exploring Microsoft Excel 97 Chapter 3 Spreadsheets in Decision Making: What If? Office graphic copyright by Microsoft Corp.
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
Exploring Excel 2003 Revised - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making:
CMPF 112 : COMPUTING SKILLS FOR ENGINEERS MICROSOFT OFFICE SUITE: EXCEL.
Computer Literacy BASICS
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?
Excel 2007 ® Business and Personal Finances How can Microsoft Excel 2007 help you to be more productive?
Excel exam on 10/24/2011 You may bring a single page cheat sheet with notes in front and back of the sheet Excel Review CS150 1.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making:
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
Basic Functions. Excel can be a very powerful tool for displaying facts and figures, especially when you know how to make quick and easy use of its features.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
ACIS Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.
Worksheets Copyright 2006 South-Western/Thomson Learning.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
Spreadsheet Applications What is Excel?. Microsoft Excel MS Excel is an electronic workbook that gives you the ability to perform business and scientific.
ACIS Introduction to Data Analytics & Business Intelligence Text Mining Data Cleaning.
CSCI-235 Micro-Computers in Science Microsoft Excel 2002 Chapter 3 Spreadsheets in Decision Making: What If?
Text Mining Supplemental Resources on Class Website.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Basic Excel Capabilities MBA 7025 Statistical Business Analysis Reviewed at various places in Data Analysis and Decision Making with Microsoft Excel.
Vocabulary Basic Spreadsheet Formulas Copyright © Texas Education Agency, All rights reserved.
Data Analytics & E-commerce Module S & Supplemental Resources on Class Website.
24 Mar 04 1 Application Software Practical 3/4 Excel (Spreadsheet)
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing 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.
Microsoft Excel.
The Basics of Formulas & Functions
Exploring Excel Chapter 3 Spreadsheets in Decision Making: What If? By
MS-EXCEL SUMMARY.
Understanding Spreadsheets
Microsoft Excel.
Microsoft Excel Basic Skills
Excel Formulas & Functions.
Microsoft Excel 101.
Absolute and Relative cell referencing
Lesson 20 Creating Formulas and Charting Data
Mathematical operators
Computer Science 10 & ICT 9 EXCEL
Spreadsheet Tools Concept Lesson.
Lesson 14 Spreadsheet Software.
Microsoft Excel.
Presentation transcript:

Data Mining Supplemental Resources on Class Website

Concept Map Data Mining Big Data Implementation Isolate Assumptions Design: Accuracy 3-D References Sum, Average, Min, Max, Count, RandBetween Paste Special Mixed Cell References

Objectives ▪ Explain the Accuracy principle of Spreadsheet Design ▪ Demonstrate Excel features that support basic data mining.

▪ Formula ▪ created by you ▪ = A1 + A10 ▪ Function ▪ keyword defined by Microsoft ▪ =SUM(A1:D1) ▪ Functions are more flexible than formulas Formula vs. Function

Different Results =B3+B4+B5+B6 =SUM(C3:C6) If you delete Row 5 =SUM(C3:C5)

▪ SUM ▪ AVERAGE ▪ MIN and MAX ▪ COUNT Common Functions

Cell AddressReferenceChanges when Copied A1RelativeVertically or Horizontally $A$1AbsoluteNever $A1MixedVertically A$1MixedHorizontally

Vertical Copy

Vertical vs. Horizontal Copy

▪ Is the formula entered going to be copied? ▪ If so, which direction? ▪ If it’s copied vertically, do you want the row references to change? If it’s copied horizontally, do you want the column references to change? ▪ Do you want such a change to take place? Cell Reference Decisions

1.Will you copy this function? 2.If so, which direction: vertical or horizontal? 3.If you copy vertically, Excel will automatically change all relative row references. Do you want those row references to change? Cell Reference Example #1 = SUM(B2:D2 )

Cell Reference Example #2 ▪ Which calculation needs a mixed cell reference? ▪ Where should the $ go?

▪ Know the order of operations. ▪ Select the correct function or construct the correct formula. (Choose a function over a formula.) ▪ Isolate assumptions. ▪ Check relative and absolute cell references. ▪ Double-check all calculations. Spreadsheet Design: Accuracy

▪ Store numbers in cells ▪ Write equations to point to cells containing numbers Isolate Assumptions

Isolate Assumption Example Assumption =E2+3 is incorrect =E2+H2 is correct

Generate Data with RANDBETWEEN ▪ = RANDBETWEEN(low, high)

Paste Special - Values MAC: Edit Menu, Paste Special

3-D Reference ▪ Cell reference that refers to a cell on a different worksheet ▪ Function is on Sheet 1 ▪ Summing cell A1 on Sheets 2 thru 13 =SUM(‘Sheet 2:Sheet 13’!A1)