Hi all, I need some help with a custom format. I'm trying to get green for positive, "Red $ -0.00" for negative", and black for zeros.
[Color10]_($* #,##0.00_);[Red]_($* -#,##0.00_);_($* #,##0.00,""_)
The cell formula is AB9 =IF(V9="","",V9-AA9). I used the IF to avoid the #value!, cause V9 =IF(AND(L9:P9>0,K9>""),U9*O9,""), and AA9 is a number I manually enter.
My problem is - When AB9 equals ZERO it shows me "$0.00" but in green, not black.
I suspected that might be the cell is displaying 0 but equals more, so in a blank cell, leaving the format to general I typed =AB9, instead of getting a 0 I got 3.55271E-14, why is that, is there anything wrong with my formula?
Thanks
[Color10]_($* #,##0.00_);[Red]_($* -#,##0.00_);_($* #,##0.00,""_)
The cell formula is AB9 =IF(V9="","",V9-AA9). I used the IF to avoid the #value!, cause V9 =IF(AND(L9:P9>0,K9>""),U9*O9,""), and AA9 is a number I manually enter.
My problem is - When AB9 equals ZERO it shows me "$0.00" but in green, not black.
I suspected that might be the cell is displaying 0 but equals more, so in a blank cell, leaving the format to general I typed =AB9, instead of getting a 0 I got 3.55271E-14, why is that, is there anything wrong with my formula?
Thanks