View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kassie kassie is offline
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 ?