Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Trim cells to a character

I have a colums of thousands of words. How do remove all the characters from
the right including the / sign. The words are of varying length.

aτaimar/KXYZfp

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default Trim cells to a character

Mike wrote:
I have a colums of thousands of words. How do remove all the characters from
the right including the / sign. The words are of varying length.

aτaimar/KXYZfp


Mike

Try the LEFT function with the FIND function.
Use a helper column, copy, paste special, values

=LEFT(A1,FIND("/",A1)-1)

Beege
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Trim cells to a character

Try something like
=+MID(A1,1,FIND("/",A1)-1)

Mike wrote:
I have a colums of thousands of words. How do remove all the characters from
the right including the / sign. The words are of varying length.

aτaimar/KXYZfp

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Trim cells to a character

This is NOT lotus. Lose the +
and LEFT would have been better here.
--
Don Guillett
SalesAid Software

"Rowland" wrote in message
...
Try something like
=+MID(A1,1,FIND("/",A1)-1)

Mike wrote:
I have a colums of thousands of words. How do remove all the characters
from the right including the / sign. The words are of varying length.

a?aimar/KXYZfp



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
when I type in cells the first character goes off Eliazar Excel Discussion (Misc queries) 1 November 22nd 06 02:03 PM
How do I evaluate a row of cells for a character in each cell? TwoDot Excel Worksheet Functions 2 September 22nd 06 12:53 PM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"