I'm trying to find the longest time value (hh:mm:ss) and I'm looking for it in column I, starting at row 5. I've already tried using the LARGE function but that outputs a decimal, not a time.
=LARGE(I5:I, 1)
What's a function I could use that finds the largest time value in a column and outputs it?