Hi All, I am trying to create a table that is much like a scheduler. The goal is for someone to enter hours for a particular week (the weeks will go across the table as columns) for multiple employees for multiple projects. What I can't figure out is how to handle the dates. If I create the dates as columns, then I can't create a chart with that many columns. Also, the dates will constantly be changing so using the dates as columns doesn't make much sense.Here's an example of the data week34 week35 week36 week37project 1 employee2 10 40 20 0project 1 employee3 30 0 20 40project3 .. . . etcThe weeks will constantly be updating as time passes, so next week it will start with week35 which also gives me reason to think that the dates can not be the columns of the table.Originally I had it setup like a standard table with a date field and a hour field. But since you couldn't see the entire spreedsheet of all weeks, my boss didn't like it.Thanks for any thoughts,Mike