Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Convert number into text

How do I convert number to text in Excel
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Convert number into text

do you mean change 123 to one hundered twenty-three?

The following is a nice comprehensive answer compiled by Norman Harker.



See:

XL2000: How to Convert a Numeric Value into English Words
http://support.microsoft.com/default...b;en-us;213360


and:

(courtesy of a cut and paste from a Tom Ogilvy post):

If you want an addin that provides a worksheet function that does this,
download Laurent Longre's free morefunc.xll addin found he

http://longre.free.fr/english/

It is downloaded in a zip file which also contains an informative file in
'hlp' format that describes the 33 or so very useful functions included, one
of which does the number to words conversion you describe (supports various
languages and currencies).


and:
(Courtesy of Andy Wiggins FCCA) of www.BygSoftware.com

This file might be a help:
http://www.bygsoftware.com/examples/...s/num2wrds.zip

It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods to convert numbers to words and two check writing
routines.

The code is open and commented.

And, finally:



A post containing a UDF by Bernie Deitrick that will take you into US budget
territory by covering amounts into trillions.



--
Regards
Tom Ogilvy


"khawajaanwar" wrote in message
...
How do I convert number to text in Excel



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Convert number into text

< (courtesy of a cut and paste from a Tom Ogilvy post):

Do you always reference your articles in the third person? :)


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Tom Ogilvy" wrote in message
...
do you mean change 123 to one hundered twenty-three?

The following is a nice comprehensive answer compiled by Norman Harker.



See:

XL2000: How to Convert a Numeric Value into English Words
http://support.microsoft.com/default...b;en-us;213360


and:

(courtesy of a cut and paste from a Tom Ogilvy post):

If you want an addin that provides a worksheet function that does this,
download Laurent Longre's free morefunc.xll addin found he

http://longre.free.fr/english/

It is downloaded in a zip file which also contains an informative file in
'hlp' format that describes the 33 or so very useful functions included,
one
of which does the number to words conversion you describe (supports
various
languages and currencies).


and:
(Courtesy of Andy Wiggins FCCA) of www.BygSoftware.com

This file might be a help:
http://www.bygsoftware.com/examples/...s/num2wrds.zip

It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods to convert numbers to words and two check writing
routines.

The code is open and commented.

And, finally:



A post containing a UDF by Bernie Deitrick that will take you into US
budget
territory by covering amounts into trillions.



--
Regards
Tom Ogilvy


"khawajaanwar" wrote in message
...
How do I convert number to text in Excel





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Convert number into text

The following is a nice comprehensive answer compiled by Norman Harker.

--
Regards,
Tom Ogilvy

"Rob van Gelder" wrote in message
...
< (courtesy of a cut and paste from a Tom Ogilvy post):

Do you always reference your articles in the third person? :)


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Tom Ogilvy" wrote in message
...
do you mean change 123 to one hundered twenty-three?

The following is a nice comprehensive answer compiled by Norman Harker.



See:

XL2000: How to Convert a Numeric Value into English Words
http://support.microsoft.com/default...b;en-us;213360


and:

(courtesy of a cut and paste from a Tom Ogilvy post):

If you want an addin that provides a worksheet function that does this,
download Laurent Longre's free morefunc.xll addin found he

http://longre.free.fr/english/

It is downloaded in a zip file which also contains an informative file

in
'hlp' format that describes the 33 or so very useful functions included,
one
of which does the number to words conversion you describe (supports
various
languages and currencies).


and:
(Courtesy of Andy Wiggins FCCA) of www.BygSoftware.com

This file might be a help:
http://www.bygsoftware.com/examples/...s/num2wrds.zip

It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods to convert numbers to words and two check

writing
routines.

The code is open and commented.

And, finally:



A post containing a UDF by Bernie Deitrick that will take you into US
budget
territory by covering amounts into trillions.



--
Regards
Tom Ogilvy


"khawajaanwar" wrote in message
...
How do I convert number to text in Excel







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default Convert number into text

I'm glad I missed it else it wouldn't have been as funny.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Tom Ogilvy" wrote in message
...
The following is a nice comprehensive answer compiled by Norman Harker.


--
Regards,
Tom Ogilvy

"Rob van Gelder" wrote in message
...
< (courtesy of a cut and paste from a Tom Ogilvy post):

Do you always reference your articles in the third person? :)


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Tom Ogilvy" wrote in message
...
do you mean change 123 to one hundered twenty-three?

The following is a nice comprehensive answer compiled by Norman Harker.



See:

XL2000: How to Convert a Numeric Value into English Words
http://support.microsoft.com/default...b;en-us;213360


and:

(courtesy of a cut and paste from a Tom Ogilvy post):

If you want an addin that provides a worksheet function that does this,
download Laurent Longre's free morefunc.xll addin found he

http://longre.free.fr/english/

It is downloaded in a zip file which also contains an informative file

in
'hlp' format that describes the 33 or so very useful functions
included,
one
of which does the number to words conversion you describe (supports
various
languages and currencies).


and:
(Courtesy of Andy Wiggins FCCA) of www.BygSoftware.com

This file might be a help:
http://www.bygsoftware.com/examples/...s/num2wrds.zip

It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods to convert numbers to words and two check

writing
routines.

The code is open and commented.

And, finally:



A post containing a UDF by Bernie Deitrick that will take you into US
budget
territory by covering amounts into trillions.



--
Regards
Tom Ogilvy


"khawajaanwar" wrote in
message
...
How do I convert number to text in Excel










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
How can I convert text to number? northerner Excel Worksheet Functions 1 May 21st 08 02:28 PM
Convert text number to number formate [email protected] Excel Discussion (Misc queries) 2 April 9th 07 10:48 AM
convert text-format number to number in excel 2000%3f Larry Excel Discussion (Misc queries) 1 July 29th 05 08:18 PM
not able to convert text, or graphic number to regular number in e knutsenk Excel Worksheet Functions 1 April 2nd 05 08:41 AM
Convert number in text format to number Cheryl[_3_] Excel Programming 2 May 25th 04 06:51 PM


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