G
Guest
In an exercise log, I have some data arranged in the following columns: Date, Location, Duration, Distance, Speed.
At the bottom of the data, I'd like to automatically reproduce the row with the max speed, for example.
I found the max speed with: =MAX(E1:E30)
Then I tried to use the following for the date on which the max speed occurred: =ADDRESS(ROW(MAX(E1:E30)),5) and also INDIRECT(that address), but it didn't work.
Please help
At the bottom of the data, I'd like to automatically reproduce the row with the max speed, for example.
I found the max speed with: =MAX(E1:E30)
Then I tried to use the following for the date on which the max speed occurred: =ADDRESS(ROW(MAX(E1:E30)),5) and also INDIRECT(that address), but it didn't work.
Please help