I have a problem with data in different alignment to the outcome I need. I have names across the top, dates down the side, and random numerical data in the middle, but want to tip the data data on the side to meet another similar table. The data I have shows in Row 1, 26 names (B1:AA1), and in Column A a series of dates of 3 years (A2:A200). I need to be able to search the names in row 1, against the names that are in another table in column A, finding the dates in column A against the dates in row 1 in the destination table, and return the appropriate answer. I've tried Index, Match, and various lookups, but can't seem to get the syntax correct.