Multiply number by text

learningstatistics

Board Regular
Joined
Dec 3, 2015
Messages
56
I am trying to create combinations and I have a matrix that look like that:
[TABLE="width: 500"]
<tbody>[TR]
[TD]E[/TD]
[TD]W[/TD]
[TD]O[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]


I want to have it look like that:

[TABLE="width: 500"]
<tbody>[TR]
[TD]1E-2W-0o-3N[/TD]
[/TR]
[TR]
[TD]3E-2W-1o-1N[/TD]
[/TR]
[TR]
[TD]1E-2W-0o-0N[/TD]
[/TR]
</tbody>[/TABLE]
 
If "E" is in A1

Then you could put this in E2 and drag down

=A2&A$1&"-"&B2&B$1&"-"&C2&C$1&"-"&D2&D$1
 
Upvote 0

Forum statistics

Threads
1,226,847
Messages
6,193,314
Members
453,790
Latest member
yassinosnoo1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top