Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
HI
Is there a way to copy the contents of one column to another, but change say the fifth character of each cell to a different character? For instance, I have a value of MLPM1 in a column (in each cell) with repetitive data and want to copy that column but change the 5th character to "2" so that it reads MLPM2-(data). Can anybody help? Thanks in advance! Scott |
#2
![]() |
|||
|
|||
![]()
With your data in A1:A1000, in say B1
=LEFT(A1,4)&"2"&RIGHT(A1,LEN(A1)-5) and copy down. Just change what's between the " " for what you want. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "photowiz" wrote in message ... HI Is there a way to copy the contents of one column to another, but change say the fifth character of each cell to a different character? For instance, I have a value of MLPM1 in a column (in each cell) with repetitive data and want to copy that column but change the 5th character to "2" so that it reads MLPM2-(data). Can anybody help? Thanks in advance! Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i copy formula and change worksheet instead of cell | Excel Worksheet Functions | |||
copy excel worksheet into msword with row, column headings and gr. | Excel Discussion (Misc queries) | |||
copy COLUMN from 1 worksheet to another (in a different workbook) | Excel Discussion (Misc queries) | |||
how to copy 2350 hyperlink full paths to any column in a worksheet ? | Excel Discussion (Misc queries) | |||
Copy worksheet with Pivot Table and break link to original workshe | Excel Worksheet Functions |