Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm trying to remove the last character in about 2,000 cells. Th catch is that the last characters are all different,and those cell have to be put into a formula after the character is removed. Here is what I am doing NOW: 0000034F 0000562G 0654200{ NEEDS TO BE: .0000034 .0000562 ! .06542 I'm using the =VALUE("0." & a1) to turn it into the decimals, now just need to get rid of those characters. Can anyone help?? ~Thank -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try =VALUE("0." & LEFT(A1,LEN(A1)-1)) -- Regards Frank Kabel Frankfurt, Germany Hello, I'm trying to remove the last character in about 2,000 cells. The catch is that the last characters are all different,and those cells have to be put into a formula after the character is removed. Here is what I am doing NOW: 0000034F 0000562G 0654200{ NEEDS TO BE: .0000034 0000562 ! .06542 I'm using the =VALUE("0." & a1) to turn it into the decimals, now I just need to get rid of those characters. Can anyone help?? ~Thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove all characters before a certain one | Excel Discussion (Misc queries) | |||
Remove last 10 characters | Excel Discussion (Misc queries) | |||
Remove first few characters | Excel Worksheet Functions | |||
Remove top bit characters | Excel Discussion (Misc queries) | |||
I need to remove characters ... | Excel Discussion (Misc queries) |