Soldato
- Joined
- 18 Oct 2012
- Posts
- 8,352
ok, so i have a sheet that i'm using for some project planning, it has a list of tasks and each one has a column for which task has it's parent and children.
what i'm wanting to do is auto-fill the parents column, so say we have the following:
Task number task parents task children
1 4,2
2 1 4
3 4
4 1,2,3
so basically what i want is to be able to search the cells in the task children for references to the task number and return their corresponding task numbers in the parents column.
the tricky thing is the standard index/match will only return the first reference to it, but i need to return multiple references to a single cell.
if it helps the syntax of the children column can be changed to whatever format is needed, i'm thinking comma seperated might make it easiest?
and yes i know i should be using project for this, but damn the licenses are expensive.
what i'm wanting to do is auto-fill the parents column, so say we have the following:
Task number task parents task children
1 4,2
2 1 4
3 4
4 1,2,3
so basically what i want is to be able to search the cells in the task children for references to the task number and return their corresponding task numbers in the parents column.
the tricky thing is the standard index/match will only return the first reference to it, but i need to return multiple references to a single cell.
if it helps the syntax of the children column can be changed to whatever format is needed, i'm thinking comma seperated might make it easiest?
and yes i know i should be using project for this, but damn the licenses are expensive.