ed.ayers315
Board Regular
- Joined
- Dec 14, 2009
- Messages
- 166
Hello forum goers,
Need to extract only the numbers from the below string in A88.
I need these numbers in individual cells in Row 88 from column K:FW
<TABLE style="WIDTH: 439pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=585><COLGROUP><COL style="WIDTH: 439pt; mso-width-source: userset; mso-width-alt: 21394" width=585><TBODY><TR style="HEIGHT: 30pt" height=40><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: #92d050; WIDTH: 439pt; HEIGHT: 30pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl64 height=40 width=585>4, 43, 43, 53, 57, 57, 58, 58, 58, 58, 58, 58, 59, 59, 57, 58, 58, 57, 57, 58, 58, 58, 58, 58, 58, 58, 58, 59, 59, 58,</TD></TR></TBODY></TABLE>
The problem I have had trying to do this is it is varible: sometimes 1, 2, 3 digits between the commas. Length is also varible.
Need to extract only the numbers from the below string in A88.
I need these numbers in individual cells in Row 88 from column K:FW
<TABLE style="WIDTH: 439pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=585><COLGROUP><COL style="WIDTH: 439pt; mso-width-source: userset; mso-width-alt: 21394" width=585><TBODY><TR style="HEIGHT: 30pt" height=40><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: #92d050; WIDTH: 439pt; HEIGHT: 30pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl64 height=40 width=585>4, 43, 43, 53, 57, 57, 58, 58, 58, 58, 58, 58, 59, 59, 57, 58, 58, 57, 57, 58, 58, 58, 58, 58, 58, 58, 58, 59, 59, 58,</TD></TR></TBODY></TABLE>
The problem I have had trying to do this is it is varible: sometimes 1, 2, 3 digits between the commas. Length is also varible.