Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Lookup tables can be constructed for exact match or approximate match lookups.

06/11/2020 Client: arwaabdullah Deadline: 3 days

New Perspectives on Excel 2016

Module 8:

Working with Advanced Functions

‹#›

Use the IF function

Use the AND function

Use the OR function

Use structured references in formulas

Nest the IF function

Use the VLOOKUP function

Objectives

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

2

Use the HLOOKUP function

Use the IFERROR function

Use conditional formatting to highlight duplicate values

Summarize data using the COUNTIF, SUMIF, and AVERAGEIF functions

Objectives

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

3

Visual Overview: Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

4

Logical functions (IF, AND, and OR) determine whether a condition is true or false

Conditions use a comparison operator (<, <=, =, <>, >, or >=) to compare two values

Combine two or more functions in one formula to create more complex conditions

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

5

Inserting Calculated Columns in an Excel Table

Entering a formula in one cell of a column automatically copies the formula to all cells in that column

To modify the formula in a calculated column:

Edit the formula in any cell in the column

Formulas in all cells in the column are modified

To edit only one cell in a calculated column:

Enter a value or a formula that is different from all others in that column

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

6

To effectively communicate a table’s function, keep the following guidelines in mind when creating fields in an Excel table:

Create fields that require the least maintenance

Store smallest unit of data possible in a field

Apply a text format to fields with numerical text data

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

7

Using the IF Function

A logical function that evaluates a single condition and results in only one value

Returns one value if the condition is true and another value if the condition is false

Syntax:

IF(logical_test, value_if_true, value_if_false)

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

8

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

9

Using the AND Function

A logical function that tests two or more conditions (up to 255) and determines whether all conditions are true

Returns the value TRUE if all logical conditions are true and the value FALSE if any or all logical conditions are false

Syntax:

AND(logical1[,logical2]...)

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

10

Using the OR Function

A logical function that returns a TRUE value if any of the logical conditions (up to 255) are true and a FALSE value if all the logical conditions are false

Syntax:

OR(logical1[,logical2]...)

Working with Logical Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

11

Replace specific cell or range address with a structured reference, the actual table name, or a column header

A formula that includes a structured reference can be fully qualified or unqualified

Using Structured References to Create Formulas in Excel Tables

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

12

Using Structured References to Create Formulas in Excel Tables

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

13

Visual Overview: Nested IFs and Lookup Tables

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

14

To allow for three or more outcomes

One IF function is placed inside another IF function to test an additional condition

More than one IF function can be nested

Creating Nested IFs

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

15

Creating Nested IFs

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

16

The following formula and flowchart convey the same nested IF function =IF([Years of Service]>=10,500, IF([Years of Service]>=5, 250, 100))

Creating Nested IFs

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

17

Lookup functions allow you to use tables of data to find values in a table and insert them in another worksheet location

Both the VLOOKUP and HLOOKUP functions are used to return a value from a lookup table

The VLOOKUP function always searches for a value in the first column of the lookup table

The HLOOKUP function always searches for a value in the first row of the lookup table

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

18

Lookup tables can be constructed as either exact match or approximate match lookups

Exact match lookup occurs when the lookup value must match one of the values in the first column (or row) of the lookup table

An approximate match lookup occurs when the lookup value is found within a range of numbers in the first column (or row) of the lookup table

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

19

Using the VLOOKUP Function to Find an Exact Match

Searches vertically down the first column of the lookup table

Syntax:

VLOOKUP(lookup_value,table_array,col_index_num[range_lookup])

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

20

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

21

Using the VLOOKUP Function to Find an Approximate Match

Returns a value based on an approximate match lookup in the first column of the table

The values in the first column or row of a lookup table can represent a range of values

Quantity discounts, shipping charges, and income tax rates are a few examples of approximate match lookups

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

22

Using the HLOOKUP Function to Find an Exact Match

Searches horizontally across top row of table and retrieves the value in the column you specify

Use when comparison values are located in the first row of the lookup table and you want to look down a specified number of rows to find the data to enter in another cell

Syntax:

HLOOKUP(lookup_value,table_array,row_index_num[,range_lookup])

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

23

Using the HLOOKUP Function to Find an Exact Match (continued)

Major difference between HLOOKUP and VLOOKUP functions is the way lookup tables are organized

Using LOOKUP Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

24

Error values

Indicate that an element in a formula or a cell referenced in a formula is preventing Excel from returning a calculated value

