So here is the situation that I am faced with making work.
We have a cell where when someone puts a number (1-10) it should create new rows labeled (A-J) based on the number in the cell.
[TABLE="width: 559"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Rack ID (left side bay if possible)[/TD]
[TD]Number of levels (0-10)[/TD]
[TD]Level ID (A-J)[/TD]
[/TR]
[TR]
[TD]Bay to left[/TD]
[TD]10[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to do this just straight excel rather than VBA.
Then end goal is for this to be able to work on a tablet or laptop.
Any help is appreciated
We have a cell where when someone puts a number (1-10) it should create new rows labeled (A-J) based on the number in the cell.
[TABLE="width: 559"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Rack ID (left side bay if possible)[/TD]
[TD]Number of levels (0-10)[/TD]
[TD]Level ID (A-J)[/TD]
[/TR]
[TR]
[TD]Bay to left[/TD]
[TD]10[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to do this just straight excel rather than VBA.
Then end goal is for this to be able to work on a tablet or laptop.
Any help is appreciated