I have 2D array from which I have to find the 50 largest values and to create one dimensional array. Also, I have to find the position of these values and extract the data from the rows and the columns - the date and the hour.
I used LARGE function to find the 50 largest values but need to extract also the date (row) and the hour (column) from the array.
Thank you!

