OK I think I can see what you're about. More more questions tho'.
You mention a cycle of 27 days - how are you dealing with weekends within
the 27 days? ie if the 27th day after the last appointment falls in a weekend
do you reschedule to the following Monday - or what?
Is the time of the appointment the same for each consecutive date?
How are you sorting the sheet to determine the next appointment?
> My spreadsheet has columns a-l used for client info. Each row is a different
> client. k-z are alternating columns of the months and times. Each client is
[quoted text clipped - 25 lines]
> > > > > spreadsheet to calculate 27 days and put that date into the next cell
> > > > > (10/28/2008). I want it to do that for 7 cells.
Patients are seen on week-ends, so it's 27 days whenever that happens to
fall. The time of the appointment changes, which is why i usually put that
in a different cell (I would be willing to not havethe time there at all if I
have to). I sort the sheet by date in the month I'm looking at.
> OK I think I can see what you're about. More more questions tho'.
> You mention a cycle of 27 days - how are you dealing with weekends within
[quoted text clipped - 33 lines]
> > > > > > spreadsheet to calculate 27 days and put that date into the next cell
> > > > > > (10/28/2008). I want it to do that for 7 cells.
Ron@Buy - 13 Mar 2008 18:28 GMT
You can maintain your current layout inc. the appointment time column.
However for ease of operation at a later date (if the 27 days alter) I
suggest inserting a column before the column K (Oct). Then enter 27 in the
new column K for each client row.
Assuming your first client details populate row 3, in column N (Nov) enter
=if(L3="","",$K3+L3). Copy and paste across to each Month column (missing
the appointment time column) i.e. Dec to May. Now highlight cells N3:Z3 and
drag down as far as you need.
Enter a date into L3 and dates, 27 days apart, should automatically fill in
each of the month columns. Just change the 27 to any other number to change
the appointment frequency.
Because there is a common period of 27 days between each date - sorting on
one month will sort ALL months. One problem I see; because the period is only
27 days there will be ocassions when the month shown in the cell will not be
the same as the column heading!
Enter the appointment times as normal.
I hope I haven't gone into too much detail.
Come back if you need further help.
> Patients are seen on week-ends, so it's 27 days whenever that happens to
> fall. The time of the appointment changes, which is why i usually put that
[quoted text clipped - 38 lines]
> > > > > > > spreadsheet to calculate 27 days and put that date into the next cell
> > > > > > > (10/28/2008). I want it to do that for 7 cells.