Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
swingkittenva
 
Posts: n/a
Default How do I shorten a number?

I have a list of 10-digit numbers, but I want to apply a formula/function or
format the cells so that only the first 6 digits show up. Is that possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Vijay
 
Posts: n/a
Default How do I shorten a number?

If you use the function below in another column next to your list, only 6
digits can be viewed...

=LEFT(F20,6)

Hope this helps.
Vijay

"swingkittenva" wrote:

I have a list of 10-digit numbers, but I want to apply a formula/function or
format the cells so that only the first 6 digits show up. Is that possible?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Stephen
 
Posts: n/a
Default How do I shorten a number?

"swingkittenva" wrote in message
...
I have a list of 10-digit numbers, but I want to apply a formula/function
or
format the cells so that only the first 6 digits show up. Is that
possible?


For a number in A1 you could use
=LEFT(A1,6)
which gives the first 6 characters as a text string
or
=VALUE(LEFT(A1,6))
which converts the text string back to a number.


  #4   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default How do I shorten a number?

Hi,

If the 10-digit numbers are in A2:A101, enter the following formula in B2
and enter. Autofill the formula down to B101.

=LEFT(A2,6)

If you don't want the original numbers any more, select and copy B2:B101,
"Edit" -- "Paste Special" -- "Values" -- "OK". Then delete Column A.

Regards,
B. R. Ramachandran

"swingkittenva" wrote:

I have a list of 10-digit numbers, but I want to apply a formula/function or
format the cells so that only the first 6 digits show up. Is that possible?

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
Excell-How to add the number of cells containing text? = a sum aruba64taw Excel Worksheet Functions 2 December 21st 05 09:51 AM
Generating (in a random order)each number once from a given number Neil Goldwasser Excel Worksheet Functions 2 December 2nd 05 11:27 PM
Change number format from text to number? Scot New Users to Excel 2 December 1st 05 04:15 PM
vlookup with more than number to be retrieved martelie Excel Worksheet Functions 3 October 14th 05 12:50 PM
Count Number of Characters in a cell? AHJuncti Excel Discussion (Misc queries) 2 June 16th 05 07:39 PM


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