I have two sheets, with similar formatting but different values.
Here's an example (real spreadsheet of course has more values)
Sheet 1
Temp | Year 89 | 1979
Sheet 2
Temp | Year 77 | 1998
I want to compare the Temp Values and put the highest value in a 3rd sheet, and copy the neighboring year value into the neighboring cell in the 3rd sheet. So what I have as a result in the 3rd sheet by using this formula: =MAX(Sheet1!B4,Sheet2!B4) is:
89
But what I'd like is (by referencing the value in the next column and placing it in next column on 3rd sheet):
89 | 1979
Does anyone have an idea how to do this?
Thanks for your time,
S