I have a table as such:
2000, 2001, 2002
Sean, Billy, Thomas
Jean, Lisa, Amy
Tina, , Grover
I want to use HLOOKUP to search for a name in the table and return the year (which resides in the first row) if a match is found. All the online help I've found for HLOOKUP looks for an item in the first row and returns something from the column below, but this doesn't quite do the trick. INDEX MATCH only seems to work for vertical lookups. Any idea if/how I can accomplish what I'm looking for? Thanks in advance.
Bookmarks