Hi
I have a list of student needs (comma separated) in one column, with the rank of those needs (also comma separated) in another column, but the problem is, the rank is not always in a logical numerical order:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]ASD, SEMH[/TD]
[TD]1,2[/TD]
[/TR]
[TR]
[TD]SEMH, MLD[/TD]
[TD]2,1[/TD]
[/TR]
[TR]
[TD]SLCN,SEMH,ASD[/TD]
[TD]2,1,3[/TD]
[/TR]
</tbody>[/TABLE]
So I need a formula which will allow me to look down column B and search for the serial number I specify (in this case "1") then look down column A to find the "need" that corresponds to the position of the serial number "1" in column B, so that, in this example, column C would look like this:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]ASD, SEMH[/TD]
[TD]1,2[/TD]
[TD]ASD[/TD]
[/TR]
[TR]
[TD]SEMH, MLD[/TD]
[TD]2,1[/TD]
[TD]MLD[/TD]
[/TR]
[TR]
[TD]SLCN,SEMH,ASD[/TD]
[TD]2,1,3[/TD]
[TD]SEMH[/TD]
[/TR]
</tbody>[/TABLE]
Is such a thing even possible?
Thanks in advance
Excel 2016
I have a list of student needs (comma separated) in one column, with the rank of those needs (also comma separated) in another column, but the problem is, the rank is not always in a logical numerical order:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]ASD, SEMH[/TD]
[TD]1,2[/TD]
[/TR]
[TR]
[TD]SEMH, MLD[/TD]
[TD]2,1[/TD]
[/TR]
[TR]
[TD]SLCN,SEMH,ASD[/TD]
[TD]2,1,3[/TD]
[/TR]
</tbody>[/TABLE]
So I need a formula which will allow me to look down column B and search for the serial number I specify (in this case "1") then look down column A to find the "need" that corresponds to the position of the serial number "1" in column B, so that, in this example, column C would look like this:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]ASD, SEMH[/TD]
[TD]1,2[/TD]
[TD]ASD[/TD]
[/TR]
[TR]
[TD]SEMH, MLD[/TD]
[TD]2,1[/TD]
[TD]MLD[/TD]
[/TR]
[TR]
[TD]SLCN,SEMH,ASD[/TD]
[TD]2,1,3[/TD]
[TD]SEMH[/TD]
[/TR]
</tbody>[/TABLE]
Is such a thing even possible?
Thanks in advance
Excel 2016