kanth_sri_c
New Member
- Joined
- Apr 23, 2009
- Messages
- 20
I've a cell with concatenated values separated by commas like this - [TABLE="width: 243"]
<TBODY>[TR]
[TD]10,20,AA,BB,30,40, CC, DD</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
I need them to split into 2 cells based on criteria
If 10,AA,CC show it in a new cell as -
[TABLE="width: 243"]
<TBODY>[TR]
[TD]10, AA,CC
And if the rest (20,BB,30,BB, DD) then in another cell.
Any help appreciated! thanks
</SPAN>
[/TD]
[/TR]
[TR]
[TD]</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
<TBODY>[TR]
[TD]10,20,AA,BB,30,40, CC, DD</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
I need them to split into 2 cells based on criteria
If 10,AA,CC show it in a new cell as -
[TABLE="width: 243"]
<TBODY>[TR]
[TD]10, AA,CC
And if the rest (20,BB,30,BB, DD) then in another cell.
Any help appreciated! thanks
</SPAN>
[/TD]
[/TR]
[TR]
[TD]</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]