Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anyone have any ideas on how to sort parent child records within Excel?
The child records may be up to 5 "levels" deep. I have two columns that I can work with, RecordID and ParentRecordID. Here is an example of what I am working with: ID ParentID Item 1 0 General 2 1 TPP 3 1 Services 4 2 Food 5 2 Software 6 1 Consulting 7 5 Custom Software I would like to be able to sort them so that they are in a "tree view" or hierarch format so that all child records roll up to their respective parent. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel is not very well suited for this type of thing. You can do it in SQL
Server or MSDE by following the code at this site http://www.sqlmag.com/articles/index...ticleid=16123& The author, Itzik Ben-Gan, has written several articles about dealing with hierarchies and I've found his articles to be clear and very helpful Since I last checked this link you now have to pay to get the article. If you do an MSN search for his name you might find the same info elsewhere for free "kcmtnbiker" wrote: Does anyone have any ideas on how to sort parent child records within Excel? The child records may be up to 5 "levels" deep. I have two columns that I can work with, RecordID and ParentRecordID. Here is an example of what I am working with: ID ParentID Item 1 0 General 2 1 TPP 3 1 Services 4 2 Food 5 2 Software 6 1 Consulting 7 5 Custom Software I would like to be able to sort them so that they are in a "tree view" or hierarch format so that all child records roll up to their respective parent. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Sorting an Outline format, Peter Huang [MSFT], programming, 2003-09-15
http://groups.google.com/groups?thre...xa07.phx.g bl actually it's a bit unusual to see a reply from a Microsoft employee --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm "Duke Carey" wrote in message ... Excel is not very well suited for this type of thing. You can do it in SQL Server or MSDE by following the code at this site http://www.sqlmag.com/articles/index...ticleid=16123& The author, Itzik Ben-Gan, has written several articles about dealing with hierarchies and I've found his articles to be clear and very helpful Since I last checked this link you now have to pay to get the article. If you do an MSN search for his name you might find the same info elsewhere for free "kcmtnbiker" wrote: Does anyone have any ideas on how to sort parent child records within Excel? The child records may be up to 5 "levels" deep. I have two columns that I can work with, RecordID and ParentRecordID. Here is an example of what I am working with: ID ParentID Item 1 0 General 2 1 TPP 3 1 Services 4 2 Food 5 2 Software 6 1 Consulting 7 5 Custom Software I would like to be able to sort them so that they are in a "tree view" or hierarch format so that all child records roll up to their respective parent. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
Sorting Data in ascending order | Excel Discussion (Misc queries) | |||
sorting non contiguous ranges | Excel Discussion (Misc queries) | |||
Sorting 1, 1A, 2, 2A, 3, 4, 4A, 4B . . . | Excel Discussion (Misc queries) | |||
Adding a KeyID column for sorting | New Users to Excel |