Insert character to multiple cells

L

LeahBea

I am trying to find a function that will insert a character mid text t
multiple cells. I need to make this "3AAA3" into this "3AAA03". I hav
tried the replace function and it does not seem to be working. Pleas
help!!
 
R

Ron Rosenfeld

I am trying to find a function that will insert a character mid text to
multiple cells. I need to make this "3AAA3" into this "3AAA03". I have
tried the replace function and it does not seem to be working. Please
help!!!

You don't give much information as to the possible variety of data with which you will be dealing, but with
3AAA3 in A1, =REPLACE(A1,LEN(A1),0,"0") will result in 3AAA03
 
S

Spencer101

LeahBea;1609900 said:
I am trying to find a function that will insert a character mid text t
multiple cells. I need to make this "3AAA3" into this "3AAA03". I hav
tried the replace function and it does not seem to be working. Pleas
help!!!



Are all of the values you need to alter 3AAA3 and all should end u
3AAA03
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top