Forum Discussion
Ronald1969
Feb 24, 2020Brass Contributor
How to convert numbers into figures
Hi! Can someone guide me to convert numbers into figures in excel. I need to incorporate this in monthly pay slip of employees.
Patrick2788
Feb 24, 2020Silver Contributor
You need some vba.
This is the User Defined Function (UDF) the code creates:
Code:
Ronald1969
Feb 24, 2020Brass Contributor
Yes, thanks, I will try to do it.