Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
caz caz is offline
external usenet poster
 
Posts: 12
Default Excel Number Formatting

Hi please help us..

We want to convert a number that starts with 0001 to text, but when we do
this it loses the 0's how can we do this without going down 70000 lines and
typing in the 0. Its hurting my head!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Excel Number Formatting

A number of options, including:
Format the cells as text before you type the numbers in, or
Type an apostrophe at the beginning of the number to tell Excel to treat it
as text, or
Format the cell as 000000 if you want to display the number as 6 digits, for
example, or
=TEXT(A2,"000000") if you want to convert the number to text with 6 digits,
or
="000"&A2 if you want a text string which starts with 000 and then continues
with your existing number.
--
David Biddulph

"Caz" wrote in message
...
Hi please help us..

We want to convert a number that starts with 0001 to text, but when we do
this it loses the 0's how can we do this without going down 70000 lines
and
typing in the 0. Its hurting my head!



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 2007 number formatting egt Excel Worksheet Functions 3 April 30th 07 12:56 PM
Excel Simple Number Formatting Rand Excel Discussion (Misc queries) 1 July 25th 06 11:47 PM
Number formatting in EXCEL Othman Excel Discussion (Misc queries) 1 June 19th 06 12:43 PM
How do I set up a number to 1,23,459.00 formatting in excel? Shiji Excel Discussion (Misc queries) 1 January 11th 06 07:10 AM
formatting number value to text value in excel jazzydwit Excel Worksheet Functions 2 December 29th 05 03:17 AM


All times are GMT +1. The time now is 11:49 PM.

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"