Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to convert number to text ?

Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Excel 2002: How to convert number to text ?

Hi

The easiest way would be
Select column ADataText to ColumnsNextNextColumn Data
formatTextFinish

or by formula it would be
="'"&A1
Copy down as far as required.
Copy column BPaste SpecialValues

--
Regards
Roger Govier

"Mr. Low" wrote in message
...
Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Excel 2002: How to convert number to text ?

Put this in B1 to turn the number to text:

=""&A1

and copy down.

You can fix the values by highlighting column B, then <copy, Edit |
Paste Special | Values (check) | OK | <Esc

Hope this helps.

Pete

On Feb 29, 1:11*pm, Mr. Low wrote:
Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
* * * * *A * * * * * * B
1 * *2145 * * * '2145
2 * *3621 * * * '3621
3 * *6147 * * * '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2002: How to convert number to text ?

And if you always wanted 6 digits in your text string:

=text(a1,"000000")



Mr. Low wrote:

Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to convert number to text ?

Hello Dave,

Thanks for the formula.

Low

--
A36B58K641


"Dave Peterson" wrote:

And if you always wanted 6 digits in your text string:

=text(a1,"000000")



Mr. Low wrote:

Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to convert number to text ?

Hello Roger,

Thanks for the tip.

Low


A36B58K641


"Roger Govier" wrote:

Hi

The easiest way would be
Select column ADataText to ColumnsNextNextColumn Data
formatTextFinish

or by formula it would be
="'"&A1
Copy down as far as required.
Copy column BPaste SpecialValues

--
Regards
Roger Govier

"Mr. Low" wrote in message
...
Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to convert number to text ?

Hello Pete,

Thanks for the formula and the tip.

Low

--
A36B58K641


"Pete_UK" wrote:

Put this in B1 to turn the number to text:

=""&A1

and copy down.

You can fix the values by highlighting column B, then <copy, Edit |
Paste Special | Values (check) | OK | <Esc

Hope this helps.

Pete

On Feb 29, 1:11 pm, Mr. Low wrote:
Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Excel 2002: How to convert number to text ?

You're welcome - nice to see you posting again.

Pete

"Mr. Low" wrote in message
...
Hello Pete,

Thanks for the formula and the tip.

Low

--
A36B58K641


"Pete_UK" wrote:

Put this in B1 to turn the number to text:

=""&A1

and copy down.

You can fix the values by highlighting column B, then <copy, Edit |
Paste Special | Values (check) | OK | <Esc

Hope this helps.

Pete

On Feb 29, 1:11 pm, Mr. Low wrote:
Dear Sir,

The number in text format is normally denoted by a ' before it.

Eg. '62417, '47125 etc.

Let say I have a clumn of numbers, may I know how to convert it into
text
format ?

i.e.
A B
1 2145 '2145
2 3621 '3621
3 6147 '6147

What formula must I input at B1 and copy down to get the answer ?

Thanks

Low

--
A36B58K641





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
convert text to number in excel The IC Teacher Excel Worksheet Functions 8 January 15th 08 07:59 PM
number convert to text in excel sugu Excel Discussion (Misc queries) 0 August 23rd 06 11:52 AM
can we convert number to text in excel as if 1= One Akhil Excel Discussion (Misc queries) 2 August 14th 06 06:24 PM
How do I convert a number in Excel to text? Hoff Excel Worksheet Functions 2 March 23rd 06 11:27 PM
convert text-format number to number in excel 2000%3f Larry Excel Discussion (Misc queries) 1 July 29th 05 08:18 PM


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