A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
@Cass
No need for a helper column. Try this:
=MINIFS('Sleep Log'!C:C, 'Sleep Log'!C:C, ">=" & TIME(20, 0, 0))
It assumes that a 'normal' bed time would never be before 8PM, i.e. 20:00:00 (hh:mm:ss).
I assume you can include the arguments for the applicable month(s) yourself. And perhaps better to limit the ranges used. Rather than C:C, use something like C11:C376. That will capture a full year, I believe.