I have the following format for numbers in excel: ###,###,###,###,###,###,###.###;[=0]" " This format has a shortage that shows integer numbers (like 8888) with an extra point at the end. Examples: 8888.23 -> 8,888.23 True 0 -> nothing True 8888 -> 8,888. False How can I remove this extra point?
|
|