I need to create a matrix of data. Each cell in the top row of data represents a week timespan, so I want that to be displayed in each cell (i.e. May25 in the cell implies: the week of May 25-May31).
Also I want each cell to be keyed off of any date a user enters in the 1st cell field to be indexed by 1 for each sucessive cell. For instance, if a user keys in a date such as 1June, (any format is ok), then the diplayed Date headers would look like this:
A1 A2 A3 A4 Etc...
1Jun 8Jun 15Jun 22Jun 29Jun
Each date for each cell header would be 1 week apart.
Anyone know how to do this?
Turned out to be easy...
Also I want each cell to be keyed off of any date a user enters in the 1st cell field to be indexed by 1 for each sucessive cell. For instance, if a user keys in a date such as 1June, (any format is ok), then the diplayed Date headers would look like this:
A1 A2 A3 A4 Etc...
1Jun 8Jun 15Jun 22Jun 29Jun
Each date for each cell header would be 1 week apart.
Anyone know how to do this?
Turned out to be easy...