Your first problem is that you have added 4 to each subsequent date. This can cause rounding problems with ordinary numbers but it might be the root of the issue here where you cannot sort the existing table without getting #VALUE!
errors.
In cell A2 you have a date 21/12/22, in the cell below, A3, enter 25/12/22. Select both cells, grab the bottom right corner and drag the dates down to cell A26. You will now have the same dates but they don’t rely on any other date. You could instead select the dates, copy and paste as Unformatted Text.
Now you click in the table, select Data > Sort and choose Times No Drawn as first sort field and Date Drawn as second sort field.
For recording such data I would be inclined to enter raw data into a plain table and use a Pivot table to sum, sort and analyse it.