Tag Archives: Lookup Functions

Advanced Lookup Functions Combinations: Part 1

Kornilios Ampatzis/ April 17, 2019/ Tutorials

We will begin a quest to find the best lookup function. All the internal functions of Excel have limitations which we will try to overcome. In this and the following tutorials, the knowledge of the simple syntax of the functions mentioned (VLOOKUP, HLOOKUP, MATCH), is considered a requirement.

How to use the LOOKUP Function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

From all the lookup functions, LOOKUP is the least useful. Even though it is a powerful function, it is hardly used at all.

How to use the HLOOKUP Function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

When you start learning about the lookup functionality of Excel, HLOOKUP will probably be one of the first functions you will stumble upon.

How to use the VLOOKUP function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

When you start learning about the lookup functionality of Excel, VLOOKUP will probably be one of the first functions you will stumble upon.

How to use the OFFSET function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

One very useful Excel function is OFFSET. It returns a range of cells which corresponds to a specified number of rows and columns starting at a given distance from a reference cell.

How to use the MATCH function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

There is no way to create a powerful and versatile lookup formula without using at least once the MATCH function.

How to use the INDEX function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

The INDEX function is one of the most interesting functions in excel. It can be combined with many other functions to help you out of some difficult situations.

How to use the CHOOSE function

Kornilios Ampatzis/ April 17, 2019/ Tutorials

Probably the easiest to understand lookup function is the CHOOSE function. It returns a value from an array of values, that corresponds to a specific position in that array.