I have a sheet that looks like:
Date Value Highest Lowest----------------------------------------------------------------1-1-2020 23 26 20 2-1-2020 203-1-2020 264-1-2020 225-1-2020 24
Where highest is the highest value in the value row =MAX(B2:B999)
and lowest is the lowest value in the value row =MIN(B2:B999)
What I want is that below the highest value (26) I have the date of that value in this case 3 January. Also for the lowest I want to get the lowest date 2 January.