PhysiqologyInc
New Member
- Joined
- Sep 12, 2007
- Messages
- 16
I want to create a numerical Week.Day format for a spreadsheet, such that "1.1" means "Week 1, Day 1", and so on.
I set up a validation table to create a starting point that is pulled from that table. The starting point can be any week, as well as any day.
In my data entry sheet, I want to be able to:
1) Assign a beginning time. Example 2.3 (meaning, Week 2, Day 3),
2) Assign a frequency of repeat, as in, how often this task is to be repeated,
AND (this is the part I cannot figure out)
3) Have successive columns produce the proper Week.Day format from the preceding two variables. So, if my first week.day is 2.3, and my repeat is 3 (every 3 days), I want the columns to read as such:
2.3
2.6
3.2
3.5
4.1, and so on.
I set up a validation table to create a starting point that is pulled from that table. The starting point can be any week, as well as any day.
In my data entry sheet, I want to be able to:
1) Assign a beginning time. Example 2.3 (meaning, Week 2, Day 3),
2) Assign a frequency of repeat, as in, how often this task is to be repeated,
AND (this is the part I cannot figure out)
3) Have successive columns produce the proper Week.Day format from the preceding two variables. So, if my first week.day is 2.3, and my repeat is 3 (every 3 days), I want the columns to read as such:
2.3
2.6
3.2
3.5
4.1, and so on.