HLookUp Function

L

Louise

Hi all

I often use VLookUp tables, however, I've never used HLookUp.

Is the only difference between them the way the data in the table is
displayed - either in columns or rows?

Thank you.

Louise
 
C

Charles Woll

Searches for a value in the leftmost column of a table, and then returns a
value in the same row from a column you specify in the table. Use VLOOKUP
instead of HLOOKUP when your comparison values are located in a column to
the left of the data you want to find.

The V in VLOOKUP stands for "Vertical."

charlie
 
S

Springbok

Hi Louise,

In a nutshell - yes. Instead of spanning down a set of columns to conduct a
lookup, it looks across a set of rows. Instead of referencing using a column
index number it uses a row index number.

Cheers,
Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top