Change your custom format to use a zero as a placeholder. Instead of "###,###.00", try using "#,##0.00". That extra 0 tells Excel to always display a digit—even if it’s a 0—so 0.89 will show up as 0.89 rather than .89
"###,###.00"
"#,##0.00"