You are on page 1of 4

Employee ID Employee Name Age Job Title

1001 Naya Mackenzie 37 Manager


1002 Gina Gibbons 24 Sales Representative
1003 Kara Sellers 22 Administrator
1004 Steven Knott 29 Marketing Specialist
1005 Anayah Shields 32 Assistant Manager
1006 Meg Carson 28 Project Manager
1007 Marcus Wyatt 23 Sales Representative
1008 Milana Stubbs 25 Sales Representative
1009 Nola Mathis 20 Trainee
Employee Data
Joined Name: Nola Mathis
01/01/2020 Age: 20
25/01/2020 Job Title: Trainee
01/02/2020 Joined: 01/06/2020
10/02/2020
15/03/2020
10/04/2020
01/05/2020
15/05/2020
01/06/2020

9
20
INDEX() and MATCH() functions
They are often used together in complex lookups that VLOOKUP cannot solve.

Function Syntax
MATCH(lookup_value, lookup_array, [match_type])
INDEX(array, row_num, [column_num])

XLOOKUP(lookup_value, lookup_array, return_array, [not_found], [match_mode], [search_mode])

Pros
a flexible replacement for older functions
it can return multiple values
you can add "Not found" message
you can use wildcard match mode
binary search mode on large sorted data
P cannot solve.

Result
returns the position of an item in an array
returns a value of the cell at a position in a range

d], [match_mode], [search_mode])

Cons
only works from Office 365 version

You might also like