View Single Post
  #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