Excel Functions & Tables

Similar documents
Excel Functions & Tables

Excel Functions & Tables

Excel Functions & Tables

3. EXCEL FORMULAS & TABLES

2. INTRODUCTORY EXCEL

Pivot Tables, Lookup Tables and Scenarios

Excel Formulas & Functions I CS101

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Creating Templates and Working with Multiple Worksheets and Workbooks. Chapter 5

Introduction to Excel 2013

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

KIN 147 Lab 02: Acceleration Data Analysis

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Intermediate Excel 2016

KIN 147 Lab Practical Mid-term: Tibial Acceleration Data Analysis Excel analyses work much better on PCs than on Macs (especially older Macs)

Downloading other workbooks All our workbooks can be downloaded from:

Data Service Center December

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview

Excel 2007 Tutorials - Video File Attributes

Activity 1 Creating a simple gradebook

Fall 2016 CS130 - Regression Analysis 1 7. REGRESSION. Fall 2016

CS130 Regression. Winter Winter 2014 CS130 - Regression Analysis 1

Introduction to StatKey Getting Data Into StatKey

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Excel 2010 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes

Introduction to Excel 2013 Part 2

Technology Assignment: Scatter Plots

Part I - WORKING WITH ABSOLUTE REFERENCES

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Excel Tutorials - File Size & Duration

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog

Spreadsheet View and Basic Statistics Concepts

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Homework 1 Excel Basics

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Learning Map Excel 2007

CHAPTER 6. The Normal Probability Distribution

Statistics. MAT 142 College Mathematics. Module ST. Terri Miller revised December 13, Population, Sample, and Data Basic Terms.

PROGRESS BOOK PARENT ACCESS NAVIGATION

Algebra II Honors Summer Packet Summer 2017

Experiment 3 Microsoft Excel in Scientific Applications I

Linear Regression in two variables (2-3 students per group)

Using Excel for a Gradebook: Advanced Gradebook Formulas

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks

Microsoft Excel 2010 Handout

Objective: Class Activities

Introductory Excel. Spring CS130 - Introductory Excel 1

Section 9: One Variable Statistics

Working with Microsoft Excel. Touring Excel. Selecting Data. Presented by: Brian Pearson

Statistics with a Hemacytometer

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Excel Basic: Create Formulas

Pre-Lab Excel Problem

CMPF124 Microsoft Excel Tutorial

A Brief Word About Your Exam

Using Numbers, Formulas, and Functions

Spreadsheets: Mathematics

Excel. Spreadsheet functions

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Excel Tables and Pivot Tables

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

FV Function Example Word Problem 1:

Activity: page 1/10 Introduction to Excel. Getting Started

Formulas and Functions

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

Spreadsheet Basics by Dick Evans, (updated )

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Years after US Student to Teacher Ratio

Performing Basic Calculations

TABLE OF CONTENTS. i Excel 2016 Basic

Using Excel for Graphical Analysis of Data

The Parts of a Function:

Intermediate Excel 2013

Project 4 Financials (Excel)

MS EXCEL 2010 LEVEL 2 Training Course Outline. Microsoft Excel 2010 Level 2

Excel 2. Module 2 Formulas & Functions

Instructions for the Monthly Trial and Final Payroll Verification

Math 155. Measures of Central Tendency Section 3.1

Chapter 1: Introduction to the Microsoft Excel Spreadsheet

Section 3. Topics Covered

TOPICS TO COVER:-- Array declaration and use.

IF & VLOOKUP Function

Creating Automated Dashboard Excel 2013 Contents

Starting Excel application

Day #1. Determining an exponential function from a table Ex #1: Write an exponential function to model the given data.

CS130/230 Lecture 6 Logic and Graphing

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2

Clergy and Chancery, Parish and School Staff. Tom Hardy, Director, Office of Information Technology

USING FORMULAS AND FUNCTIONS...

A Tutorial for Excel 2002 for Windows

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

FOR ALL STUDENTS TAKING PRE CALCULUS

MS Office for Engineers

Transcription:

Excel Functions & Tables Fall 2014 Fall 2014 CS130 - Excel Functions & Tables 1

