homework discussion homework 6 (glade manual chapter 6) database functions in excel

6
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Upload: alexia-lyons

Post on 18-Jan-2018

223 views

Category:

Documents


0 download

DESCRIPTION

Visualizing a VLOOKUP function VLOOKUP(lookup_value, table_array, col_index_number) formula cells lookup values lookup vector table array …

TRANSCRIPT

Page 1: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Homework DiscussionHomework 6 (Glade Manual Chapter 6)

Database functions in Excel

Page 2: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Visualizing a LOOKUP function

LOOKUP(lookup_value, lookup_vector, result_vector)

formulacells

lookupvalues

lookupvector

resultvector

ascendingorder

Page 3: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Visualizing a VLOOKUP function

VLOOKUP(lookup_value, table_array, col_index_number)

formulacells

lookupvalues

lookupvector

tablearray

1 2 3 4…

Page 4: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Visualizing a MATCH function

MATCH(lookup_value, lookup_vector, match_type)

formulacells

lookupvalues

lookupvector

match_type = 0 for exact matchReturns position of first exact match

Page 5: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

Visualizing a SUMIF function

SUMIF(range, criteria, sum_range)

formulacells

criteria

range sumrange

Page 6: Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel

COUNTIF function

• COUNTIF(range, criteria)

• Like SUMIF but without a sum_range• Adds one to the running count every time the criteria

matches the value in the range