Replace part of a text string with the value of another cell

Pablo78

New Member
Joined
Oct 9, 2017
Messages
13
Hi all, I've searched the web for an answer so I'm hoping this can be done.

Basically I am creating a BOM (Bill Of Materials). I am ordering cable in pre manufactured lengths. The cables basically has the same part number A0090CEGAC0BUXXXM the XXX represents the cable length.

I also have to add the cable length in a separate cell, so rather than enter the length twice can I use a formula to replace the XXX with the value of the adjoining cell?


MFR PART #ORDER QUANTITYUNIT

<tbody></tbody>
A0090CEGAC0BUXXXM500MTS

<tbody>
</tbody>

So for instance the value entered in B3 would replace the XXX in the text string.

Is this possible? I've looked at various instructions on the REPLACE & SUBSTITUTE functions but none seem to suit my needs.

Thanks in advance for any help.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
if part number always same length a macro would do it easily, if varying length, a macro would do it less easily, are you allowed macros ?
 
Upvote 0
if part number always same length a macro would do it easily, if varying length, a macro would do it less easily, are you allowed macros ?

I've never used Macros before to be honest, can't see there being an issue with using them, however the cable length will change with each cable. I have around 800 cables to order and three instances on each row of xxx in various descriptions, hence I don't really want to enter the various lengths 4 times on each row if I can avoid it.
 
Upvote 0
I've actually just worked it out.

If I put A0090CEGAC0BUXXXM in Cell A1500 hidden out of the way.

=SUBSTITUTE(A1500, "XXX", B3) it works perfectly. Thanks for your help.
 
Upvote 0
Ok, so maybe I got a bit too excited there. It kind of works, but only in one cell per row.

0gTGhN9.png


As you can see the formula is working in Cell K8, but not M8 or N8? Does anyone have any suggestions on how to make it work in all three cells?
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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