Jan 07 2023 11:03 AM
Hi All,
I need a formula for numbers to words without a VBA code. My currency is Taka instead of Dollars and after the decimal, it's called Paisa instead of Cent. Also require the word Only, in the last.
Here is the sample for a better understanding
1 = One Taka Only
10 = Ten Taka Only
10.50 = Ten Taka Fifty Paisa Only
100 = One Hundred Taka Only
1000 = One Thousand Taka Only
10000 = Ten Thousand Taka Only
100000 = One Lac Taka Only (We called Lac for one hundred thousand)
1000000 = Ten Lac Taka Only
10000000 = One Crore Taka Only
Please help me with this formula if anyone can able to do so.
Thanks in advance.
Jan 07 2023 05:23 PM
You would do well to check out this thread from three-and-a-half years ago.
https://techcommunity.microsoft.com/t5/excel/excel-numtowords-formula/m-p/727433
You'll need to read the whole thread to see how to use the formula, and you'll want to revise it. In the meantime, I'm going to see about turning it into a LAMBDA function, since that's technology that has come along more recently.
Speaking of Lamda, what version of Excel are you using? For Lamda, you'll need to have a Microsoft 365 subscription. For LET (another capability recently released) you'll need Excel 2021 or newer.
Jan 09 2023 08:53 AM
Jan 09 2023 09:57 AM
You'll have to be patient then. I have set it as something to work on, but I do have other things to do as well.
I also sent a message to the originator of that earlier formula asking if he possibly has updated his approach.
Jan 10 2023 12:14 AM
Jan 10 2023 08:48 AM
Jan 10 2023 10:17 PM - edited Jan 10 2023 10:20 PM
Solution
=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~" & A2)
=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~10.5")
Jan 29 2023 03:38 AM