Excel Functions & Tables

Similar documents
Excel Functions & Tables

Excel Functions & Tables

3. EXCEL FORMULAS & TABLES

Excel Functions & Tables

2. INTRODUCTORY EXCEL

ADVANCED SPREADSHEET APPLICATIONS (07)

Pivot Tables, Lookup Tables and Scenarios

Lecture 10: Boolean Expressions

Conditional Formatting

Excel Formulas & Functions I CS101

KIN 147 Lab 02: Acceleration Data Analysis

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

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

Temperature Patterns: Functions and Line Graphs

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

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Intermediate Excel 2016

A Tutorial for Excel 2002 for Windows

How It All Stacks Up - or - Bar Charts with Plotly. ISC1057 Janet Peterson and John Burkardt Computational Thinking Fall Semester 2016

GREENWOOD PUBLIC SCHOOL DISTRICT Algebra III Pacing Guide FIRST NINE WEEKS

Introduction to Excel 2013

Introduction to Excel 2013 Part 2

Essentials. Week by. Week. All About Data. Algebra Alley

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

Kenora Public Library. Computer Training. Introduction to Excel

Section 1.2: What is a Function? y = 4x

2. create the workbook file

Downloading other workbooks All our workbooks can be downloaded from:

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

Using Numbers, Formulas, and Functions

A Summary of the Types of Graphs Compiled by Mr. A. Caruso

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.

This report is based on sampled data. Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec 28 Feb 1 Mar 8 Apr 12 May 17 Ju

CS10001: Computer Literacy Lab Assignment #3, Part #2

PROGRESS BOOK PARENT ACCESS NAVIGATION

ECSE 321 Assignment 2

Activity 1 Creating a simple gradebook

UNIVERSITY OF BAHRAIN COLLEGE OF APPLIED STUDIES STATA231 LAB 4. Creating A boxplot Or whisker diagram

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

Make sure to keep all graphs in same excel file as your measures.

Excel 2. Module 2 Formulas & Functions

Unit 2-2: Writing and Graphing Quadratics NOTE PACKET. 12. I can use the discriminant to determine the number and type of solutions/zeros.

DEPARTMENT OF ACADEMIC UPGRADING

NMOSE GPCD CALCULATOR

FREQUENTLY ASKED QUESTIONS

Project 4 Financials (Excel)

2. This is a cell; this cell is designated as A1.

Data Service Center December

Intellicus Enterprise Reporting and BI Platform

McLean BASIS plus TM. Sample Hospital. Report for April thru June 2012 BASIS-24 APR-JUN. McLean Hospital

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Microsoft Excel 2010 Handout

DEPARTMENT OF ACADEMIC UPGRADING

Pre-Lab Excel Problem

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

KIN 147 Lab Practical Mid-term: Ground Reaction Force (GRF) Data Analysis

COMPUTERIZED BUSINESS APPLICATIONS CURRICULUM MAP. Week Content Skills Activities/Assessment Frameworks

CMPF124 Microsoft Excel Tutorial

Creating a Pivot Table

Part I - WORKING WITH ABSOLUTE REFERENCES

In this section I m going to explain how to construct a formula, and give you some guidelines to ensure that your formulas work correctly.

Monthly SEO Report. Example Client 16 November 2012 Scott Lawson. Date. Prepared by

Microsoft Excel 2016

CS130 Regression. Winter Winter 2014 CS130 - Regression Analysis 1

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

How to use Chart from Table macro

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

INFORMS Transactions on Education

Route Map (Start September 2012) Year 9

Homework 1 Excel Basics

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

CMIS 102 Hands-On Lab

CHAPTER 6. The Normal Probability Distribution

Spreadsheet View and Basic Statistics Concepts

Excel Expert Microsoft Excel 2010

Creating Automated Dashboard Excel 2013 Contents

2013 ADVANCED MANUAL

Performing Basic Calculations

KIN 147 Lab 06: Ground Reaction Force (GRF) Data Analysis Excel analyses work much better on PCs than on Macs (especially older Macs)

IF & VLOOKUP Function

Intermediate Excel Training Course Content

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Section 3. Topics Covered

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

A Brief Word About Your Exam

