Exam 2- McIntosh REACH - CRC

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Jeopardy $100 $100 $100 $100 $100 $200 $200 $200 $200 $200 $300 $300
Tutorial 7: Using Advanced Functions and Conditional Formatting
Tutorial 8: Working with Advanced Functions
Spreadsheets Objective 6.02
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.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Data Analysis Formula and Functions. Formula and functions A function is a calculation in a spreadsheet that has or can be memorized. There are many different.
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.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
Revision Function in Spreadsheet. AVERAGE Returns the average (arithmetic mean) of the arguments. Syntax AVERAGE(number1,number2,...) Number1, number2,...
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
CIS100 Test Review REACH Computer Resource Center © 2011 REACH-CRC. All Rights Reserved.REACH.
CIS100 Test Review REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Spring 2011.
CIS300 Test Review Exam 1- Prof. dos Santos REACH - CRC.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Excel Review By Mr. Griffin Elmira Business Institute.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. This Review Will Cover Brief overview of EXCEL functions, followed by EXCEL.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Fall 2011 © 2011 REACH-CRC. All Rights Reserved.
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
CIS 100 Test #3 Review REACH Computer Resource Center.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
Logical Functions and Conditional Formatting in Excel
Lesson 3: Using Formulas
MSAA PRESENTS: AN EXCEL TUTORIAL
Excel AVERAGEIF Function
Using Advanced Functions and Conditional Formatting
REACH Computer Resource Center
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
REACH Computer Resource Center
Excel IF Function.
Excel Functions.
REACH CRC Professor Reinhardt
Understanding Spreadsheets
CIS300 Test Review REACH - CRC Fall 2010
REACH Computer Resource Center
MS Excel Scaffolding START.
8.01 Spreadsheets and Components of Spreadsheets
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
REACH CRC Professor Manni
Spreadsheets Objective 6.02
Intro to Excel CSCI-150.
REACH Computer Resource Center
Spreadsheets Objective 6.02
Introduction to Spreadsheet Terminology
in Excel Instructor: Zhe He Department of Computer Science
REACH Computer Resource Center
Presentation transcript:

Exam 2- McIntosh REACH - CRC CIS300 Test Review Exam 2- McIntosh REACH - CRC =VLOOKUP("=<P8",A2:D176,4)

PowerPoint This PowerPoint can be found at: http://reach.louisville.edu/tutoring/co mputer/cistestreviews.html

Test Review Agenda Examples of Each EXCEL Function Extra Practice Handout Questions from Sample Test (If requested!)

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) This chart helps explain Absolute, Mixed and Relative References. Where we place the “$” Dollar Sign changes how a cell is referenced when a formula is copied from one cell to the next. If the dollar sign is placed BEFORE the column or row (In this case A and 1) the formula for that column or row will not change. In the first example, a dollar sign is place before “A” and before “1”, so the formula will not change when copied into C3. This reference is absolute, because nothing changes. When the dollar sign is placed only in from of the “1”, The A changes to C, but the “1” stays the same. Because the column changes but the row does not, this is called a “mixed” reference. In the final example, there is no dollar sign present, so the row and column will change when copied. This is a relative reference.

The AND function      

The OR function      

The NOT function

The IF function   value_if_true [value_if_false]

Nested If in Excel A nested IF statement says something like... "If the answer is yes, do this. If the answer is no do this or this (depending on...“ Syntax: IF( condition1, value_if_true, IF( condition2, value_if_true, value_if_false ))

