Okay so I have two tables:
Count
Jan Feb Mar April May June July
0 0 1 0 0 0 0
Revenue
Jan Feb Mar April May June July
0 0 25 25 25 25 0
How do I make it so it repeats the 25 X amount of times starting from the count?
Currently X=4 but this may change.
Count
Jan Feb Mar April May June July
0 0 1 0 0 0 0
Revenue
Jan Feb Mar April May June July
0 0 25 25 25 25 0
How do I make it so it repeats the 25 X amount of times starting from the count?
Currently X=4 but this may change.