Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel
|
|||
|
|||
![]()
Hello All
I have a cost center hierarchy which is like the following: ROOT | |-NODEA | | | |-NODEB | |-NODEC | |-NODED | |-NODEF | |-NODEG | |-NODEH |-NODEI I get the above cost center hierarchy into a spreadsheet in the following format. A B C D E <== Spreadsheet columns ================================================== ======= ROOT NODEA NODEB NODEC NODED NODEF NODEG NODEH NODEI ================================================== ===== I want the above spreadsheet output flattened into the following format: ====================== CostCenter Parent ====================== NODEA ROOT NODEB NODEA NODEC NODEA NODED NODEC NODEF NODED NODEG NODED NODEH ROOT NODEI NODEH ====================== can you kindly let me know how I can get the above spreadsheet into the above format. Can you kindly let me know how I can process the hierarchy into the above format. Thanks Belinda |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill handle turned into a move handle | Excel Discussion (Misc queries) | |||
Need ActiveX hierarchy. | Excel Discussion (Misc queries) | |||
Hierarchy in excel | Excel Discussion (Misc queries) | |||
Hierarchy in excel | New Users to Excel | |||
SUMPRODUCT - HIERARCHY | Excel Worksheet Functions |