#1   Report Post  
Iservthee
 
Posts: n/a
Default Excel ??

I want to keep the first 15 characters in a column and delete everything
after those characters.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=LEFT(A1,15)

HTH
Jason
Atlanta, GA

-----Original Message-----
I want to keep the first 15 characters in a column and

delete everything
after those characters.
.

  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

have you tried?
=left(a2,15)
or
Sub leftif()
For Each c In Selection
c.Value = Left(c, 5)
Next

--
Don Guillett
SalesAid Software

"Iservthee" wrote in message
...
I want to keep the first 15 characters in a column and delete everything
after those characters.



  #4   Report Post  
Edgar Thoemmes
 
Posts: n/a
Default

If youre data starts in range A2 then enter formula =left(a2,15) in cell B2
and fill down.

"Iservthee" wrote:

I want to keep the first 15 characters in a column and delete everything
after those characters.

  #5   Report Post  
JulieD
 
Posts: n/a
Default

Hi

one way is to use a helper column - e.g. with your data starting in A1,
type in B1
=LEFT(A1,15)
and then move your mouse over the bottom right hand corner of B1 until you
see a + then double click - this will fill the formula down the column - now
select column B and copy, click on cell A1 and choose edit / paste special -
values

column B can now be deleted.
If you don't want to use a "helper" column - you can achieve what you want
using code - please post back if you'ld like information on how to do this.

Cheers
JulieD

"Iservthee" wrote in message
...
I want to keep the first 15 characters in a column and delete everything
after those characters.





  #6   Report Post  
CLR
 
Posts: n/a
Default

Another way........

Select the column.....do Data Text to columns Fixed and set a column
line where you want the break then select the undesired columns and tick
"Do not import column"

Vaya con Dios,
Chuck, CABGx3



"Iservthee" wrote:

I want to keep the first 15 characters in a column and delete everything
after those characters.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 04:13 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"