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
BradD
Jun 30, 2020Copper Contributor
Yeah, using something logic apps, for sure. Of course you’d have to store the words in another field but all possible.
NourAl90
Jun 30, 2020Copper 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
- BradDJun 30, 2020Copper 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.