Excel custom formatting for negative numbers -
how create excel custom formatting option displays negative numbers zero?
right i'm using ##;"0";0 ignores values such 0.25, 0.85 , 0.366666667 (only seems acknowledge 1 or greater).
how can resolve this?
how many decimal values looking use? ## not show any, 0.2 become <empty>, ##.# return .2.
to round out format based on you're looking for, on own machine used ##.###;"0";0. if want leading 0 (0.2 vs. .2), use #0.###;"0";0.
Comments
Post a Comment