Julie has attended:
Excel Advanced course
HLOOKUP vs VLOOKUP
HLOOKUP: What's the difference between this and VLOOKUP?
RE: HLOOKUP vs VLOOKUP
Hi Julie,
HLOOKUP is used if category labels are down a column
=HLOOKUP(lookup_cell, table, row number, match type)
VLOOKUP is used if category labels are across a row
=VLOOKUP(lookup_cell, table, column number, match type)
Hope this helps.
Katie