bellaexcel
New Member
- Joined
- Aug 14, 2018
- Messages
- 10
Hi excel gurus,
I have a set of data with many number range within a cell which i want to separate into individual numbers.
Example of the cells as follows:
[TABLE="width: 235"]
<colgroup><col></colgroup><tbody>[TR]
[TD]37441; 37443-37448; 3745; 37460; 3749
[/TD]
[/TR]
[TR]
[TD]37449; 37477; 37488; 37493-37495; 37498
[/TD]
[/TR]
[TR]
[TD]37410
[/TD]
[/TR]
[TR]
[TD]297
[/TD]
[/TR]
[TR]
[TD]29763-29764; 29773-29776[/TD]
[/TR]
</tbody>[/TABLE]
What I am looking to do is to separate it into:
[TABLE="width: 235"]
<tbody>[TR]
[TD]37441; 37443; 37444; 37445; 37446; 37447; 37448; 3745; 37460; 3749
[/TD]
[/TR]
[TR]
[TD]37449; 37477; 37488; 37493; 37494; 37495; 37498
[/TD]
[/TR]
[TR]
[TD]37410
[/TD]
[/TR]
[TR]
[TD]297
[/TD]
[/TR]
[TR]
[TD]29763; 29764; 29773; 29774; 29775; 29776; [/TD]
[/TR]
</tbody>[/TABLE]
Appreciate any advice as to how i should approach this.
Thanks!
I have a set of data with many number range within a cell which i want to separate into individual numbers.
Example of the cells as follows:
[TABLE="width: 235"]
<colgroup><col></colgroup><tbody>[TR]
[TD]37441; 37443-37448; 3745; 37460; 3749
[/TD]
[/TR]
[TR]
[TD]37449; 37477; 37488; 37493-37495; 37498
[/TD]
[/TR]
[TR]
[TD]37410
[/TD]
[/TR]
[TR]
[TD]297
[/TD]
[/TR]
[TR]
[TD]29763-29764; 29773-29776[/TD]
[/TR]
</tbody>[/TABLE]
What I am looking to do is to separate it into:
[TABLE="width: 235"]
<tbody>[TR]
[TD]37441; 37443; 37444; 37445; 37446; 37447; 37448; 3745; 37460; 3749
[/TD]
[/TR]
[TR]
[TD]37449; 37477; 37488; 37493; 37494; 37495; 37498
[/TD]
[/TR]
[TR]
[TD]37410
[/TD]
[/TR]
[TR]
[TD]297
[/TD]
[/TR]
[TR]
[TD]29763; 29764; 29773; 29774; 29775; 29776; [/TD]
[/TR]
</tbody>[/TABLE]
Appreciate any advice as to how i should approach this.
Thanks!