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

A wall of fire rising by edwidge danticat - Common root words and word origins - Jewel park border collies - North rocks child care centre - Direct and inverse proportion word problems - The invisible gorilla chapter 4 summary - Cloud Computing - Hypervisors - How to become a chelsea member - Bim bom song lyrics - Brief history of the internet and web browsers - Derrick wells decided to start a dental practice - The following are all methods of analyzing capital investments except - The short story and its writer 9th edition - Write a journal (200words) - Unit 4 project design implementation and evaluation - Paulo freire critical pedagogy pdf - Catalyst 3750g integrated wireless lan controller switch - Security strategies in windows platforms and applications second edition - Common multiples of 6 and 9 - Test strategy document contains - How to prepare a production cost report - 2-3 page paper on the Miranda law and Model Penal Code due today by 7 pm centeral time - Microsoft office 2016 cheat sheet - Discussion - Cheynes beach caravan park map - Discuss the marketing process - Axon body 2 for sale - Penn foster written exam example - How to check m1 balance - Charlie and the chocolate factory character profiles - Signs that read “no smoking,” “honk horn to open,” and “emergency exit only” specify - Employee training & development irwin management 7th edition pdf - 1905 square end plate with 70 lever - Liam brady private investigator - Which of the following statements applies to media planning - Physics lab worksheet - Discussion - Community Health - Benchmark - Role of Governance in Health Care Organizations - Soap note for shortness of breath - An old austrian went yodeling - Shell Corporation Discussion - Case study rubric business - Projectile motion lab report abstract - Sika 221 cure time - Lincoln sentry go rewards - Manchester - Rssb taking safe decisions - Trados studio 2015 freelance - The meaning of American revolution - Rule of 3 persuasive writing - Stigmata of liver disease - Which consumer market segments best match with benihana - Slender glass tube crossword - Nrma accident report form - 1999 larson 176 sei specs - Discovery bible study worksheet - Electrical engineering - Mountain view community hospital er diagram - Cold case by julia platt leonard summary - Types of family resources in home economics - Walmart china supply chain transformation - Swot analysis of volkswagen company - Blood flows in the following sequence in the heart - Amp life limited usi - Formula for manganese 4 oxide - Hodgson's ethical decision making framework - Travelport smartpoint training pdf - Escape from the western diet they say i say essay - Purpose of caffeine extraction lab - Misconceptions about measuring angles - A vending machine automatically pours soft drinks into cups - Brave new world best quotes - Elie tahari janine driver flats - Comprehensive Final SOAP Note - Power Point Presentation with a minimum of 12 slides - Should students be allowed to bring cellphones to school essay - The beatles and the monkees nyt crossword - Monroe community college login - Discussion about BPaaS - Unlocking Your Potential: Leveraging Student Essay Help - Labview xy graph real time - Sample brd document for mobile app - Media arts australian curriculum - Indirect object pronouns french - Week 7 paper work (Business Intelligence) - Principles of advocacy in nursing - Northern territory family history - Racism - Continuous and comprehensive evaluation - Harvard Business Case - Methoxy group electron donating or withdrawing - Coca cola sustainability report 2018 pdf - I need 2 discussion questions answers 200 word min with references. - How is tesco influenced by stakeholders - Nursing theory for fall prevention - Least common multiple of 8 10 and 12 - Australian social work values - Environmental causes of miscarriage - Whalley range tennis club - Regular languages closure properties