I have been trying to figure out how to extract zipcode range from a single cell. My data contains a single column with multiple formats. One cell could have a single zipcode like 30040. But, another could have a range like 30040-99. Sample data below. Would like to have just individual zipcodes in a single column.</SPAN>
[TABLE="width: 100"]
<TBODY>[TR]
[TD]30002-05</SPAN>
[/TD]
[/TR]
[TR]
[TD]30009 - 10</SPAN>
[/TD]
[/TR]
[TR]
[TD]30021</SPAN>
[/TD]
[/TR]
[TR]
[TD]30022-23</SPAN>
[/TD]
[/TR]
[TR]
[TD]30029-32</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
The output I am trying to get is below
30002
30003
30004
30005
30009
30010
30021
30022
30023
30029
30030
30031
30032 </SPAN>
Any help on this is greatly appreciated - We Love MREXCEL !!
30002
30003
30004
30005
30009
30010
30021
30022
30023
30029
30030
30031
30032 </SPAN>
Any help on this is greatly appreciated - We Love MREXCEL !!