Morning all, new user here
A team utilises a spreadsheet laid out in a calender format
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]22/2[/TD]
[TD]23/2[/TD]
[TD]24/2[/TD]
[TD]25/2[/TD]
[TD]26/2[/TD]
[TD]27/2[/TD]
[TD]28/2[/TD]
[TD]1/3[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Job 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Job 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD][/TD]
[TD][/TD]
[TD]Job1 & 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Job 4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
But my job would be 1000x easier for all the information to be listed out as below as well as giving scope to add loads more information
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Job[/TD]
[TD]Date[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1[/TD]
[TD]22/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]2[/TD]
[TD]27/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]1[/TD]
[TD]24/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]2[/TD]
[TD]24/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]4[/TD]
[TD]28/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The rest of the team require the information to be presented in the calendar format. Is there a way of generating the calender within excel that draws information from the list? Preferably as an automatic macro that would update the calendar as job dates get moved around...
If anything needs clarifying let me know and thanks for any help you can provide
A team utilises a spreadsheet laid out in a calender format
similar
to the following[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]22/2[/TD]
[TD]23/2[/TD]
[TD]24/2[/TD]
[TD]25/2[/TD]
[TD]26/2[/TD]
[TD]27/2[/TD]
[TD]28/2[/TD]
[TD]1/3[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Job 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Job 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD][/TD]
[TD][/TD]
[TD]Job1 & 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Job 4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
But my job would be 1000x easier for all the information to be listed out as below as well as giving scope to add loads more information
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Job[/TD]
[TD]Date[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1[/TD]
[TD]22/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]2[/TD]
[TD]27/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]1[/TD]
[TD]24/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]2[/TD]
[TD]24/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]4[/TD]
[TD]28/2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The rest of the team require the information to be presented in the calendar format. Is there a way of generating the calender within excel that draws information from the list? Preferably as an automatic macro that would update the calendar as job dates get moved around...
If anything needs clarifying let me know and thanks for any help you can provide