Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Removing part of a number in Excel

I'm trying to make a 9 digit number a 5 digit number by removing the first
four numbers. I have several lines of data and would like to do this in one
or two steps.

Example: 123456789 to end up looking like 56789
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Removing part of a number in Excel

=RIGHT(A1,5)
--
Gary''s Student


"RISXRAY" wrote:

I'm trying to make a 9 digit number a 5 digit number by removing the first
four numbers. I have several lines of data and would like to do this in one
or two steps.

Example: 123456789 to end up looking like 56789

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Removing part of a number in Excel

Try this:

Select the range of numbers

From the Excel main menu:
<data<text-to-columns
Check: Fixed width......click [Next]
Click between the 4th and 5th digit
(that will create a separation point)......click [Next]
Select the first column
Check: Do not import column(skip)

If you want to replace the original numbers with the truncated numbers,
leave the Destination reference as the first cell in the number range.
Otherwise, select a new destination for the truncated list.
Click the [Finish] button

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"RISXRAY" wrote:

I'm trying to make a 9 digit number a 5 digit number by removing the first
four numbers. I have several lines of data and would like to do this in one
or two steps.

Example: 123456789 to end up looking like 56789

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Removing part of a number in Excel


Ron Coderre wrote:

Try this:

Select the range of numbers

From the Excel main menu:
<data<text-to-columns
Check: Fixed width......click [Next]
Click between the 4th and 5th digit
(that will create a separation point)......click [Next]
Select the first column
Check: Do not import column(skip)

If you want to replace the original numbers with the truncated numbers,
leave the Destination reference as the first cell in the number range.
Otherwise, select a new destination for the truncated list.
Click the [Finish] button

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"RISXRAY" wrote:

I'm trying to make a 9 digit number a 5 digit number by removing the first
four numbers. I have several lines of data and would like to do this in one
or two steps.

Example: 123456789 to end up looking like 56789


The easiest way is:

=mid(A1,5,5) A1 being the cell reference wher the number sits. In this
example the mid formular counts 5 characters from the left and then
returns the next five characters into the cell the formular is written
in.

Regards,

John

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
Selecting the first time a number appears (part 2) Jaydubs Excel Discussion (Misc queries) 2 July 17th 06 02:47 PM
The number in this cell is formatted as text or preceded by an apostrophe" problem in Excel [email protected] Excel Discussion (Misc queries) 2 July 13th 06 01:55 PM
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM


All times are GMT +1. The time now is 02:51 AM.

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"