To clean up commas, I need to regexReplace values from one column to another. Let’s not even go to discuss how frustrating it is that Coda does not support multiple international number separators, unlike Notion or SmartSheet, GoogleSheet or… But even if you get the format right with complex and cryptic REGEX formulas, the conditional formatting does not read the values right.
The format is to to get values below 0 and color the cell red. It is not humanly possible to see why this code breaks. I see the same format and the same number. It would only make sense if it somehow read the original comma seperated values and broke there, but I set the conditional formatting to look at the corrected column. It should read the same strings as the same numbers.
Can you share your doc with me please.
Should be fairly easy to fix.
On a side note - you may as well just regexreplace all the time (unless you’re super critical of performance and you’re trying to avoid an unnecessary regexreplace)
It appears to me in the two columns where there isn’t any color highlighting, you have a “red tag” in the upper left corner of the first column indicating an error in a reference or formula, which is probably throwing off your cell coloring.
Once you eliminate those cell reference errors, your formatting should function correctly as with the upper rows (no reference errors in the 1st column).
Edit: Looking again it appears the currency symbol is missing in front of the -29 and -49??