andersen_yunan
New Member
- Joined
- Feb 7, 2018
- Messages
- 36
Hi, so I got this raw data
[TABLE="width: 200"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Hobbies[/TD]
[/TR]
[TR]
[TD]Andrew[/TD]
[TD]Apple[/TD]
[TD]Swimming[/TD]
[/TR]
[TR]
[TD]Ricky[/TD]
[TD]Apple[/TD]
[TD]Reading[/TD]
[/TR]
[TR]
[TD]Edwin[/TD]
[TD]Orange[/TD]
[TD]Tennis[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Pear[/TD]
[TD]Reading[/TD]
[/TR]
</tbody>[/TABLE]
and I want to make drop down list with multiple condition (in this case, class and hobbies will be the dropdown) that will result in specific name, like this
[TABLE="width: 128"]
<colgroup><col width="64" style="width:48pt" span="2"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Class[/TD]
[TD="width: 64, bgcolor: #FFFF00"]Apple[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Hobbies[/TD]
[TD="bgcolor: #FFFF00"]Reading[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Name[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Ricky[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
Is there any excel formula that I could use to get this result?
Any help would be appreciated. Thanks in advance!
[TABLE="width: 200"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Hobbies[/TD]
[/TR]
[TR]
[TD]Andrew[/TD]
[TD]Apple[/TD]
[TD]Swimming[/TD]
[/TR]
[TR]
[TD]Ricky[/TD]
[TD]Apple[/TD]
[TD]Reading[/TD]
[/TR]
[TR]
[TD]Edwin[/TD]
[TD]Orange[/TD]
[TD]Tennis[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Pear[/TD]
[TD]Reading[/TD]
[/TR]
</tbody>[/TABLE]
and I want to make drop down list with multiple condition (in this case, class and hobbies will be the dropdown) that will result in specific name, like this
[TABLE="width: 128"]
<colgroup><col width="64" style="width:48pt" span="2"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Class[/TD]
[TD="width: 64, bgcolor: #FFFF00"]Apple[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Hobbies[/TD]
[TD="bgcolor: #FFFF00"]Reading[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Name[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Ricky[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
Is there any excel formula that I could use to get this result?
Any help would be appreciated. Thanks in advance!