I need Excel to auto sort smallest to largest descending and pull other cells to the new location as a new time is entered.
In detail:
Column C is time of day for a specific event (in military time) beginning on Row 5. When a user enters a new event and assigns a time to it, I need that corresponding information to sort into the correct event row. Below is a capture of the worksheet.

So for instance; The data entered for Event #10 beginning with Cell C14 and ending with Cell I14 would need to move to the row for Event #1 (Cells C5 to I5). So basically I just need Columns "C" through "I" beginning on row 5 to auto sort based off of the
time entered in column C so that the proper Event # is met based off of the time of day that it occurs. I believe this requires a Macro but I am unfamiliar with those.