Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have got the answer from this forum, but problem is that, it's not display
paise. supose, if write 1943.50 it display "One thousand nine hundred forty-three, fifty." inspite of "One thousand nine hundred forty three and or & fifty paise only." The formula which I have used is =nbtext(Cell address,2). Is there any another formula to display paise. help me |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't know if I understand you correctly, but you could do:
=LEFT(A1,FIND(",",A1)-1) & " and " & TRIM(RIGHT(A1,LEN(A1)-FIND(",",A1))) & " paise only" (you need to exchange all A1 references with your formula) although i have no idea what you mean by "paise" hth Carlo On Nov 21, 2:35 pm, Montu wrote: I have got the answer from this forum, but problem is that, it's not display paise. supose, if write 1943.50 it display "One thousand nine hundred forty-three, fifty." inspite of "One thousand nine hundred forty three and or & fifty paise only." The formula which I have used is =nbtext(Cell address,2). Is there any another formula to display paise. help me |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
NBTEXT is not a native Excel function. Are you trying to use Laurent
Longre's MoreFunc Add-In? If you want to include a currency name, don't you need to include it in the syntax? Have you looked at the syntax definition at http://xcell05.free.fr/morefunc/english/nbtexte.htm ? For alternative solutions, try http://support.microsoft.com/default...b;en-us;213360 or http://support.microsoft.com/?scid=kb;en-us;259663 -- David Biddulph "Montu" wrote in message ... I have got the answer from this forum, but problem is that, it's not display paise. supose, if write 1943.50 it display "One thousand nine hundred forty-three, fifty." inspite of "One thousand nine hundred forty three and or & fifty paise only." The formula which I have used is =nbtext(Cell address,2). Is there any another formula to display paise. help me |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display number in form of words | Excel Worksheet Functions | |||
Excel 2003 figures to words | Excel Discussion (Misc queries) | |||
display words in a formula result in Excel | Excel Worksheet Functions | |||
Can you display numbers as words in excel (eg. 10 as ten)? | Excel Discussion (Misc queries) | |||
HOW DO I DISPLAY NUMBERS AS WORDS IN EXCEL 2003? | Excel Discussion (Misc queries) |