Hi,
it is difficult to describe my issue in the Titel so here is my problem.
I have an excel List with lets say 5 rows + Header and 3 columns
ID Type Title 1 Parent MyParentTitle 2 Child MyCildTitle1 3 Child MyChildTitle2 4 Parent MyParentTitle2 5 Child MyChildTitle3
What I need is to get the Parent ID for each Child. So the table should look like that:
ID Type Title ParentID 1 Parent MyParentTitle 2 Child MyCildTitle1 1 3 Child MyChildTitle2 1 4 Parent MyParentTitle2 5 Child MyChildTitle3 4
A Parent might have 0-n childs. Childs are always listed under the parent.
Any ideas?
Thanks in advance
Bookmarks