G
Guest
Hi,
I have a table with a column called time.
Time = 1,2,3,4,...
I want to expand the table so each time period has 5 extra period.
So it would look like
Column Time: Column Extra Period
1 1
1 2
1 3
1 4
1 5
2 1
2 2
2 3
......
Do you know how to do this?
Thanks
I have a table with a column called time.
Time = 1,2,3,4,...
I want to expand the table so each time period has 5 extra period.
So it would look like
Column Time: Column Extra Period
1 1
1 2
1 3
1 4
1 5
2 1
2 2
2 3
......
Do you know how to do this?
Thanks