I am trying to visually see when events are taking place on our site. I have a list of events, their start date/time and end date/time. I would like to create a visual such as a gantt chart that shows when the event is taking place. I have been successful in doing this for single day events by using the formula =AND(M$4>=$G5,M$4<=$J5), but if the event takes place over multiple days, I would like it to just highlight the times each day rather than the full time. For example if the event is taking place on 1/3/22 and 1/4/22 from 8am-10am each day I would like it to highlight those times on both days rather than from 8am on 1/3 to 10am on 1/4. Here is my spreadsheet. https://docs.google.com/spreadsheets/d/1lDqNSjs0rNi1ekVhsSdlDhsLWesaL0xOPHZqs9BwBM4/edit?usp=sharing
↧