Hi,
I am trying to format a number to its written form.
For example: A1= $123.45
I want to be able to make A2= "$ One hundred twenty three and 45/100"
Any help would be greatly appreciated. Thanks.
How to format a number to its written form
-
- Posts: 1
- Joined: Thu Jan 08, 2015 4:29 pm
How to format a number to its written form
OpenOffice 4 on Windows 8
Re: how to format a number to its written form
Hello,
Searching in the forum: viewtopic.php?f=9&t=45719&hilit=numbers+to+words
Searching in the forum: viewtopic.php?f=9&t=45719&hilit=numbers+to+words
OpenOffice 4.1.12 - Windows 10
Re: how to format a number to its written form
This extension can make something similatr thing:
http://extensions.libreoffice.org/exten ... mbertext-1
http://extensions.services.openoffice.o ... numbertext
http://extensions.libreoffice.org/exten ... mbertext-1
http://extensions.services.openoffice.o ... numbertext
Code: Select all
=MONEYTEXT(A2;"USD";"en")
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: how to format a number to its written form
or use the NUMBERTEXT() function from the extension:
Code: Select all
="$ "&NUMBERTEXT(INT(A2);"en") & " and " & TEXT(100*(A2-INT(A2));"00") &"/100"
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: how to format a number to its written form
Libreoffice 7.4 on Debian 12 (Bookworm) (on RaspberryPI4)
Libreoffice 24.8… flatpak on Debian 12 (Bookworm) (on RaspberryPI4)