Hi.
I have starting and ending dates as follows:
Cell A1 is 11/09
Cell A2 is 15/09
Cell A3 I have =TEXT(A1, "dd/mm")&" - "&TEXT(A2, "dd/mm")
This returns a result of 11/09 - 15/09 in Cell A3
In Cell B3 I want to increment the dates shown in Cell A3 by 7 days without the need of incrementing rows 1 & 2 (so leaving A1 and A2 as they are) so that B3 would be 18/09 - 22/09, C3 would be 25/09 - 29/09 etc
Any thoughts???
Tim
I have starting and ending dates as follows:
Cell A1 is 11/09
Cell A2 is 15/09
Cell A3 I have =TEXT(A1, "dd/mm")&" - "&TEXT(A2, "dd/mm")
This returns a result of 11/09 - 15/09 in Cell A3
In Cell B3 I want to increment the dates shown in Cell A3 by 7 days without the need of incrementing rows 1 & 2 (so leaving A1 and A2 as they are) so that B3 would be 18/09 - 22/09, C3 would be 25/09 - 29/09 etc
Any thoughts???
Tim