PilotsWife87
New Member
- Joined
- Aug 8, 2019
- Messages
- 2
Good Morning,
I need to remove certain text from my line that has already been concatenated.
For Example...This is the concatenated version:
[TABLE="class: cms_table"]
<tbody>[TR]
[TD="class: cms_table_xl66, width: 144"]
<colgroup><col width="144"></colgroup><tbody>
[TD="class: xl66, width: 144"]2014 Great Dane Van
[/TD]
</tbody>[/TD]
[TD="class: cms_table_xl65, width: 46"][/TD]
[/TR]
</tbody>[/TABLE]
I need to remove "20" and also remove the word "Van" in this column to where it only reads "14 Great Dane".
My original concatenate formula for this column is
=CONCATENATE(D3," ",C3," ",E3)
All help is greatly appreciated in this matter!!
[TABLE="class: cms_table"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 100"][/TD]
[TD="class: cms_table_xl65, width: 46"][/TD]
[/TR]
</tbody>[/TABLE]
I need to remove certain text from my line that has already been concatenated.
For Example...This is the concatenated version:
[TABLE="class: cms_table"]
<tbody>[TR]
[TD="class: cms_table_xl66, width: 144"]
<colgroup><col width="144"></colgroup><tbody>
[TD="class: xl66, width: 144"]2014 Great Dane Van
[/TD]
</tbody>
[TD="class: cms_table_xl65, width: 46"][/TD]
[/TR]
</tbody>[/TABLE]
I need to remove "20" and also remove the word "Van" in this column to where it only reads "14 Great Dane".
My original concatenate formula for this column is
=CONCATENATE(D3," ",C3," ",E3)
All help is greatly appreciated in this matter!!
[TABLE="class: cms_table"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 100"][/TD]
[TD="class: cms_table_xl65, width: 46"][/TD]
[/TR]
</tbody>[/TABLE]