Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of data with a key and its parent key.
It is currently sort by key. I need to sort by Hierarchy so that the children come after the parent. Is there a algorithm to do this? Would also need to determine the outline level. Thanks, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Presumably the parent key defines the hierarchy, so why not sort on
parent-key then child-key ? -- Cheers Nigel "SpaceCamel" wrote in message ... I have a list of data with a key and its parent key. It is currently sort by key. I need to sort by Hierarchy so that the children come after the parent. Is there a algorithm to do this? Would also need to determine the outline level. Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up hierarchy in Excel? | Excel Discussion (Misc queries) | |||
sort an outline without changing the hierarchy | Excel Discussion (Misc queries) | |||
Hierarchy in excel | Excel Discussion (Misc queries) | |||
Sum in hierarchy | Excel Programming | |||
SUMPRODUCT - HIERARCHY | Excel Worksheet Functions |