Howdy!
I have a question: my weekly dataset has to be split over 3 columns; the first 13 weeks in column Quarter, de next 13 in Quarter+1 and the next in Quarter+2, the following 13 has to end-up in column Quarter. So Q1'14 = Quarter, Q2'14 = Quarter +1, Q3'14 in Quarter+2, and Q4'14 in Quarter; Q1'15 in Quarter+1, Q2'15 in Quarter+2, Q3'15 in Quarter etc.....
I would like to add a formula in columns: Quarter, Quarter +1, Quarter +2; which can be dragged down all the way to row 1000+. I tried multiple ways.... but no luck. Any experts here?
Many thanks!!!
BTW: the reason for the split as such is defined by the input of my statisitc program.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Number[/TD]
[TD]Quarter[/TD]
[TD]Quarter+1[/TD]
[TD]Quarter+2[/TD]
[/TR]
[TR]
[TD]1-1-2014[/TD]
[TD]12[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]7-1-2014[/TD]
[TD]8[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]14-1-2014[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a question: my weekly dataset has to be split over 3 columns; the first 13 weeks in column Quarter, de next 13 in Quarter+1 and the next in Quarter+2, the following 13 has to end-up in column Quarter. So Q1'14 = Quarter, Q2'14 = Quarter +1, Q3'14 in Quarter+2, and Q4'14 in Quarter; Q1'15 in Quarter+1, Q2'15 in Quarter+2, Q3'15 in Quarter etc.....
I would like to add a formula in columns: Quarter, Quarter +1, Quarter +2; which can be dragged down all the way to row 1000+. I tried multiple ways.... but no luck. Any experts here?
Many thanks!!!
BTW: the reason for the split as such is defined by the input of my statisitc program.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Number[/TD]
[TD]Quarter[/TD]
[TD]Quarter+1[/TD]
[TD]Quarter+2[/TD]
[/TR]
[TR]
[TD]1-1-2014[/TD]
[TD]12[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]7-1-2014[/TD]
[TD]8[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]14-1-2014[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]