Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Cell formatting question

I have 9 numeric characters in a cell and I need to get rid of the last 4.
How can I do that. There are too many cells to manually delete.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 229
Default Cell formatting question

C1 your number
D1=left(c1,5)
best wishes
sreedhar

"ManhattanRebel" wrote:

I have 9 numeric characters in a cell and I need to get rid of the last 4.
How can I do that. There are too many cells to manually delete.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Cell formatting question

Try this:

=Left(A1,5)
And copy down as needed.

OR
=--Left(A1,5)
To make the values true numbers.

OR
Select the column of numbers, then, from the Menu Bar,
<Data <Text To Columns
Click on "Fixed Width", then <Next

Move the "Break Lines" to where you need them,
Then <Finish.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"ManhattanRebel" wrote in message
...
I have 9 numeric characters in a cell and I need to get rid of the last 4.
How can I do that. There are too many cells to manually delete.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Cell formatting question

Thank you, I appreciate the help.

"RagDyeR" wrote:

Try this:

=Left(A1,5)
And copy down as needed.

OR
=--Left(A1,5)
To make the values true numbers.

OR
Select the column of numbers, then, from the Menu Bar,
<Data <Text To Columns
Click on "Fixed Width", then <Next

Move the "Break Lines" to where you need them,
Then <Finish.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"ManhattanRebel" wrote in message
...
I have 9 numeric characters in a cell and I need to get rid of the last 4.
How can I do that. There are too many cells to manually delete.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Cell formatting question

You're welcome and appreciate the feed-back.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"ManhattanRebel" wrote in message
...
Thank you, I appreciate the help.

"RagDyeR" wrote:

Try this:

=Left(A1,5)
And copy down as needed.

OR
=--Left(A1,5)
To make the values true numbers.

OR
Select the column of numbers, then, from the Menu Bar,
<Data <Text To Columns
Click on "Fixed Width", then <Next

Move the "Break Lines" to where you need them,
Then <Finish.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"ManhattanRebel" wrote in
message
...
I have 9 numeric characters in a cell and I need to get rid of the last
4.
How can I do that. There are too many cells to manually delete.





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
Cell Formatting Question carl Excel Worksheet Functions 3 June 15th 07 07:27 PM
Conditional Formatting question (if cell = 0, wrap cell in quotes) Mo2 New Users to Excel 6 May 11th 07 11:06 PM
Conditional Formatting Question - Different Cell Colors?? olimits7 Excel Discussion (Misc queries) 2 August 10th 05 04:05 PM
Cell formatting behaviour question derek Excel Discussion (Misc queries) 3 February 22nd 05 10:17 PM
Cell / Date Formatting Question when result = -0- seve Excel Discussion (Misc queries) 3 January 17th 05 02:29 AM


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