cjvenables
Board Regular
- Joined
- Aug 2, 2011
- Messages
- 65
Hey guys,
I was wondering how I could remove certain parts of text and $ from a cell?
See example below:
<TABLE style="WIDTH: 276pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=368 border=0><COLGROUP><COL style="WIDTH: 276pt; mso-width-source: userset; mso-width-alt: 15701" width=368><TBODY><TR style="HEIGHT: 75pt" height=100><TD class=xl63 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; WIDTH: 276pt; BORDER-BOTTOM: #ece9d8; HEIGHT: 75pt; BACKGROUND-COLOR: transparent" width=368 height=100>SS0124822301000-0001 1 DOZEN(s) ordered at .93 billed at 1.00, SS0124822301002-0001 1 DOZEN(s) ordered at .93 billed at 1.00, SS1306251 1 DOZEN(s) ordered at 7.05 billed at 5.25, SS1306021 1 PACK(s) ordered at 3.02 billed at 3.16, SS1309234</TD></TR></TBODY></TABLE>
I need a formula to take out SS and all of the numbers after it and put it into a new cell (all 5 instances). Also, is there a way to take out the number values (.93, 3.02) into a separate cell.
The example is in Column M. Would like to have each SS value into an individual cell after column M.
I probably did a horrible job of explaining. LEFT, MID, RIGHT don't seem to apply in this instance unfortunately, since there are multiple strings of text in 1 cell, but they are not always in the same place.
Thanks for your help!
I was wondering how I could remove certain parts of text and $ from a cell?
See example below:
<TABLE style="WIDTH: 276pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=368 border=0><COLGROUP><COL style="WIDTH: 276pt; mso-width-source: userset; mso-width-alt: 15701" width=368><TBODY><TR style="HEIGHT: 75pt" height=100><TD class=xl63 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; WIDTH: 276pt; BORDER-BOTTOM: #ece9d8; HEIGHT: 75pt; BACKGROUND-COLOR: transparent" width=368 height=100>SS0124822301000-0001 1 DOZEN(s) ordered at .93 billed at 1.00, SS0124822301002-0001 1 DOZEN(s) ordered at .93 billed at 1.00, SS1306251 1 DOZEN(s) ordered at 7.05 billed at 5.25, SS1306021 1 PACK(s) ordered at 3.02 billed at 3.16, SS1309234</TD></TR></TBODY></TABLE>
I need a formula to take out SS and all of the numbers after it and put it into a new cell (all 5 instances). Also, is there a way to take out the number values (.93, 3.02) into a separate cell.
The example is in Column M. Would like to have each SS value into an individual cell after column M.
I probably did a horrible job of explaining. LEFT, MID, RIGHT don't seem to apply in this instance unfortunately, since there are multiple strings of text in 1 cell, but they are not always in the same place.
Thanks for your help!