HesterPrynne
New Member
- Joined
- Feb 20, 2017
- Messages
- 42
Hello there!,
On sheet i have data in column A. It looks like:
[TABLE="width: 124"]
<tbody>[TR]
[TD="width: 165"]:20[/TD]
[/TR]
[TR]
[TD]:23B[/TD]
[/TR]
[TR]
[TD="class: xl63"]:32A:090216EUR4[/TD]
[/TR]
[TR]
[TD]:33B[/TD]
[/TR]
[TR]
[TD]:50A:[/TD]
[/TR]
[TR]
[TD]:52A:[/TD]
[/TR]
[TR]
[TD]:53A:[/TD]
[/TR]
[TR]
[TD]:54A:[/TD]
[/TR]
[TR]
[TD]:56A:[/TD]
[/TR]
[TR]
[TD]:57A:[/TD]
[/TR]
[TR]
[TD="class: xl64"]:59:/10000101[/TD]
[/TR]
[TR]
[TD]:70:[/TD]
[/TR]
[TR]
[TD]:71A:[/TD]
[/TR]
[TR]
[TD]:72:[/TD]
[/TR]
[TR]
[TD]:77B[/TD]
[/TR]
</tbody>[/TABLE]
And I would like to transform it with help of macros into :
Macros finds row , containing characters":32A:" and copies only currency - in example it is USD,EUR(to another sheet or to next cell, lets say D2).
Than macros finds row , containing characters":59:" and copies all characters that follows after "/"(or ":59:/", lets say E2).
And than it should match Currency(row containing ":32A:") with account (row containing ":59:/") when complete matching within one pair, goes to next and so on.
It should look like:
EUR 10000101
Thanks for your help in advance!
****** id="cke_pastebin" style="position: absolute; top: 40px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 165"]
<tbody>[TR]
[TD="width: 165"]:32A:100216USD5[/TD]
[/TR]
</tbody>[/TABLE]
On sheet i have data in column A. It looks like:
[TABLE="width: 124"]
<tbody>[TR]
[TD="width: 165"]:20[/TD]
[/TR]
[TR]
[TD]:23B[/TD]
[/TR]
[TR]
[TD="class: xl63"]:32A:090216EUR4[/TD]
[/TR]
[TR]
[TD]:33B[/TD]
[/TR]
[TR]
[TD]:50A:[/TD]
[/TR]
[TR]
[TD]:52A:[/TD]
[/TR]
[TR]
[TD]:53A:[/TD]
[/TR]
[TR]
[TD]:54A:[/TD]
[/TR]
[TR]
[TD]:56A:[/TD]
[/TR]
[TR]
[TD]:57A:[/TD]
[/TR]
[TR]
[TD="class: xl64"]:59:/10000101[/TD]
[/TR]
[TR]
[TD]:70:[/TD]
[/TR]
[TR]
[TD]:71A:[/TD]
[/TR]
[TR]
[TD]:72:[/TD]
[/TR]
[TR]
[TD]:77B[/TD]
[/TR]
</tbody>[/TABLE]
And I would like to transform it with help of macros into :
Macros finds row , containing characters":32A:" and copies only currency - in example it is USD,EUR(to another sheet or to next cell, lets say D2).
Than macros finds row , containing characters":59:" and copies all characters that follows after "/"(or ":59:/", lets say E2).
And than it should match Currency(row containing ":32A:") with account (row containing ":59:/") when complete matching within one pair, goes to next and so on.
It should look like:
EUR 10000101
Thanks for your help in advance!
****** id="cke_pastebin" style="position: absolute; top: 40px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 165"]
<tbody>[TR]
[TD="width: 165"]:32A:100216USD5[/TD]
[/TR]
</tbody>[/TABLE]