CIS 100 Test #3 Review REACH Computer Resource Center.

Slides:



Advertisements
Similar presentations
CIS100 Test Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Fall 2009.
Advertisements

Lesson 3 Working with Formulas.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
CIS100 Final Exam Review REACH- CRC © 2010 REACH CRC. All Rights Reserved.Fall 2010.
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
EXCEL.
© 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.
Introduction to Excel Formulas, Functions and References.
Computer Science & Engineering 2111 IF and Boolean Functions 1 CSE 2111 Lecture-IF and Boolean Functions.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
Excel Web App By: Ms. Fatima Shannag.
 Create a small exam that calculate the grade it self  Create a small program to do.
Excel 2007 Part (2) Dr. Susan Al Naqshbandi
Spreadsheets Objective 6.02
CTS130 Spreadsheet Lesson 7 Using Logical and Financial Functions.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
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.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
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.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
Revision Function in Spreadsheet. AVERAGE Returns the average (arithmetic mean) of the arguments. Syntax AVERAGE(number1,number2,...) Number1, number2,...
© 2011 REACH All Rights Reserved.Fall Mathematical Functions ROUND SUMIF Statistical Functions AVERAGEIF COUNTIF LARGE SMALL Lookup Functions HLOOKUP.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
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.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
CIS300 TEST REVIEW EXAM 2- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Microsoft® Excel Key and format dates and times. 1 Use Date & Time functions. 2 Use date and time arithmetic. 3 Use the IF function. 4 Create.
Excel Web App By: Ms. Fatima Shannag.
CIS100 Test Review REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Spring 2011.
CIS100 Test 1 Review REACH Computer Resource Center.
CIS300 Test Review Exam 1- Prof. dos Santos REACH - CRC.
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.
CIS100 Test 1 Review REACH Computer Resource Center.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
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 
REACH- CRC © 2011 REACH-CRC. All Rights Reserved.Fall 2011 © 2011 REACH-CRC. All Rights Reserved.
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.
EXCEL INSTRUCTOR:CHITRANGI DOSHI
Logical Functions and Conditional Formatting in Excel
Exam 2- McIntosh REACH - CRC
REACH Computer Resource Center
Excel Tutorial 3 Working with Formulas and Functions
Excel IF Function.
REACH CRC Professor Reinhardt
CIS300 Test Review REACH - CRC Fall 2010
REACH Computer Resource Center
Working with Formulas and Functions
Microsoft Excel – Part I
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
REACH Computer Resource Center
REACH CRC Professor Manni
Spreadsheets Objective 6.02
Excel Tutorial 3 Working with Formulas and Functions
REACH Computer Resource Center
Spreadsheets Objective 6.02
Working with Formulas and Functions
in Excel Instructor: Zhe He Department of Computer Science
REACH Computer Resource Center
Presentation transcript:

CIS 100 Test #3 Review REACH Computer Resource Center

PowerPoint  Will be available at 12:00 (Noon) on Tuesday 3/22  ter/cistestreviews.html

Microsoft ® Excel ® Logical Functions Syntax: =AND(logical1, [logical2],...) Arguments: logical1 Required  The first condition that you want to test that can evaluate to either TRUE or FALSE. logical2,... Optional  Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions.

Microsoft ® Excel ® Logical Functions Description: Returns FALSE if one or more arguments is FALSE Otherwise, all arguments must evaluate TRUE Remarks: Arguments must evaluate to logical values Arguments must be arrays or references that contain logical values Text and empty cells are ignored in arrays or references Errors: #VALUE – If no logical values exist in a specified range

Microsoft ® Excel ® Logical Functions 

Microsoft ® Excel ® Logical Functions 

Microsoft ® Excel ® Logical Functions Syntax: =OR(logical1, [logical2],...) Arguments: logical1 Required  The first condition that you want to test that can evaluate to either TRUE or FALSE. logical2,... Optional  Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions.

Microsoft ® Excel ® Logical Functions Description: Returns TRUE if one or more arguments is TRUE Otherwise, all arguments must evaluate FALSE Remarks: Arguments must evaluate to logical values Arguments must be arrays or references that contain logical values Text and empty cells are ignored in arrays or references Errors: #VALUE – If no logical values exist in a specified range

Microsoft ® Excel ® Logical Functions  

Microsoft ® Excel ® Logical Functions Syntax: =NOT(logical) Arguments: logical Required  A value or expression that can be evaluated to TRUE or FALSE.

Microsoft ® Excel ® Logical Functions Description: Reverses the value of its argument. Remarks: If logical is FALSE, NOT returns TRUE if logical is TRUE, NOT returns FALSE Errors: None

Microsoft ® Excel ® Logical Functions

AND/OR/NOT  Follow the Parentheses as a Guide!  If several nested functions exist, try starting in the middle, working your way out, then read from left to right.  (Assume A4=50)  NOT(AND(A4>50, A4<70))  =True

Microsoft ® Excel ® Logical Functions Syntax: =IF(logical_test, [value_if_true], [value_if_false]) Arguments: logical_test Required  Any value or expression that can be evaluated to TRUE or FALSE. value_if_true Optional The value that you want to be returned if the logical_test argument evaluates to TRUE. If logical_test evaluates to TRUE and the value_if_true argument is omitted (that is, there is only a comma following the logical_test argument), the IF function returns 0 (zero). To display the word TRUE, use the logical value TRUE for the value_if_true argument.

