I have a table with headers in the first row and unique values that are listed in the rows under that header.
Now in another table I have listed all of these unique values and I want to show the corresponding header next to it.
Seems like a job for hlookup, but it can only find the unique values in the first row, the header, and return a certain row, so naturally it returns #NV. Is there a way to do it the other way around? Find the value in rows 2-x and return the header in row 1?
Example file attached. In Column F I’m looking for the formula. In Column G I’ve written the output I need.
example.ods
(I don’t care about the colors, they are just for easier identification)