I can't believe a very simple feature in excel/google sheets is missing here in formulas when it comes to subtracting two numbers and if it's negative - show the number in one color, and if it's positive - show the number in another color
so I have a pretty simple setup
Field 1: Cal+/-
Formula is: 2300 - Cal
results will be a number Less than 0, 0 or greater
Formula is: If({Cal+/-} < 0, ??, ??)
What do I use in the ?? to show less than 0 in red or 0, greater than 0 in green