I need to create tree structure in Excel, like a mindmap. As far as I know, it's impossible, so I want to create a multi-level list instead, like in Word:
1 |
1.1 |
1.2 |
1.3 |
2 |
2.1 |
2.1.1 |
2.2 |
It should be not a simple text, but a real multilevel list: when I insert string after 1.1, it's first cell becomes 1.2, 1.2 and 1.3 becomes 1.3 and 1.4 respectively.