modiria50989
New Member
- Joined
- Aug 11, 2017
- Messages
- 32
Please help me out.
I have a column like below (location:column B):
[TABLE="width: 1842"]
<colgroup><col></colgroup><tbody>[TR]
[TD]M 255129 255173 1 C 347122 348458 1 C 255319 255352 99[/TD]
[/TR]
[TR]
[TD]M 631064 631067 3 C 631140 631141 6 [/TD]
[/TR]
[TR]
[TD]M 255129 255173 1 M 255173 255207 4 M 255158 255207 1 C 255319 255352 99[/TD]
[/TR]
</tbody>[/TABLE]
.
.
.
I am looking for a code to group all possible M and C pairs like below (optional location: column C):
M 255129 255173 1 C 347122 348458 1
M 255129 255173 1 C 255319 255352 99
M 631064 631067 3 C 631140 631141 6
M 255129 255173 1 C 255319 255352 99
M 255173 255207 4 C 255319 255352 99
M 255158 255207 1 C 255319 255352 99
.
.
.
Thank you!
I have a column like below (location:column B):
[TABLE="width: 1842"]
<colgroup><col></colgroup><tbody>[TR]
[TD]M 255129 255173 1 C 347122 348458 1 C 255319 255352 99[/TD]
[/TR]
[TR]
[TD]M 631064 631067 3 C 631140 631141 6 [/TD]
[/TR]
[TR]
[TD]M 255129 255173 1 M 255173 255207 4 M 255158 255207 1 C 255319 255352 99[/TD]
[/TR]
</tbody>[/TABLE]
.
.
.
I am looking for a code to group all possible M and C pairs like below (optional location: column C):
M 255129 255173 1 C 347122 348458 1
M 255129 255173 1 C 255319 255352 99
M 631064 631067 3 C 631140 631141 6
M 255129 255173 1 C 255319 255352 99
M 255173 255207 4 C 255319 255352 99
M 255158 255207 1 C 255319 255352 99
.
.
.
Thank you!