View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SpaceCamel SpaceCamel is offline
external usenet poster
 
Posts: 15
Default Sort by Hierarchy

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,