Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Delete numbers within cells

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Delete numbers within cells

Give us one or two examples of what you have.
--
Gary's Student


"Jason" wrote:

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Delete numbers within cells

Sorry; here you go:

c b a ID #
8 5 17.0% 0010002


Ideally, I would like to delete the last 2-3 numbers in the ID# cell for
each of the 1800+ cases.

"Gary''s Student" wrote:

Give us one or two examples of what you have.
--
Gary's Student


"Jason" wrote:

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default Delete numbers within cells

Do you want the id number to be 5 characters in all cases? or will that vary?
If 5 characters:

=LEFT(D2,5)


"Jason" wrote:

Sorry; here you go:

c b a ID #
8 5 17.0% 0010002


Ideally, I would like to delete the last 2-3 numbers in the ID# cell for
each of the 1800+ cases.

"Gary''s Student" wrote:

Give us one or two examples of what you have.
--
Gary's Student


"Jason" wrote:

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Delete numbers within cells

If a cell (say A1) contains 0010002 then
=LEFT(A1,5)
will return
00100 last two digits removed

or


=LEFT(A1,4) will return
0010 last three digits removed


--
Gary's Student


"Jason" wrote:

Sorry; here you go:

c b a ID #
8 5 17.0% 0010002


Ideally, I would like to delete the last 2-3 numbers in the ID# cell for
each of the 1800+ cases.

"Gary''s Student" wrote:

Give us one or two examples of what you have.
--
Gary's Student


"Jason" wrote:

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Delete numbers within cells

Sorry for the long delay, but thank you both very much. This saved me
mountains of time.

"Gary''s Student" wrote:

If a cell (say A1) contains 0010002 then
=LEFT(A1,5)
will return
00100 last two digits removed

or


=LEFT(A1,4) will return
0010 last three digits removed


--
Gary's Student


"Jason" wrote:

Sorry; here you go:

c b a ID #
8 5 17.0% 0010002


Ideally, I would like to delete the last 2-3 numbers in the ID# cell for
each of the 1800+ cases.

"Gary''s Student" wrote:

Give us one or two examples of what you have.
--
Gary's Student


"Jason" wrote:

I have over 1800 rows of data that are sorted by ID number. The problem is
the column with the ID number has 2-3 extra numbers; Is there a way to delete
the extra numbers in each row? I've tried ASAP utilities to no avail. I'm new
to Excel so please keep that in mind when offering any much needed and
appreciated advice.

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
Average only cells that contain numbers April Excel Worksheet Functions 3 April 24th 23 09:07 AM
Text entries behaving like numbers jkiser Excel Discussion (Misc queries) 12 August 30th 06 09:29 PM
Finding most common occurence of values in cells containing letters and numbers sparklyballs Excel Worksheet Functions 2 August 18th 06 12:16 PM
Code to delete rows and column cells that have formulas in. GarToms Excel Worksheet Functions 1 January 18th 06 01:04 PM
question about removing text from cells, leaving numbers JPN5804 Excel Discussion (Misc queries) 3 November 28th 05 05:55 PM


All times are GMT +1. The time now is 05:59 AM.

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"