I have a range of cells with time values like so:
15:01:10; 15:01:12; 15:01:13; 15:01:15; 15:01:16; 15:01:17; 15:01:21; 15:01:22; 15:01:23;
I need to find the smallest time value above my criteria 15:01:13 (in cell A11). So this would be 15:01:15.
I am using =SMALL(A1:A9,COUNTIF(A1:A9,"<"&A11)+1) but it just returns the smallest time value in the range, not the smallest time value above my criteria. It doesn't seem to like the value in A11, even though I have formatted the cell exactly as the cells in the range. Can anyone shed some light on this please?
Bookmarks