I have a table listing multiple date ranges with two columns: "Start" and "End". These date ranges never overlap, except maybe the end date of one record with the start date of the next record.
I need to transform these data into a table listing every day of the year in one column, and whether...