FryGirl
Well-known Member
- Joined
- Nov 11, 2008
- Messages
- 1,366
- Office Version
- 365
- 2016
- Platform
- Windows
I posted this question years ago and have a need to use it again. I'm specifically asking about the macro in post #7.
In reading this note, I would think I could change something in the code to start the list with a 1 as seen in column T. Column T are the results I would like based on the level in Column R.
Data Range
If you want, you can use a Level number of 0 at any time (including at the start of the Level list) to start a new, non-dotted (chapter) Number sequence (that is, a 1 or 2 or 3 etc.). If you start the Level list with 0, then the (chapter) Number list will start with 1; if you start the Level list with 1, then the (chapter) Number list will start with 1.1; if you start the Level list with 2, then the (chapter) Number list will start with 1.1.1; etc
In reading this note, I would think I could change something in the code to start the list with a 1 as seen in column T. Column T are the results I would like based on the level in Column R.
Data Range
R | S | T | |
1 | Level | | |
2 | 1 | 1.1 | 1 |
3 | 2 | 1.1.1 | 1.1 |
4 | 3 | 1.1.1.1 | 1.1.1 |
5 | 3 | 1.1.1.2 | 1.1.2 |
6 | 2 | 1.1.2 | 1.2 |
7 | 3 | 1.1.2.1 | 1.2.1 |
8 | 3 | 1.1.2.2 | 1.2.2 |
9 | 2 | 1.1.3 | 1.3 |
10 | 3 | 1.1.3.1 | 1.3.1 |
11 | 3 | 1.1.3.2 | 1.3.2 |