Hi,
I have a spreadsheet with 2 tabs.
What I now want to do is look up the master name in the split out sheet but I can't figure out a way to lookup against the multiline cells.
Example multiline sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Process1
Process2
Process3[/TD]
[TD]Master1[/TD]
[/TR]
[TR]
[TD]Process4
Process5[/TD]
[TD]Master2[/TD]
[/TR]
</tbody>[/TABLE]
Example split out sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Process1[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process2[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process3[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process4[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process5[/TD]
[TD]??[/TD]
[/TR]
</tbody>[/TABLE]
So now, I want to look up the master name (??) on value process against where it finds it in the multiline cell.
Can this be done?
Thanks
I have a spreadsheet with 2 tabs.
- 1 tab contains multiline values (column A) and it's master name (column B)
- The other tab has split out those multiline values into separate rows
What I now want to do is look up the master name in the split out sheet but I can't figure out a way to lookup against the multiline cells.
Example multiline sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Process1
Process2
Process3[/TD]
[TD]Master1[/TD]
[/TR]
[TR]
[TD]Process4
Process5[/TD]
[TD]Master2[/TD]
[/TR]
</tbody>[/TABLE]
Example split out sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Process1[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process2[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process3[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process4[/TD]
[TD]??[/TD]
[/TR]
[TR]
[TD]Process5[/TD]
[TD]??[/TD]
[/TR]
</tbody>[/TABLE]
So now, I want to look up the master name (??) on value process against where it finds it in the multiline cell.
Can this be done?
Thanks