ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Letter Replace Help!! (https://www.excelbanter.com/excel-worksheet-functions/195562-letter-replace-help.html)

James8309

Letter Replace Help!!
 
Hi everyone

In Range("B2:B8000") I have number + "D" + number code in each cell.
i.e. 1.1D3, 2.3D4 etc.

I am just trying to replace the "D" to "E" by Ctrl + F - Replace but
when I do it, it makes it in to horrible numbers :(
i.e. 1.1E1 as 11, 1.1E2 as 110 so on.

How do I just change that "D" from the code?

Thank you for your help in advance

Regards


James

Jarek Kujawa[_2_]

Letter Replace Help!!
 
try

=LEFT(A1,FIND("D",A1)-1)&"E"&RIGHT(A1,LEN(A1)-FIND("D",A1))

Mike H

Letter Replace Help!!
 
hI,

Insert a 'helper column and the formula
=SUBSTITUTE(B2,"D","E")
Drag down to the same length as column B
Copy the helper column
Then
Select B2
Then
Edit|Paste Special
Select 'Values'
Click OK
Delete the helper column

Mike

"James8309" wrote:

Hi everyone

In Range("B2:B8000") I have number + "D" + number code in each cell.
i.e. 1.1D3, 2.3D4 etc.

I am just trying to replace the "D" to "E" by Ctrl + F - Replace but
when I do it, it makes it in to horrible numbers :(
i.e. 1.1E1 as 11, 1.1E2 as 110 so on.

How do I just change that "D" from the code?

Thank you for your help in advance

Regards


James


James8309

Letter Replace Help!!
 
On 7¿ù20ÀÏ, ¿ÀÈÄ7½Ã34ºÐ, Mike H wrote:
hI,

Insert a 'helper column and the formula
=SUBSTITUTE(B2,"D","E")
Drag down to the same length as column B
Copy the helper column
Then
Select B2
Then
Edit|Paste Special
Select 'Values'
Click OK
Delete the helper column

Mike



"James8309" wrote:
Hi everyone


In Range("B2:B8000") I have number + "D" + number code in each cell.
i.e. 1.1D3, 2.3D4 etc.


I am just trying to replace the "D" to "E" by Ctrl + F - Replace but
when I do it, it makes it in to horrible numbers :(
i.e. 1.1E1 as 11, 1.1E2 as 110 so on.


How do I just change that "D" from the code?


Thank you for your help in advance


Regards


James- µû¿Â ÅؽºÆ® ¼û±± -


- µû¿Â ÅؽºÆ® º¸± -


THANKS ALOT GUYS :D


All times are GMT +1. The time now is 02:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com