Forum Discussion
NourAl90
Jun 30, 2020Copper Contributor
Convert numbers to word in SharePoint
I wanted to know if its doable to make a column in SharePoint to change the numbers to written words
link if I put 100 it gave me its one hundred
5 Replies
Sort By
- NouralaCopper ContributorAfamatik for this request we couldnt do it on a SharePoint list directly we have used a power app to fill the form with this feature and save the data back to the SharePoint list to do this follow the below article.
https://powerusers.microsoft.com/t5/Power-Apps-Community-Blog/Number-to-word-conversion-tool/ba-p/258621
- BradDCopper ContributorYeah, using something logic apps, for sure. Of course you’d have to store the words in another field but all possible.
- NourAl90Copper Contributor
BradD , I should make a list with all possible numbers this is impossible consider this to be used in something like expenses or checks the possibilities are endless I want something to do automatically now on excel there is a vb code is there anything to help using something like this I don't mind it I have to use power apps but something to calculate auomatically
- BradDCopper ContributorYou could write a web service that converts it for you OR, surely there’s a service out there that does it for you. Something like this ... https://codebeautify.org/number-to-word-converter ... by injecting those steps in your Logic app, you could do it very easily.