Review of Functions Quick Mathematics Review As it turns out, some of the most important mathematics for this course revolves around the concepts of exponential and logarithmic functions. Function - a relation in which each element in the domain is associated with only one element in the range What can you say about the function f(x)=x+5 What are a couple of more simple functions. Fall 2014 CS130 - Excel Functions & Tables 2

Built-in Functions Functions are special routines provided by Excel to do simple and complex calculations. Click on the Formulas Tab to see the following: Click on the Math & Trig icon and you will see all of the Excel functions for this category Fall 2014 CS130 - Excel Functions & Tables 3

Excel Function Syntax The basic syntax for an Excel function is carried over from algebra and includes the following: The function name A left parenthesis A list of arguments where each argument is separated by a comma A right parenthesis The INT function rounds a number down to the nearest integer What is the value of =INT(3.75) What is the value of =INT(-3.75) Fall 2014 CS130 - Excel Functions & Tables 4

Problem 3.1 Students in a Chemistry class were given an exam and were then tested monthly with an equivalent exam. The average score was given by f x = 80 17 log 10 t + Fall 2014 CS130 - Excel Functions & Tables 5

Filling Cells Many times when creating an Excel worksheet, you want to get some pattern going so you can fill down, right, or both down and right. Excel adjusts cell references during the fill based on the reference type. Fall 2014 CS130 - Excel Functions & Tables 6

More on Cell References Cell references can be relative, absolute, or a combination of both relative & absolute Relative reference - refer to cell references in formulas in relation to the cell that contains the formula. e.g.=a2+1 Absolute reference - refer to cells in their absolute or fixed position. e.g. =$A$2+1 Combination - either the row is absolute and the column is relative or the row is relative and the column is absolute. e.g. =$A2+1 or =A$2+1 Fall 2014 CS130 - Excel Functions & Tables 7

Problem 3.2 1. Students in a Chemistry class were given an exam and were then tested monthly with an equivalent exam. The average score was given by f x = 80 17 log 10 t + 1, 0 t < 12, where t is the time in months. 2. Design a worksheet that shows the average score for all values of t (0 to 11) Fall 2014 CS130 - Excel Functions & Tables 8

Named Cell Reference What kind of cell reference is a named cell? Fall 2014 CS130 - Excel Functions & Tables 9

Problem 3.3 An interesting Web site is www.worldometers.info Using the population of the world today and the present growth rate of 1.1% per year, design a worksheet that shows the population for each of the next 25 years. Let s design and then implement Fall 2014 CS130 - Excel Functions & Tables 10

Problem 3.4 1. The university you are planning on attending your senior year of High School has given you the following average expenses for a typical student. 2. Assuming a 6% increase in all expenses, finish the above worksheet showing expenses for each of your four years in college Fall 2014 CS130 - Excel Functions & Tables 11

Problem 3.5 Better Design How would we change the previous worksheet from 6% to 4%? A better design Fall 2014 CS130 - Excel Functions & Tables 12

Problem 3.6 Meteorology A meteorology class found the average weekly temperature for each week of each month for one year. The data follows. You are to find each of the following using an Excel worksheet: The average monthly temperature for each month. The highest and lowest monthly averages using two functions we have not discussed yet: maximum and minimum. See if you can use the help feature to figure this out. Fall 2014 CS130 - Excel Functions & Tables 13

http://zeus.cs.pacificu.edu/shereen/cs130f14/weathertable.html Let s import this data from a web page. Fall 2014 CS130 - Excel Functions & Tables 14

Let s add a Chart Select columns Month and Week 1 Choose Line Let s add the other weeks Right Click on the Chart Select Data Fall 2014 CS130 - Excel Functions & Tables 15

Add a new Series Add Series Name Series Values Fall 2014 CS130 - Excel Functions & Tables 16

Format the Chart Select the chart Chart Tools Layout Chart Title Axis Titles Axes Fall 2014 CS130 - Excel Functions & Tables 17

Outside Practice Go to: http://www.opensecrets.org/bigpicture/index.php Click on: (View totals by type of race) and select (View totals by party). Import the table. Format the data nicely. Add a row that calculates the average of each column. Add a row to calculate the median. Add a column that shows how much more (in $) Democrats spent than Republicans each year. Build a line chart that displays this data. The chart should have one line for Ds and one line for Rs. Fall 2014 CS130 - Excel Functions & Tables 18