Forum Discussion
istiakahmed
Jan 07, 2023Copper Contributor
Require Number to word formula in excel without VBA Code
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 th...
- Jan 11, 2023
=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~" & A2)=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~10.5")
peiyezhu
Jan 11, 2023Bronze Contributor
=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~" & A2)
=webservice("http://e.anyoupin.cn/eh3/?NumToBengali~10.5")
istiakahmed
Jan 29, 2023Copper Contributor
Hi peiyezhu,
Thanks for your response, It's working very well.
Can I know, how it's working actually !
Many thanks to your for this wonderful solution.
Regards,
Istiak Ahmed
Thanks for your response, It's working very well.
Can I know, how it's working actually !
Many thanks to your for this wonderful solution.
Regards,
Istiak Ahmed