Noobllianz
New Member
- Joined
- Jul 1, 2018
- Messages
- 18
Hi Guys.
Could really use the help.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]item 1[/TD]
[TD]100000[/TD]
[TD]100[/TD]
[TD]10000000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]item 2[/TD]
[TD]20000[/TD]
[TD]20[/TD]
[TD]20000000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]item 3[/TD]
[TD]30000[/TD]
[TD]3000[/TD]
[TD]30000000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]item 4[/TD]
[TD]4000[/TD]
[TD]400[/TD]
[TD]40000000[/TD]
[/TR]
</tbody>[/TABLE]
Basically, I will copy paste item prices from a sales sheet onto a blank sheet.
The maximum length of a number can only be 8 digits. Any numbers that are not 8 digits need a _ in front or back of the number if possible.
e.g , b1 = __100000 or 100000__
b2 = ___20000 or 20000___
c1 = _____100 or 100_____
c2 = ______20 or 20______
Is there any way to do this? If the numbers were consistant, i would use concatnate to add _ to the numbers, however it is unstructured.
Appreciate the help!
Thanks.
-b
Could really use the help.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]item 1[/TD]
[TD]100000[/TD]
[TD]100[/TD]
[TD]10000000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]item 2[/TD]
[TD]20000[/TD]
[TD]20[/TD]
[TD]20000000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]item 3[/TD]
[TD]30000[/TD]
[TD]3000[/TD]
[TD]30000000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]item 4[/TD]
[TD]4000[/TD]
[TD]400[/TD]
[TD]40000000[/TD]
[/TR]
</tbody>[/TABLE]
Basically, I will copy paste item prices from a sales sheet onto a blank sheet.
The maximum length of a number can only be 8 digits. Any numbers that are not 8 digits need a _ in front or back of the number if possible.
e.g , b1 = __100000 or 100000__
b2 = ___20000 or 20000___
c1 = _____100 or 100_____
c2 = ______20 or 20______
Is there any way to do this? If the numbers were consistant, i would use concatnate to add _ to the numbers, however it is unstructured.
Appreciate the help!
Thanks.
-b