Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all
Is there a method to remove excess charachters for a cell. I have a sheet I receive from a work mate and the field length is not set, I want to go through the cells and remove the excess characters. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes. How many do you want to remove??
-- Gary's Student "Murray" wrote: Hi all Is there a method to remove excess charachters for a cell. I have a sheet I receive from a work mate and the field length is not set, I want to go through the cells and remove the excess characters. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I actually want to leave 24 and remove the rest
"Gary''s Student" wrote: Yes. How many do you want to remove?? -- Gary's Student "Murray" wrote: Hi all Is there a method to remove excess charachters for a cell. I have a sheet I receive from a work mate and the field length is not set, I want to go through the cells and remove the excess characters. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say your data is in column A.
In B1 enter: =LEFT(A1,24) and copy this down the column Column B will contain the data in column A reduced to the first 24 characters -- Gary's Student "Murray" wrote: I actually want to leave 24 and remove the rest "Gary''s Student" wrote: Yes. How many do you want to remove?? -- Gary's Student "Murray" wrote: Hi all Is there a method to remove excess charachters for a cell. I have a sheet I receive from a work mate and the field length is not set, I want to go through the cells and remove the excess characters. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of characters in a cell | Excel Discussion (Misc queries) | |||
Is there maximum number of characters per cell? | Excel Discussion (Misc queries) | |||
Split field based on number of characters and space | Excel Worksheet Functions | |||
trim a string by specific number of characters | Excel Discussion (Misc queries) | |||
fill or truncate to a certain number of characters in a cell | Excel Worksheet Functions |