PCHomepage
Programmer
I have a worksheet with column captions and the first data field in A2 is getting a date value from another Setup tab as:
=Setup!$A$2
This provides the starting date to seed the remainder of the values. The other cells in the Date column simply add a week to the seeded date using:
=A2+7 and so forth down the column.
The data is sorted by proper names and the list varies from time to time so I want to add a conditional that will use the Setup date only if the entry is in the first data row and to add the week for the rest of the successive rows after that.
Also, there is another column with a Boolean value of 0/1 or null/1. The date must not show unless the value is 1 but those dates that do show must each be a week apart without skipping any weeks.
I am at a loss as to how to do this. Any advice?
Don
=Setup!$A$2
This provides the starting date to seed the remainder of the values. The other cells in the Date column simply add a week to the seeded date using:
=A2+7 and so forth down the column.
The data is sorted by proper names and the list varies from time to time so I want to add a conditional that will use the Setup date only if the entry is in the first data row and to add the week for the rest of the successive rows after that.
Also, there is another column with a Boolean value of 0/1 or null/1. The date must not show unless the value is 1 but those dates that do show must each be a week apart without skipping any weeks.
I am at a loss as to how to do this. Any advice?
Don