This is a tricky one, there is not a function in Excel that will do this for you, however, it could be done with a bit of programming.
You could possibly do this by using combinations of functions to convert the number into a string, count the length of it and output each section of the string as a defined word followed by the appropriate level of the number (i.e. "Thousand"), however, as you can only nest up to 7 functions in Excel, you will have big problems when it comes to defining words for ten different digits.
Try asking Mr Excel http://www.mrexcel.com/ this is the best site on the net for Excel answers.
2006-08-09 06:06:03
·
answer #1
·
answered by Lewiy 3
·
0⤊
0⤋
You have to write in VBA a function. The best way is to split the number in three digits, beginning fro the end to the front.
Then you set the words returned from the function together.
When you can not fix it on your own, just contact me under hswes@yahoo.com I did it already once
Helmut
2006-08-08 03:02:49
·
answer #2
·
answered by hswes 2
·
0⤊
0⤋
when typing the number put a ' before it. It won't be displayed and the numbers you type will stay in the format you type them.
To test it try typing 017 in a cell and it will reformat to 17. Put '017 and it will display 017.
2006-08-08 01:21:12
·
answer #3
·
answered by e404pnf 3
·
0⤊
1⤋
Create yourself a macro it will only take 5 minutes and you will be right to go!
2006-08-08 01:18:27
·
answer #4
·
answered by jackocomp 4
·
0⤊
0⤋
You'll probably need to write a bit of VB script.
2006-08-08 01:18:19
·
answer #5
·
answered by JeffE 6
·
0⤊
0⤋
You can use a look up table for that function.
2006-08-08 01:18:51
·
answer #6
·
answered by robert m 7
·
0⤊
0⤋
42 = forty two
2006-08-11 01:30:40
·
answer #7
·
answered by robleot 2
·
0⤊
1⤋
Try...
http://www.xldynamic.com/source/xld.xlFAQ0004.html
...u will find it useful.
2006-08-08 01:31:46
·
answer #8
·
answered by Pete Sweet 3
·
1⤊
0⤋
What do you mean?
Can you be more specific?
2006-08-08 01:18:37
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
100000
2016-03-27 03:30:44
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