I have the following excel file 
The user will enter the number of the levels (3 levels in the example) then using sequence function it will be showed in the level columns colored light blue automatically. Then, the user should enter the sub-clause next to each level. My desired outcome is I would like the Level & Sub-Clause 1 column to be filled with the following list based on the user entry as mentioned before:
- 1
- 1.1
- 2
- 2.1
- 2.2
- 2.3
- 3
- 3.1
- 3.2
is it possible?

