Example, Value -1000 number format `#,##0;#,##0` should return 1.000 without minus. -1000 #,##0;#,##0 1.000 -1000 #,##0;(#,##0) (1.000) -1000 #,##0;-#,##0 -1.000 -1000 #,##0;"Negative" #,##0 Negative 1000