I have a spreadsheet which calculates a grid reference
Based on the resultant grid reference i then want the name of that task to be identified in the grid
Using the formaula below - i have managed to get this to happen, however some grid references will have more than one task to go to it
I have managed to get it to return multiple task names with spaces but cannot get it to move to the next record?
=IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)&" "&IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)&" "&IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)
So in the grid where i want the results i get the same task repeated, as below (in a single cell)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Risk1<o></o>
Risk1<o></o>
Risk1
But it should read (in a single cell)
Risk 1
Risk 2
Risk 8
The grid reference is calculated to N2:N10 and the task name is shown in O2:010 (it is this task name/s which i want to return into the grid)
Based on the resultant grid reference i then want the name of that task to be identified in the grid
Using the formaula below - i have managed to get this to happen, however some grid references will have more than one task to go to it
I have managed to get it to return multiple task names with spaces but cannot get it to move to the next record?
=IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)&" "&IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)&" "&IFERROR(INDEX($O$2:$O$11,MATCH(C3,$N$2:$N$11,0)),0)
So in the grid where i want the results i get the same task repeated, as below (in a single cell)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Risk1<o></o>
Risk1<o></o>
Risk1
But it should read (in a single cell)
Risk 1
Risk 2
Risk 8
The grid reference is calculated to N2:N10 and the task name is shown in O2:010 (it is this task name/s which i want to return into the grid)