D
d9pierce
Hi all and thanks for your help!
I may not have explained this well in my last post so I am re posting
this question with a more clear view.
My company uses a spread sheet for a schedule bar chart type of thing.
I have the following:
Feb, 09
M T W T F M T W T F
2324252627 2 3 4 5 6
and so on....
These are set in individual cells and then an array of cells below to
fill in with shade for the schedule. What I am trying to accomplish is
to insert a start schedule date so I just have to install a date
once.The M, T, W.... can be set text as that wont change, I need to
fill in the day number such as 23, 24, 25 from that date and install
the Feb, 09, Mar, 09 and so on above the M,T, W..... like a calendar.
I can get the first number day in the first cell but cannot add to it.
I am using a cell L8 for the schedule date, and Line 13 starting with
G, H, I, J,.... for the cells. I have this in G13
=Text(L8,"d") and that produces 23 which is correct
I cant get it to add to it in clanedar days for the next cells in
increments of +1, +2.... and dont know how to get the Feb,09 , Mar,09
above the other cells.
Would really love some assistance with this as currently it is set up
to change every day, date, and such and is a royal pain as there are
like 40 cells to change everytime a scheudle is created. Thanks,
Dave
I may not have explained this well in my last post so I am re posting
this question with a more clear view.
My company uses a spread sheet for a schedule bar chart type of thing.
I have the following:
Feb, 09
M T W T F M T W T F
2324252627 2 3 4 5 6
and so on....
These are set in individual cells and then an array of cells below to
fill in with shade for the schedule. What I am trying to accomplish is
to insert a start schedule date so I just have to install a date
once.The M, T, W.... can be set text as that wont change, I need to
fill in the day number such as 23, 24, 25 from that date and install
the Feb, 09, Mar, 09 and so on above the M,T, W..... like a calendar.
I can get the first number day in the first cell but cannot add to it.
I am using a cell L8 for the schedule date, and Line 13 starting with
G, H, I, J,.... for the cells. I have this in G13
=Text(L8,"d") and that produces 23 which is correct
I cant get it to add to it in clanedar days for the next cells in
increments of +1, +2.... and dont know how to get the Feb,09 , Mar,09
above the other cells.
Would really love some assistance with this as currently it is set up
to change every day, date, and such and is a royal pain as there are
like 40 cells to change everytime a scheudle is created. Thanks,
Dave