leighhobson89
New Member
- Joined
- Aug 25, 2016
- Messages
- 36
Hi guys. Screenshot 1 below shows a 'stats' table. The issue I am asking about relates to the "Date (BOR)" column. So the idea is that the "Best (Over Route)" column returns the result of the following formula:
Screenshot 2 shows an example of what could get returned in C36; the whole row will be blank except for these values every third column; each new time will be pasted in three columns to the right of the last one as I do the events, so the formula finds the lowest time of each of these and prints it in the "Best (Over Route) column, or if the benchmark time is better it prints that. This works fine.
What I want for the "Date (BOR)" column, is to retrieve the relevant hardcoded value in the date field, so two cells directly above the relevant time that is retrieved in the formula for the "Best (Over Route)" column. For example, if it retrieved our example in Screenshot 2 as the best time, then the Date (BOR) column would print "16/02/2021". If the benchmark time was better, which is a hardcoded time on a seperate sheet, I would like it to just print "Benchmark".
I tried playing around with OFFSET function, but with little success. TIA.
Screenshot 1
Screenshot 2
Excel Formula:
=MIN('Route BenchMarks'!$E$36, MIN('Route 1'!$A$36:'Route 1'!$ZZ$36))
Screenshot 2 shows an example of what could get returned in C36; the whole row will be blank except for these values every third column; each new time will be pasted in three columns to the right of the last one as I do the events, so the formula finds the lowest time of each of these and prints it in the "Best (Over Route) column, or if the benchmark time is better it prints that. This works fine.
What I want for the "Date (BOR)" column, is to retrieve the relevant hardcoded value in the date field, so two cells directly above the relevant time that is retrieved in the formula for the "Best (Over Route)" column. For example, if it retrieved our example in Screenshot 2 as the best time, then the Date (BOR) column would print "16/02/2021". If the benchmark time was better, which is a hardcoded time on a seperate sheet, I would like it to just print "Benchmark".
I tried playing around with OFFSET function, but with little success. TIA.
Screenshot 1
Screenshot 2