Hi
I currently have an issue with sorting data that i download into excel.
I have a list of rows that have text that look something like the below:
<TABLE style="WIDTH: 578pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=770><COLGROUP><COL style="WIDTH: 578pt; mso-width-source: userset; mso-width-alt: 28160" width=770><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 578pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20 width=770>redeem: 141BA9835E Colour: Silver</TD></TR></TBODY></TABLE>
I want to copy only the colour at the end of each of the colours into a new cell. So in theory the formula will pick only the colour out. Below is a list of more rows as an example where it changes slightly:
<TABLE style="WIDTH: 578pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=770><COLGROUP><COL style="WIDTH: 578pt; mso-width-source: userset; mso-width-alt: 28160" width=770><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 578pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20 width=770>redeem: C3CC237E3C Colour: Silver
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: db56b2177c Colour: Pink
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: 7d3fe7eba2 Colour: Black
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: EBE56BDA7A Colour: Silver</TD></TR></TBODY></TABLE>
To summarise have can i extract into the cell next door, only the colours from text
This is my first time posting so i hope i have made sense
Any help would be greatly appreciated. Currently i am having to manually type only the colour into a cell, and it is taking forever when you have 1000's or rows
Much appreciated
Dean
I currently have an issue with sorting data that i download into excel.
I have a list of rows that have text that look something like the below:
<TABLE style="WIDTH: 578pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=770><COLGROUP><COL style="WIDTH: 578pt; mso-width-source: userset; mso-width-alt: 28160" width=770><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 578pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20 width=770>redeem: 141BA9835E Colour: Silver</TD></TR></TBODY></TABLE>
I want to copy only the colour at the end of each of the colours into a new cell. So in theory the formula will pick only the colour out. Below is a list of more rows as an example where it changes slightly:
<TABLE style="WIDTH: 578pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=770><COLGROUP><COL style="WIDTH: 578pt; mso-width-source: userset; mso-width-alt: 28160" width=770><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 578pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20 width=770>redeem: C3CC237E3C Colour: Silver
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: db56b2177c Colour: Pink
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: 7d3fe7eba2 Colour: Black
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" height=20>redeem: EBE56BDA7A Colour: Silver</TD></TR></TBODY></TABLE>
To summarise have can i extract into the cell next door, only the colours from text
This is my first time posting so i hope i have made sense
Any help would be greatly appreciated. Currently i am having to manually type only the colour into a cell, and it is taking forever when you have 1000's or rows
Much appreciated
Dean