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
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
BradD
Jun 30, 2020Brass Contributor
You 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.