ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   convert number into text & Only (https://www.excelbanter.com/excel-discussion-misc-queries/202800-convert-number-into-text-only.html)

IL

convert number into text & Only
 
I want to use Excel to print cheque, I want to know if I can convert the
number into text amount,

e.g. 1081.80 convert into One Thousand Eighty One Dollars and
Eighty Cents Only.

Thanks.


Peo Sjoblom

convert number into text & Only
 
Third time today some asks about this

You can download add-ins that will do that

Morefunc

and ASAP-Utilities both can do this

both are free, Google them



Otherwise see

http://support.microsoft.com/kb/213360




--


Regards,


Peo Sjoblom



"IL" wrote in message
...
I want to use Excel to print cheque, I want to know if I can convert the
number into text amount,

e.g. 1081.80 convert into One Thousand Eighty One Dollars and
Eighty Cents Only.

Thanks.




IL

convert number into text & Only
 
But it only converted 1081.80 convert into One Thousand Eighty One Dollars and
Eighty Cents without "Only" at the end.

The important thing is that the word 'Only" has to be added at the end after
conversion.

************************************************** **********

"IL" wrote:

I want to use Excel to print cheque, I want to know if I can convert the
number into text amount,

e.g. 1081.80 convert into One Thousand Eighty One Dollars and
Eighty Cents Only.

Thanks.


muddan madhu

convert number into text & Only
 
change the part of the code

Select Case Cents
Case ""
Cents = " only"
Case "One"
Cents = " and One Cent" & " only"
Case Else
Cents = " and " & Cents & " Cents" & " only"
End Select


On Sep 17, 1:26*am, IL wrote:
But it only converted 1081.80 convert into One Thousand Eighty One Dollars and
Eighty Cents without "Only" at the end.

The important thing is that the word 'Only" has to be added at the end after
conversion. *

************************************************** **********



"IL" wrote:
I want to use Excel to print cheque, I want to know if I can convert the
number into text amount,


e.g. 1081.80 convert into One Thousand Eighty One Dollars and
* * * *Eighty Cents Only.


Thanks.- Hide quoted text -


- Show quoted text -




All times are GMT +1. The time now is 06:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com