I'm trying to create a "visual scheduler". I have a series of narrow columns each of which represents one day in a calendar.
Down the first column I have a list of names of people who will be assigned to projects on specific days.
Above all of this I have several rows that show the project name and a distinctly colored bar for each project.
The idea is that for each project a person is assigned to you will just color fill in the range of dates that they are assigned to it using the format painter.
So far so good. Now what I want to do is have some way of filtering this list so that I can see just people who are working on a particular project. This is where I realized that just formatting the cell with color wouldn't be enough.
I've tried putting a unique number in each colored cell and then setting the font color to be the same as the fill color so it doesn't show. Then I tried filtering on that number for the range of the schedule.
Unfortunately it doesn't seem to be working.
Any suggestions on whether it's possible to make this work?
Down the first column I have a list of names of people who will be assigned to projects on specific days.
Above all of this I have several rows that show the project name and a distinctly colored bar for each project.
The idea is that for each project a person is assigned to you will just color fill in the range of dates that they are assigned to it using the format painter.
So far so good. Now what I want to do is have some way of filtering this list so that I can see just people who are working on a particular project. This is where I realized that just formatting the cell with color wouldn't be enough.
I've tried putting a unique number in each colored cell and then setting the font color to be the same as the fill color so it doesn't show. Then I tried filtering on that number for the range of the schedule.
Unfortunately it doesn't seem to be working.
Any suggestions on whether it's possible to make this work?