I am trying to create a running calendar for a team. There are 7 team members (Jeremy, Ben, Nate, Matt, Harry, Logan, Team 7) dates, and 3 statuses (Training, Deployed, Leave) I made two sheets: 1st with the raw data (Date, Name, Status) and the second sheet with the yearly calendar. I want the calendar to auto populate with the team member name and the type of status in the corresponding dates. So lets say on the raw data sheet I set the date, name, and status as:
1 Sept. 2018-10 Sept 2018, Jeremy, Leave
28 Aug. 2018 - 5 Sept. 2018, Ben, Training
19 Sept. 2018 - 30 Sept. 2018, Team 7, Deployed
I need all of the information to be filled in on the calendar, even the data that's overlapping in dates. So for the first two examples, Jeremy and Ben's names should show on September 1-5 as on Leave and Training.
I tried using a pivot calendar but just made the whole thing just way too complicated and I wasn't able to have it display more than 1 team name for each day. Can anyone help with this?
1 Sept. 2018-10 Sept 2018, Jeremy, Leave
28 Aug. 2018 - 5 Sept. 2018, Ben, Training
19 Sept. 2018 - 30 Sept. 2018, Team 7, Deployed
I need all of the information to be filled in on the calendar, even the data that's overlapping in dates. So for the first two examples, Jeremy and Ben's names should show on September 1-5 as on Leave and Training.
I tried using a pivot calendar but just made the whole thing just way too complicated and I wasn't able to have it display more than 1 team name for each day. Can anyone help with this?