snellington
New Member
- Joined
- May 28, 2015
- Messages
- 2
Hello Excel people,
I work in higher education and have been tasked with creating a timeline of sorts that shows when a room has class and when it does not to help see if there are any gaps that could be filled with other classes.
My data is laid out as follows:
<tbody>
</tbody>
I first started by creating a Gantt Chart, which worked to a degree, the only problem is it doesn't account for the room being listed multiple times (as shown in table above with BUS111). It treated them as individual values and listed it twice. (The raw data has some classes listed 30+ times).
Any advice would be greatly appreciated. I can provide the raw data if necessary... someone will have to tell me how though.
I work in higher education and have been tasked with creating a timeline of sorts that shows when a room has class and when it does not to help see if there are any gaps that could be filled with other classes.
My data is laid out as follows:
Room | Start | End | Duration | Mon | Tue | Wed | Thur | Fri |
BUS111 | 800 | 850 | 50 | X | X | X | ||
HOH312 | 900 | 1015 | 115 | X | X | |||
BUS111 | 1000 | 1050 | 50 | X | X | X | ||
etc for 2000 rows |
<tbody>
</tbody>
I first started by creating a Gantt Chart, which worked to a degree, the only problem is it doesn't account for the room being listed multiple times (as shown in table above with BUS111). It treated them as individual values and listed it twice. (The raw data has some classes listed 30+ times).
Any advice would be greatly appreciated. I can provide the raw data if necessary... someone will have to tell me how though.