Nested IF What was the percentage grade you got on your last test? 75% You got a C Write a formula that would go in the Yellow box to display “You got a ____” for each grade possible A through F. Assume the blue box is cell F42. =IF(F42<60%,“You got an F",IF(F42<70%,"You got a D",IF(F42<80%,"You got a C",IF(F42<90%, "You got a B", "WOW you got an A!!!"))))

The SUM function When TRUE is written inside a formula it is a logical value which is translated into 1 but when it is written in a cell, it is a text which is not translated into anything.

The SUMIF function

The ROUND function =ROUND(-1.475,2) Rounds -1.475 to two decimal places

The AVERAGE function Second example: it adds 5 to the set of numbers and divide by their number

The AVERAGEIF function =AVERAGEIF(B2:B5,"<23000")

The AVERAGEIF function =AVERAGEIF(B2:B5,"<23000") =14000

The AVERAGEIF function =AVERAGEIF(A2:A5,"<95000")

The AVERAGEIF function =AVERAGEIF(A2:A5,"<95000") =#DIV/0

The AVERAGEIF function =AVERAGEIF(A2:A5,">250000",B2:B5)

The AVERAGEIF function =AVERAGEIF(A2:A5,">250000",B2:B5) =24500

The COUNT function

The COUNTA function =COUNTA(A1:A8) =7

The COUNTIF function

The MAX function

The MIN function

The LARGE function Description: Remarks: Errors: Returns the k-th largest value in a data set. Remarks: If n is the number of data points in a range, then LARGE(array,1) returns the largest value. If n is the number of data points in a range, then LARGE(array,n) returns the smallest value. Errors: #NUM! – If array is empty #NUM! – If k ≤ 0 #NUM! – If k is greater than the number of data points

3rd largest number in the numbers in columns A and B =LARGE(array,k)

3rd largest number in the numbers in columns A and B =LARGE(array,k) =LARGE(A2:B6,

3rd largest number in the numbers in columns A and B =LARGE(array,k) =LARGE(A2:B6,3)

3rd largest number in the numbers in columns A and B List the numbers in descending order: 7 6 5 4 3 2 =LARGE(array,k) =LARGE(A2:B6,3) =5

The SMALL function Description: Remarks: Errors: Returns the k-th smallest value in a data set. Remarks: If n is the number of data points in a range, then SMALL(array,1) returns the smallest value. If n is the number of data points in a range, then SMALL(array,n) returns the largest value. Errors: #NUM! – If array is empty #NUM! – If k ≤ 0 #NUM! – If k is greater than the number of data points

4th smallest number in first column =SMALL(array,k)

4th smallest number in first column =SMALL(array,k) =SMALL(A2:A10

4th smallest number in first column List the numbers in ascending order: 2 3 4 5 6 7 =SMALL(array,k) =SMALL(A2:A10,4)

4th smallest number in first column List the numbers in ascending order: 2 3 4 5 6 7 =SMALL(array,k) =SMALL(A2:A10,4) =4

Mean, Median and Mode Mean- Same as AVG Function Median-Puts numbers in chronological order, finds middle number. (If two middle numbers exist, average of the two) Mode- Number that occurs most frequently in set of numbers (Returns lowest of values if two or more numbers occur equally). If there is one of every number: Displays “#N/A”

Practice Questions What formula should be entered in cell E5 to do the following: If the driver was going LESS THAN five miles over the speed limit, show the text “No Problem” Otherwise, if the driver was speeding between 6 miles over and up to 15 miles over the speed limit, show a fine of $25 plus $10 per MPH over the stated speed limit Otherwise, if the driver was speeding less than or equal to 35 MPH over the speed limit, show a fine of $250 even Otherwise, show the text “Have Fun in Jail” Answer: =IF(D5<C5+5, “No Problem”, If(D5<=C5+15, 25+10*(D5-C5), IF(D5<=C5+35, 250, “Have Fun in Jail”))) (There are other equivalent answers)

Practice Questions What is the formula to determine the total number of employees who earn MORE than $50,000 in annual salary? What is the formula to determine the sum of the salaries of employees who earn LESS than the average annual salary for this group of employees? What is the formula to determine the sum of the salaries of employees who earn LESS than the fourth (4th) lowest salary? Answers: =COUNTIF(C4:C14,">50000") =SUMIF(C4:C14,"<"&AVERAGE(C4:C14)) =SUMIF(C4:C14,"<"&SMALL(C4:C14,4))

Practice Question Carefully examine the accompanying worksheet image. Airline passengers may have to pay a separate fee for checked bags at the time they obtain a boarding pass for their initial flight. If cell A1 contains the number of checked bags, provide a formula using only the cell references in the accompanying table that will correctly determine any baggage handling fee(s) that passengers must pay for their luggage. Note: The fee for the second bag is in addition to that charged for the first piece of checked luggage. Answer =IF(A1=B4,C4,IF(A1=B5,C4+C5,C3))

A)=AVERAGEIF(G4:G16,"<"&AVERAGE(G4:G16)) Enter a formula that will determine the average salary of employees who earn less than the average salary for all employees? Enter a formula that will determine the number of employees in the north region whose last names begin with C or D? Enter a formula that will produce a YES if the employee is a Supervisor in the South region and a NO otherwise. A)=AVERAGEIF(G4:G16,"<"&AVERAGE(G4:G16)) B) =SUM(COUNTIFS(E4:E16, "North", C4:C16, "C*"), COUNTIFS(E4:E16, C) =IF(F6="Supervisor", (IF(E6="South", "Yes", "No")), "No")