Aug 10 2022 03:00 AM
Hi guy,
Need some help with sequence creation.
We have a task list with 4 levels of Tasks
I want to generate a sequence such that
Level | Sequence Start |
Lvl 1 | 1 |
Lvl 2 | 1.1 |
Lvl 3 | 1.1.1 |
Lvl 4 | 1.1.1.1 |
I've attached a sample file, but I would like to know if anyone has done something like this before.
the sequence should also stop when the level changes... ie .
Task level | Sequence Start |
Lvl 1 | 1 |
Lvl 2 | 1.1 |
Lvl 3 | 1.1.1 |
Lvl 4 | 1.1.1.1 |
Lvl 4 | 1.1.1.2 |
Lvl 4 | 1.1.1.3 |
Lvl 2 | 1.2 |
Lvl 3 | 1.2.1 |
Lvl 4 | 1.2.1.1 |
Aug 10 2022 03:26 AM
Aug 10 2022 04:20 AM
Aug 10 2022 04:23 AM
But your workbook already has the 1.1 etc. but not the levels...
Aug 10 2022 01:15 PM