Microsoft ® Excel ® Logical Functions Syntax: =IF(logical_test, [value_if_true], [value_if_false]) Arguments: logical_test Required  Any value or expression that can be evaluated to TRUE or FALSE. value_if_true Optional The value that you want to be returned if the logical_test argument evaluates to TRUE. If logical_test evaluates to TRUE and the value_if_true argument is omitted (that is, there is only a comma following the logical_test argument), the IF function returns 0 (zero). To display the word TRUE, use the logical value TRUE for the value_if_true argument.

Microsoft ® Excel ® Logical Functions Syntax: =IF(logical_test, [value_if_true], [value_if_false]) Arguments: value_if_false Optional  The value that you want to be returned if the logical_test argument evaluates to FALSE.  If logical_test evaluates to FALSE and the value_if_false argument is omitted, (that is, there is no comma following the value_if_true argument), the IF function returns the logical value FALSE.  If logical_test evaluates to FALSE and the value of the value_if_false argument is omitted (that is, in the IF function, there is a comma following the value_if_true argument), the IF function returns the value 0 (zero).

Microsoft ® Excel ® Statistical Functions Syntax: =LARGE(array,k) Arguments: array Required  The array or range of data for which you want to determine the k-th largest value.  k Required  The position (from the largest) in the array or cell range of data to return.

Microsoft ® Excel ® Statistical Functions Description: 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

=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

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

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

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

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

=LARGE(array,k) =LARGE(A2:B6,7) 7th largest number in the numbers in columns A and B List the numbers in descending order:

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

Microsoft ® Excel ® Statistical Functions Syntax: =SMALL(array,k) Arguments: array Required  The array or range of data for which you want to determine the k-th smallest value.  k Required  The position (from the smallest) in the array or cell range of data to return.

Microsoft ® Excel ® Statistical Functions Description: 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

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

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

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

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

=SMALL(array,k) =SMALL(B2:B10 2nd smallest number in second column

=SMALL(array,k) =SMALL(B2:B10,2) 2nd smallest number in second column List the numbers in ascending order:

=SMALL(array,k) =SMALL(B2:B10,2) 2nd smallest number in second column =3 List the numbers in ascending order:

Things to Remember….  If the question asks for the 2 nd, 3 rd, 4 th …. Biggest or smallest, what function?  Rounding to the nearest dollar?  If a condition requires “Any” or “All”, what function will you most likely use?  If the questions says your answer “must be copied down” what is that referring to?  When nesting an IF statement with AND/OR/NOT, which goes first?  Be careful: Is the questions asking for a formula or the actual answer?

Sort and Filter  stestreviews.html stestreviews.html  Download “CIS 300 Excel Problems”

Practice Question  Question (Excel) A suburban gas company gives a discount on propane heating fuel to residential customers based on the quantity purchased. Write a formula which calculates the correct price to charge a customer based on the following conditions:  · no discount (zero dollars off the total amount due) if the customer purchases less than 500 gallons of propane  · a five percent discount on all fuel purchased if the customer buys less than 2,000 gallons of propane  · a ten percent discount on all fuel purchased if the customer buys 2,000 gallons or more of propane Assume that cell A1 shows the total quantity (in gallons) of propane purchased and cell B1 is the price per gallon. The formula should calculate the total amount that the customer should pay, after discount (if any) has been applied. Answer  =IF(A1<500,A1*B1,IF(A1<2000,A1*B1*.95,A1*B1*.90)) =IF(A1<500, A1*B1, IF(A1<2000, A1*B1*.95, A1*B1*.90)) =A1*IF(A1<500,B1,IF(A1<2000,B1*0.95,B1*0.90))

Practice Question  Question (Excel) Review the accompanying workheet image containing employee information and then provide an answer in the blank space below.  Salespeople who have been employed for more than six years and have annual sales of more than $22,000 are to be assigned a job level code of 2. All other employees should be assigned a job level code of 1.  Without using a nested IF statement, create a formula in cell E2 that will assign an appropriate job level for Linda. The formula must then be copied down the entire column so that it will work for all of the other employees. Answer=IF(AND(C2>22000,D2>6),2,1)

Practice Question  Question (Excel) 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))

EXCEL PRACTICE  Question (Excel) What value is returned in a worksheet when the following formula is evaluated? =OR(25 < 24, MIN(1, 10) < 2, 3 <= 2 + 1) Answer  TRUE  FALSE  numeric error  None of the answers provided are correct

Question (Excel) Open the attached template file and examine the data closely. What would be the result of the following Excel formula? =IF(LARGE(D5:D9, 2) < SMALL(C5:C9, 2), "D5", D7) Answer D5 D7 None of the answers provided is correct

EXCEL Practice  What is the result of evaluating the following formulas?  (a) =IF(AND(6>3,3>8,2>7),"Access","Excel")  Excel  (b) =IF(OR(1>3,8>2),"yes",5)  Yes  (c) =IF(OR(AND(4>2,2>3),OR(8>7,4>5)),7,9) 77  (d) =IF(AND(6>3,4>7),IF(5>2,8,7),IF(5>3,3,9)) 33