Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Chop off the last seven characters in a column

I have a worksheet that has a given column of numbers of varying length, but
they all end in "3232000". I want to chop off the "3232000" part, but don't
see any functions that can do this.


Thank you for your help,

Mike Grammas
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Chop off the last seven characters in a column

One of these should help:

=LEFT(A1,LEN(A1)-7)
=SUBSTITUTE(A1,3232000,"")


"Michael Grammas" wrote:

I have a worksheet that has a given column of numbers of varying length, but
they all end in "3232000". I want to chop off the "3232000" part, but don't
see any functions that can do this.


Thank you for your help,

Mike Grammas

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
Set the number of characters in a column bicheno Excel Discussion (Misc queries) 0 March 28th 07 02:14 AM
Set the number of characters in a column Stefi Excel Discussion (Misc queries) 0 March 28th 07 01:19 AM
chop off extra characters in excel [email protected] Excel Discussion (Misc queries) 6 June 22nd 06 04:20 AM
Chop off parts of the statement 0-0 Wai Wai ^-^ Excel Worksheet Functions 1 April 23rd 06 10:01 AM
How to delete first two characters in a Column NWILL Setting up and Configuration of Excel 1 October 13th 05 09:31 PM


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

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

About Us

"It's about Microsoft Excel"