Hi All,
I am trying to add decimals on whole number with below formula but doesnt seem to be working.
Number = Cdbl(String.Format(“{0:0.00}”,Number)
Number value is saved as Double
Few examples:
Input Output
100 100.00
155 155.00
278.91 278.91
Kindly help. Thank you.