Hi,
This is my first post but I am not new here
. My apologies; have to skip the pleasantries as I am in urgent need of a solution;
I am trying to make a cell's properties follow a 'parent cell' like the example here:
<tbody>
</tbody><colgroup><col><col span="3"><col><col span="2"></colgroup>
- Say I need to reference an item's availability to a specific date; the cells in the 'date' column being dynamic.
- The 'availability' columns are manual input but I need the values in those cells to follow the date on the left column, which moves 'up' each day.
I may need a VBA solution for this as I have tried every trick in my book to get it right.
Can anyone help me?
This is my first post but I am not new here
I am trying to make a cell's properties follow a 'parent cell' like the example here:
Availability | Availability | |||||
Date | Item 1 | Item 2 | Date | Item 1 | Item 2 | |
11/28/2016 | 11/29/2016 | 1 | ||||
11/29/2016 | 1 | 11/30/2016 | ||||
11/30/2016 | 12/1/2016 | 1 | ||||
12/1/2016 | 1 | 12/2/2016 | ||||
12/2/2016 | 12/3/2016 | |||||
12/3/2016 | 12/4/2016 | |||||
12/4/2016 | 12/5/2016 | |||||
12/5/2016 | 12/6/2016 |
<tbody>
</tbody><colgroup><col><col span="3"><col><col span="2"></colgroup>
- Say I need to reference an item's availability to a specific date; the cells in the 'date' column being dynamic.
- The 'availability' columns are manual input but I need the values in those cells to follow the date on the left column, which moves 'up' each day.
I may need a VBA solution for this as I have tried every trick in my book to get it right.
Can anyone help me?