Hi there,
I am new to the group and was curious if anyone can help me out with a macro I need to create. I am trying to number rows based on a number in the header. However, I want to repeat a number a certain number of times until it moves on to the next number.
To provide more detail:
Number of rows I want to have the same number for: 2
A1: 5
Expected result:
Row 2: 1
Row 3: 1
Row 4: 2
Row 5: 2
Row 6: 3
Row 7: 3
Row 8: 4
Row 9: 4
Row 10: 5
Row 11: 5
This will then need to be extrapolated to be repeated for 45 rows.
Thank you!
I am new to the group and was curious if anyone can help me out with a macro I need to create. I am trying to number rows based on a number in the header. However, I want to repeat a number a certain number of times until it moves on to the next number.
To provide more detail:
Number of rows I want to have the same number for: 2
A1: 5
Expected result:
Row 2: 1
Row 3: 1
Row 4: 2
Row 5: 2
Row 6: 3
Row 7: 3
Row 8: 4
Row 9: 4
Row 10: 5
Row 11: 5
This will then need to be extrapolated to be repeated for 45 rows.
Thank you!