Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I know if you want to remove the last X characters, you can do it by =left(A1,(len(A1)-X)) I want to remove any characters from a text that is longer than 35 characters. ie, I want to remove characters 36th and onwards. How can I do it? Thanks. Elaine. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try =left(A1, 35) -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=548605 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
wrote in message
oups.com... Hello, I know if you want to remove the last X characters, you can do it by =left(A1,(len(A1)-X)) I want to remove any characters from a text that is longer than 35 characters. ie, I want to remove characters 36th and onwards. How can I do it? =LEFT(A1,35) Did you look at Excel's help to see what the LEFT function does? -- David Biddulph |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,$F$1) and type whatever number of characters you want to keep in
cell F1 Vaya con Dios, Chuck, CABGx3 " wrote: Hello, I know if you want to remove the last X characters, you can do it by =left(A1,(len(A1)-X)) I want to remove any characters from a text that is longer than 35 characters. ie, I want to remove characters 36th and onwards. How can I do it? Thanks. Elaine. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
yeah sure!!
cant believe i didnt know" thank so much! CLR wrote: =LEFT(A1,$F$1) and type whatever number of characters you want to keep in cell F1 Vaya con Dios, Chuck, CABGx3 " wrote: Hello, I know if you want to remove the last X characters, you can do it by =left(A1,(len(A1)-X)) I want to remove any characters from a text that is longer than 35 characters. ie, I want to remove characters 36th and onwards. How can I do it? Thanks. Elaine. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Happy to help...........
Vaya con Dios, Chuck, CABGx3 " wrote: yeah sure!! cant believe i didnt know" thank so much! CLR wrote: =LEFT(A1,$F$1) and type whatever number of characters you want to keep in cell F1 Vaya con Dios, Chuck, CABGx3 " wrote: Hello, I know if you want to remove the last X characters, you can do it by =left(A1,(len(A1)-X)) I want to remove any characters from a text that is longer than 35 characters. ie, I want to remove characters 36th and onwards. How can I do it? Thanks. Elaine. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter text in a column by its Indent, to remove certain text | Excel Discussion (Misc queries) | |||
Remove left text string | Excel Discussion (Misc queries) | |||
Excel Save As... text with special characters | Excel Discussion (Misc queries) | |||
how do I highlite text within a cell (specific characters) | Excel Discussion (Misc queries) | |||
REMOVE SPECIAL CHARACTERS FROM TEXT CELLS | Excel Worksheet Functions |