anthonyexcel
Active Member
- Joined
- Jun 10, 2011
- Messages
- 258
- Office Version
- 365
- Platform
- Windows
I have about 150,000 rows of data. What I am looking to do is to pull out the currency to the cell next to it.
The data is formatted like below: Please help. Thanks again!
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]Data[/TH]
[/TR]
[TR]
[TD]$70,645.00[/TD]
[/TR]
[TR]
[TD]$144,840.00[/TD]
[/TR]
[TR]
[TD]$205,000.00[/TD]
[/TR]
[TR]
[TD]Different funded ($43,685); previously funded by x in y[/TD]
[/TR]
[TR]
[TD]$60,000.00[/TD]
[/TR]
[TR]
[TD]Paid till 4/17/19 [$172,800, 3 years][/TD]
[/TR]
[TR]
[TD]$40,194 [Paid to 9/30/19][/TD]
[/TR]
</tbody>[/TABLE]
The data is formatted like below: Please help. Thanks again!
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]Data[/TH]
[/TR]
[TR]
[TD]$70,645.00[/TD]
[/TR]
[TR]
[TD]$144,840.00[/TD]
[/TR]
[TR]
[TD]$205,000.00[/TD]
[/TR]
[TR]
[TD]Different funded ($43,685); previously funded by x in y[/TD]
[/TR]
[TR]
[TD]$60,000.00[/TD]
[/TR]
[TR]
[TD]Paid till 4/17/19 [$172,800, 3 years][/TD]
[/TR]
[TR]
[TD]$40,194 [Paid to 9/30/19][/TD]
[/TR]
</tbody>[/TABLE]