CIS100 Test 1 Review REACH Computer Resource Center.

Slides:



Advertisements
Similar presentations
CIS100 Test Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Fall 2009.
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.
Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
EXCEL.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
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.
Excel – Study Guide #2.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
More on Cell and Range References. n A reference identifies a cell or a range of cells on a worksheet and tells Microsoft Excel where to look for the.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Spreadsheets Objective 6.02
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Lesson 16: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Computer Literacy BASICS
CIS300 TEST REVIEW EXAM 1- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Syntax MROUND(number,multiple) Number is the value to round. Multiple is the multiple to which you want to round number. Remark MROUND rounds up, away.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1 – Introduction to Excel: What is.
Chapter 12 Creating a Worksheet.
CIS100 Test Review REACH Computer Resource Center © 2011 REACH-CRC. All Rights Reserved.REACH.
1 Microsoft Excel An Introduction to Spreadsheets Lecture 18.
Foundation Excel 2013 Gareth Johns & Paul Mugleston 1.
CIS100 Test Review REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Spring 2011.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
  Relative Cell Reference : automatically change when copied  Ex. Write a formula in C6: A6 + B6 = C6  Excel will use the above cell to copy for formattin.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
CIS100 Test 1 Review REACH Computer Resource Center.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
USING BASIC FORMULAS Excel Lesson 4. FORMULAS Formulas: An equation that performs calculations such as addition, subtraction, multiplication, and division.
REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Fall 2011 © 2011 REACH-CRC. All Rights Reserved.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Microsoft Excel.
The Basics of Formulas & Functions
REACH Computer Resource Center
Understanding Spreadsheets
Excel Formulas & Functions.
Formulas A formula is a sequence of values, cell references and operators that produce a new value. = E8 + 3*(E10 - E11) Formulas always start with an.
Unit 42 : Spreadsheet Modelling
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Excel Functions.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Excel Functions.
Lesson 20 Creating Formulas and Charting Data
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Introduction to Spreadsheets
Spreadsheets Objective 6.02
Spreadsheets Objective 6.02
Introduction to Spreadsheet Terminology
Microsoft Excel.
Introduction to Spreadsheets
Presentation transcript:

CIS100 Test 1 Review REACH Computer Resource Center

Practice Test Take the Practice Test on Blackboard!!!! More than half of the questions will be formatted the same or similarly as the practice test Questions will have different numbers, but the same concepts

In This Review Session… We will go over: Key terms in EXCEL Functions in EXCEL Practice Test Questions

Absolute, Mixed and Relative For a formula being copied: If the reference is:It changes to: $A$1 (absolute column and absolute row) $A$1 (the reference is absolute) A$1 (relative column and absolute row) C$1 (the reference is mixed) $A1 (absolute column and relative row) $A3 (the reference is mixed) A1 (relative column and relative row) C3 (the reference is relative)

Syntax: =AVERAGE(number1, [number2],...) Arguments: number1 Required  The first number, cell reference, or range for which you want the average. number2,... Optional  Additional numbers, cell references or ranges for which you want the average, up to a maximum of 255.

Description: Returns the average (arithmetic mean) of the arguments. Remarks: Arguments can either be numbers or names, ranges, or cell references that contain numbers. Logical values and text representations of numbers that you type directly into the list of arguments are counted. Errors: Arguments that are error values or text that cannot be translated into numbers cause errors.

Microsoft ® Excel ® Mathematical Functions Syntax: =SUM(number1, [number2], [number3], [number4],...) Arguments: number1 Required  The first item that you want to add. number2, number3, number4,... Optional  The remaining items that you want to add, up to a total of 255 items.

Microsoft ® Excel ® Mathematical Functions Description: Adds all the numbers that you specify as arguments. Remarks: Each argument can be a range, a cell reference, an array, a constant, a formula, or the result from another function. If an argument is an array or reference, only numbers in that array or reference are counted. Empty cells, logical values, or text in the array or reference are ignored. Errors: If any arguments are error values, or if any arguments are text that cannot be translated into numbers, Excel displays an error.

Microsoft ® Excel ® Mathematical Functions

Quiz Question (Excel) Assume that cell F4 in a spreadsheet has the following formula: =B$4+$C4 What formula will result from copying it into cell G5? =C$4+$C5

Quiz Question Which of the following should be used to refer to the cell reference AB$88? a. Invalid b. Absolute c. Mixed d. Relative e. None of the above

Write a formula to calculate the average speed of all drivers listed in the table. =AVERAGE(D5:D9) Quiz Question

How many unique cells are included in the array (or range) that is referenced in the following formula? =AVERAGE(B9:D14) Answers: 18 =18 eighteen

Quiz Question Using a scale of 1 to 4 (first to last), rank each of the following operations in order of precedence: – Addition and subtraction- Exponentiation ()parenthesis Multiplication and division Addition and subtraction4 Exponentiation2 ()parenthesis1 Multiplication and division3

Add a range of numbers stored in cells A3 through Z3 = SUM(A3:Z3) Find the arithmetic mean of the values in cells C1 through C10, assuming any blank cells will be ignored = AVERAGE(C1:C10) Quiz Question What formula would you write to perform each of the following ?

Quiz Question What formula could you use to add up cell A1 from three worksheets named Sheet1, Sheet2, and Sheet3? = SUM(Sheet1:Sheet3!A1) =Sheet1!A1+Sheet2!A1+Sheet3!A1

Quiz Question If the formula: =C$4*$H8 is copied from cell A3 to cell D5, what formula will appear in D5? Answers: =F$4*$H10

Quiz Question The dimensions of a storage tank for Killer Whales at SeaWorld is 50ft x 50ft x 20ft. If saltwater weighs approximately 60 pounds per cubic foot, write a formula to calculate the weight of the tank at full capacity. Answers: =50*50*20*60 =50^2*20*60 =50 * 50 * 20 * 60 =50^2 * 20 * 60

THANK YOU FOR VISITING CIS 100 TEST REVIEW SESSION