Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Change number to word

Hi
Im preparing Voucher in spreedsheet, i want to change the number to word
format automatically.

eg.

cell A1 = 2,000.10

cell c1 = Two Thousand and Ten Cents Only

can any body help me
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Change number to word

Look here for several solutions:

http://xldynamic.com/source/xld.xlFAQ0004.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Khai" wrote in message ...
| Hi
| Im preparing Voucher in spreedsheet, i want to change the number to word
| format automatically.
|
| eg.
|
| cell A1 = 2,000.10
|
| cell c1 = Two Thousand and Ten Cents Only
|
| can any body help me


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Change number to word

Hi,

There are a few sites with code to do this, this is as good as any.

http://www.ozgrid.com/VBA/ValueToWords.htm

Mike

"Khai" wrote:

Hi
Im preparing Voucher in spreedsheet, i want to change the number to word
format automatically.

eg.

cell A1 = 2,000.10

cell c1 = Two Thousand and Ten Cents Only

can any body help me

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Change number to word

Download and install the free add-in Morefunc.xll from:
http://xcell05.free.fr/
then use this formula

=NBTEXT(A1)&IF(MOD(A1,1)," Cents","")


"Khai" wrote:

Hi
Im preparing Voucher in spreedsheet, i want to change the number to word
format automatically.

eg.

cell A1 = 2,000.10

cell c1 = Two Thousand and Ten Cents Only

can any body help me

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Change number to word



"Khai" wrote:

Hi
Im preparing Voucher in spreedsheet, i want to change the number to word
format automatically.

eg.

cell A1 = 2,000.10

cell c1 = Two Thousand and Ten Cents Only

can any body help me

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
Formulae or format to change a number "1" into the word "one Excel Help Excel Discussion (Misc queries) 1 May 30th 06 04:25 PM
change info in other cells when i change a number in a drop list? macbr549 Excel Discussion (Misc queries) 2 September 11th 05 02:07 AM
copy a number typed in a cell to another & change it to word form. ex:1 in a cell = one in a different cell Excel Discussion (Misc queries) 1 April 20th 05 08:23 PM
change a number (100) to word (i.e Hundred) CHA Salam Excel Discussion (Misc queries) 2 January 29th 05 02:15 PM
Embedded word doc changed to image-need to change back to word. cflores Excel Discussion (Misc queries) 0 January 23rd 05 06:45 AM


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