labar0ness1
New Member
- Joined
- Nov 24, 2010
- Messages
- 6
Hello,
I need to concatenate two columns in order to compare data. However, after concatenating, I need to remove the first couple parts of the string.
Column A
<table width="211" border="0" cellpadding="0" cellspacing="0" height="48"><col width="37"><col width="54"><col width="76"><tr height="17"> <td class="xl66" style="height: 12.75pt; width: 28pt;" width="37" height="17">A
-----
4 9</td> <td class="xl65" style="width: 41pt;" width="54">B
--------
\\2\3 9\8</td> <td style="width: 57pt;" width="76">C
-------
"\\2\3 9\8\4 9"</td> </tr></table>
Formula: CONCATENATE(CHAR(34),B:B,A:A,CHAR(34))
I need to remove \\2\3 9 from the string.
Any assistance would be greatly appreciated.
I need to concatenate two columns in order to compare data. However, after concatenating, I need to remove the first couple parts of the string.
Column A
<table width="211" border="0" cellpadding="0" cellspacing="0" height="48"><col width="37"><col width="54"><col width="76"><tr height="17"> <td class="xl66" style="height: 12.75pt; width: 28pt;" width="37" height="17">A
-----
4 9</td> <td class="xl65" style="width: 41pt;" width="54">B
--------
\\2\3 9\8</td> <td style="width: 57pt;" width="76">C
-------
"\\2\3 9\8\4 9"</td> </tr></table>
Formula: CONCATENATE(CHAR(34),B:B,A:A,CHAR(34))
I need to remove \\2\3 9 from the string.
Any assistance would be greatly appreciated.