All King County Summary Report

Excel Tables and Pivot Tables

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

DEPARTMENT OF ACADEMIC UPGRADING

Notes Lesson 3 4. Positive. Coordinate. lines in the plane can be written in standard form. Horizontal

Excel. Spreadsheet functions

Data Service Center May, Compiled by: Katey Semmel Donna Frieze

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

Microsoft Excel. Part 2: Calculations & Functions. Department of Computer Science Faculty of Science Chiang Mai University

How to Create a Box Plot in Excel

SPREADSHEET (Excel 2007)

Polycom Advantage Service Endpoint Utilization Report

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

Transcription:

Excel Functions & Tables SPRING 2016 Spring 2016 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? Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 2 1

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 Spring 2016 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) Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 4 2

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 + 1, 0 t < 12, where t is the time in months. Design a worksheet called Problem 3.1 that allows the user the ability to enter a time t in months and calculates the average exam score. Answer each of the following questions in an Excel comment placed in cell D1 1. What was the average score on the original exam? 2. What was the average score after 4 months? 3. What was the average score after 10 months? Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 5 Range of Cell Values The : between cell references indicates a range of values. For example, A1:A5 refers to cells A1, A2, A3, A4, and A5. For example, how might we rewrite the following formula?: =A1+A2+A3+A4+A5 Note that Excel is not case-sensitive. What does this mean? Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 6 3

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. Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 7 Problem 3.2 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. Design a worksheet that shows the average score for all values of t (0 to 11) Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 8 4

More on Cell References Relative reference - refer to cell references in formulas in relation to the cell that contains the formula (such as the cell two rows above this cell ). When you copy a formula containing relative references, the references adjust to the new location. e.g.=a2+1 Absolute reference - refer to cells by their fixed position. Absolute references always refer to the same cell, regardless of where the formula is copied. 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 Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 9 Combination Cell References How do $A1 and A$1 differ from $A$1? A B C D E 1 4 8 =A1/$A$3 2 6 4 =A$1*$B4+B2 3 =A1+A2 1 4 5 What formula will result in cell D1 if you copy the formula from cell C1 to D1? What formula will result in cell E5 if you copy the formula from C2 to E5? Winter 2014 CS130 - EXCEL FUNCTIONS & TABLES 10 5

Named Cell Reference What kind of cell reference is a named cell? Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 11 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 Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 12 6

Problem 3.3, cont What is the predicted world population in 2041 if the growth rate is 1.13%? What is the predicted world population if the growth rate is 1%? Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 13 Problem 3.4 The university you are planning on attending your senior year of High School has given you the following average expenses for a typical student. Assuming a 6% increase in all expenses, finish the above worksheet showing expenses for each of your four years in college Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 14 7

Problem 3.5 Better Design How would we change the previous worksheet from 6% to 4%? A better design: Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 15 Problem 3.6 Meteorology A meteorology class found the average weekly temperature for each week of each month for one year. 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. Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 16 8

Problem 3.6, cont. Lets import this data from the web Go to Data -> From Web Type in the URL below in the address box: http://zeus.cs.pacificu.edu/lanec/cs130s16/weathertable.html Select second yellow arrow, then click Import Select OK Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 17 Problem 3.6, cont.: Add a Chart Select columns Month and Week 1 Choose Insert Recommended Charts Line OR select circled icon and the option in upper left of dropdown menu Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 18 9

Temperature Problem 3.6, cont.: Series To add other weeks Right Click on the Chart Select Data Add Series Name Series Values Edit Horizontal (Category) Axis Labels to show months. Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 19 Problem 3.6, cont.: Format the Chart Click on Chart -> Design Add chart Element Axis Titles Chart Title Legend Right 80 70 60 50 40 30 20 10 0 Weekly Temps jan feb mar apr may jun jul aug sep oct nov dec Months Week1 Week2 Week3 Week4 Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 20 10

Outside Practice Import the table from http://www.opensecrets.org/bigpicture/index.php?display=p Format the data nicely Add a row that calculates the average of each columns that contain monetary values. Add a row to calculate the median of these columns. 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 Democrats and one line for Republicans. Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 21 Outside Practice Build a line chart that displays this data, with one line for Democrats and one line for Republicans: Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 22 11