Creating an Excel hierarchy
Lupon
-
Raymond PENTIER Posted messages 58548 Registration date Status Contributeur Last intervention -
Raymond PENTIER Posted messages 58548 Registration date Status Contributeur Last intervention -
Hello,
I want to create a tree structure code like in this file >> https://www.cjoint.com/c/ICAqxztfaoK
But I have no idea how to set up the cells.... The idea is that when I insert or move a row, the code updates like a table of contents.
Thank you for your help!
I want to create a tree structure code like in this file >> https://www.cjoint.com/c/ICAqxztfaoK
But I have no idea how to set up the cells.... The idea is that when I insert or move a row, the code updates like a table of contents.
Thank you for your help!
2 réponses
Good evening
a formula
in c7
to copy down and adapt for each new code
in c13
a formula
in c7
=B$6&"."&ROW()-ROW(B$6)
to copy down and adapt for each new code
in c13
=B$12&"."&ROW()-ROW(B$12)