Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default converting a number into text

show with example how to change a number of 1 cell into a text form in the
another cell ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default converting a number into text

With your number in A1, insert the following formula where you want the
conversion done. Right aligned "10" in A1 will become left aligned (text)
"10" in result cell

=IF(ISNUMBER(A1),TEXT(A1,0),A1)

--
Hth

Kassie Kasselman
Change xxx to hotmail


"wrashna ryvuh gurung" wrote:

show with example how to change a number of 1 cell into a text form in the
another cell ?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default converting a number into text

Sorry, it becomes A1=10 and another cell eg. B1=10.
I want A1=10 and another cell eg. B1=ten

"Kassie" wrote:

With your number in A1, insert the following formula where you want the
conversion done. Right aligned "10" in A1 will become left aligned (text)
"10" in result cell

=IF(ISNUMBER(A1),TEXT(A1,0),A1)

--
Hth

Kassie Kasselman
Change xxx to hotmail


"wrashna ryvuh gurung" wrote:

show with example how to change a number of 1 cell into a text form in the
another cell ?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default converting a number into text


Awfully sorry I took so long to respond! Try the following for the ode
required!

http://support.microsoft.com/default...B;EN-US;213360

--
Hth

Kassie Kasselman
Change xxx to hotmail


"padhma" wrote:

Sorry, it becomes A1=10 and another cell eg. B1=10.
I want A1=10 and another cell eg. B1=ten

"Kassie" wrote:

With your number in A1, insert the following formula where you want the
conversion done. Right aligned "10" in A1 will become left aligned (text)
"10" in result cell

=IF(ISNUMBER(A1),TEXT(A1,0),A1)

--
Hth

Kassie Kasselman
Change xxx to hotmail


"wrashna ryvuh gurung" wrote:

show with example how to change a number of 1 cell into a text form in the
another cell ?

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
Converting number to text saman110 via OfficeKB.com Excel Discussion (Misc queries) 2 July 28th 07 02:03 AM
converting text to number Julio Excel Worksheet Functions 1 December 8th 06 06:47 PM
Converting number to text rslater44 Excel Discussion (Misc queries) 1 March 2nd 06 09:56 PM
Converting Text to Number Andrew Bartholomew Excel Discussion (Misc queries) 1 March 25th 05 02:50 AM
Converting text to a number Helen Black Excel Worksheet Functions 1 January 18th 05 04:08 PM


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