I can have different formats for positive, negative, and zero values: +0;-0;=0.
And I can have different formats up to two conditional value ranges: [<1]0.00;[<10]0.0;#,##0.
Is there any way to combine the two so that I can both the +/-/= prefix and the variable number of decimal places?
I...