Begin with a number sign (#) followed by an error name that indicates the type of error

Using the IFERROR Function

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

25

Displays a more descriptive message that helps users fix the problem

Can determine if a cell contains an error value and then display the message you choose rather than the default error value

Use the IFERROR function to find and handle formula errors

Syntax:

IFERROR(expression,valueIfError)

Using the IFERROR Function

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

26

Using the IFERROR Function

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

27

Visual Overview: Conditional Formatting and Functions

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

28

Changes a cell’s formatting when its contents match a specified condition

Can be used to:

Highlight cells based on their values

Add data bars that graph relative values in a range

Highlight duplicate values in a column of data

Applying Conditional Formatting

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

29

Highlighting Duplicate Values

Excel is often used to manage lists of data, such as:

Employee information

Inventory

Phone numbers

Some of the data is unique for each record, such as an employee ID or a social security number

One way to identify unintended duplicate entries is to use conditional formatting to highlight duplicate values in a range with a font and/or fill color

Applying Conditional Formatting

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

30

Applying Conditional Formatting

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

31

Using the Conditional Formatting Rules Manager

A conditional formatting rule specifies:

Type of condition

Type of formatting when that condition occurs

Cell or range the formatting is applied to

Use Conditional Formatting Rules Manager dialog box to edit existing conditional formatting rules

Applying Conditional Formatting

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

32

Use COUNTIF, SUMIF, and AVERAGEIF functions to calculate a conditional count, sum, or average using only cells that meet a particular condition

Using the COUNTIF Function

Calculates the number of cells in a range that match specified criteria

Sometimes referred to as a conditional count

Syntax:

COUNTIF(range, criteria)

Using Functions to Summarize Data Conditionally

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

33

Using Functions to Summarize Data Conditionally

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

34

Using the SUMIF Function

Adds values in a range that meet your criteria

Also called a conditional sum

Syntax:

SUMIF(range, criteria[, sum_range])

Using the AVERAGEIF Function

Similar to SUMIF function

Calculates the average of values in a range that meet criteria you specify

Syntax:

AVERAGEIF(range, criteria[, average_range])

Using Functions to Summarize Data Conditionally

© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.

‹#›

35

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Peter O.
Coursework Help Online
A+GRADE HELPER
Writer Writer Name Offer Chat
Peter O.

ONLINE

Peter O.

Hello, I can assist you in writing attractive and compelling content on ganja and its movement globally. I will provide with valuable, informative content that you will appreciate. The content will surely hit your target audience. I will provide you with the work that will be according to the needs of the targeted audience and Google’s requirement.

$55 Chat With Writer
Coursework Help Online

ONLINE

Coursework Help Online

Hey, I have gone through your job posting and become very much interested in working with you.I can deliver professional content as per your requirements. I am a multi-skilled person with sound proficiency in the English language for being a native writer who worked on several similar projects of content writing and can deliver quality content to tight deadlines. I am available for both online and offline writing jobs with the promise of offering an incredibly responsive and supreme level of customer service. Thanks!

$55 Chat With Writer
A+GRADE HELPER

ONLINE

A+GRADE HELPER

Greetings! I’m very much interested to work on this project. I have read the details properly. I am a Professional Writer with over 5 years of experience, therefore, I can easily do this job. I will also provide you with TURNITIN PLAGIARISM REPORT. You can message me to discuss the detail. Why me? My goal is to offer services to you that are profitable. I don’t want you to place an order once and that’s it. For me to be successful, I need you to come back and order again. Give me the opportunity to work on your project. I wish to build a long-term relationship with you. We can have further discussion in chat. Thanks!

$55 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Sierra 18 7946 cross reference - Macbeth act 1 test answers - How deforestation disrupts the carbon cycle - Southampton voluntary services southampton - Chapter 10 business in a global economy answer key - Journal Entry - Everybody must get stoned karaoke - Final - C06I Assignment 8 - ORG Paper - Electrical engineering - Difference between content theory and process theory of motivation - Henry's daughters - PSCI 100 reflective essay - BUS 633 WEEK 3 FINAL PROJECT - Edible soil layers project - Ultimate esperance 4 burner bbq - Cisco show static routes - English - Asian brown cloud effects - How to find job seeker id - Front range cabinets in colorado springs - Api 17h hot stab - Taken - Christopher newport university tuition - University of edinburgh matriculation number - How do you calculate grain bin capacity - Understanding the business side of healthcare - Raf pay scales 20 21 - Convergent and divergent evolution worksheet - Casp systematic review appraisal tool - Abercrombie and fitch wiki - 207 allen way incline village - Theoretical Rationale Rough Draft - Is 2401 a perfect square - Program evaluation for social workers 8th edition - Job seeker user guide - Ave led par64b rgb led par can - Https www python org downloads release python 364 - A letter to imgration - Year 7 ancient egypt assessment task - Popular world music by andrew shahriari - Leadership - How to fill 8d report - Risk management plan template nsw - The last dance encountering death and dying - Holacracy the future of organizing the case of zappos - Fin 370 week 4 team assignment - Gift voucher letter sample - Bupa cash plan claim - Fluctuating demand in b2b marketing examples - Burke litwin model strengths and weaknesses - Majoring in psychology helms pdf - G by john berger pdf - Vehicles in your convex mirrors are - Beyond fat city - Discussion Board - Middle adulthood physical development - Stata horizontal bar graph - Aldreds estate agents norfolk - Def stan 59 41 - Civil law, criminal law, or both - Woma high pressure pump - I'll be loving you forever baps - Square inc case study - Social perception and attribution - Multimedia statement of intent - Bernoulli's theorem experiment calculation - Dr peter whang guilford ct - Who does macbeth kill first - Vel tech rangarajan dr sagunthala r&d institute of science - Bell street surgery henley - Cascade apartments baw baw - The most contagious diseases and his pharmacological management, - Trends and issues in instructional design and technology 2nd edition - DB Board - Equipotentials and electric fields lab report - Hbo short film competition - Your gp at lyneham - Post- Tania - Sociology powerpoint outline - Which list ranks assets from most to least liquid - Differences between samurai and knights training - Vsocial control through mass media - We cannot not communicate theory - Toothpick bridge designs that hold the most weight - How to recognize plagiarism tutorials and tests answers 2019 - Feminist film theory essay - Excel 2016 skills approach ch 3 fix it 3.6 - Husqvarna radio ear muffs instructions - Hiroshima - Introduction to data mining - My zombie myself why modern life feels rather undead - Alternative math short film tone - Royal college of surgeons books - Warehouse stationery standing desk - God bow and arrow - Essential Islamic doctrines - Week 6 Discussion Response to Classmates - Colligative properties lab report