HI
Here's my challenge:
#1 - Digits must retain 4 digit value
#2 - I need to merge them into one row separated by semicolon ";"
[TABLE="width: 48"]
<COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY>[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0028[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0298[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0357[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0387[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0524[/TD]
[/TR]
</TBODY>[/TABLE]
DESIRED GOAL - 0028;00298;0357;0387;0524
How do I do this w/out use of VBA code?
Here's my challenge:
#1 - Digits must retain 4 digit value
#2 - I need to merge them into one row separated by semicolon ";"
[TABLE="width: 48"]
<COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY>[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0028[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0298[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0357[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0387[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 64, bgcolor: transparent"]0524[/TD]
[/TR]
</TBODY>[/TABLE]
DESIRED GOAL - 0028;00298;0357;0387;0524
How do I do this w/out use of VBA code?