I am working with Microsoft Excel 2007
and I have one Numeric Column in my Sheet.
Is there any solution that I can convert it's Words equivalent?
I am attaching Excel Sheet's Screen Shot.
I am working with Microsoft Excel 2007
and I have one Numeric Column in my Sheet.
Is there any solution that I can convert it's Words equivalent?
I am attaching Excel Sheet's Screen Shot.
There is no built-in formula in excel, you have to add a vb script and permanently save it with your MS. Excel's installation as Add-In.
After this, From File Menu select Save Book ,from next menu select "Excel 97-2003 Add-In (*.xla)
It will save as Excel Add-In. that will be available till the Ms.Office Installation to that machine.
Now Open any Excel File in any Cell type
=WordNum(<your numeric value or cell reference>)
you will see a Words equivalent of the numeric value.
This Snippet of code is taken from: http://en.kioskea.net/forum/affich-267274-how-to-convert-number-into-text-in-excel