I have a range of cells where some cells have values -1E-100.
I would like to display those values like they are zeros. But since they are actually negative values, my custom number format is not working correctly. I currenly have the number format as:
The problem is that -1E-100 is displayed as (0) when I would like to have it displayed as - (like a zero value).
Can I modify the custom number formatting to fix this for -1E-100 values?
I would like to display those values like they are zeros. But since they are actually negative values, my custom number format is not working correctly. I currenly have the number format as:
Code:
_-* # ##0_-;_-* (# ##0)_-;_-* -_-;_-@_-
Can I modify the custom number formatting to fix this for -1E-100 values?