Reshmi mohankumar Registered User. Local time Today, 08:04 Joined Dec 5, 2017 Messages 101 Apr 23, 2018 #1 I tried to get all negative currency values by conditional formatting <0 . but it shows all positive values only. plz suggest me the way to resolve this.
I tried to get all negative currency values by conditional formatting <0 . but it shows all positive values only. plz suggest me the way to resolve this.
C CJ_London Super Moderator Staff member Local time Today, 03:34 Joined Feb 19, 2013 Messages 17,575 Apr 23, 2018 #2 I suspect you need the format property, not conditional formatting The format property for numbers has 4 conditions - positive, negative, zero, null. So you might use 0.00,[Red](0.00) to display 123.45 (543.44)
I suspect you need the format property, not conditional formatting The format property for numbers has 4 conditions - positive, negative, zero, null. So you might use 0.00,[Red](0.00) to display 123.45 (543.44)