I'm having some issue with comparing two cells in my Smartsheet. I want the box to be checked if the cells match, and if not, the value of the one on the left should turn red. I have 8 sheets for 8 different budget accounts that are all based on the same template. This works for every one of them except for this one.
In the Balance Check column, I have this formula -
=IF([Remaining Balance]@row = [Remaining Balance 2]@row, 1, 0)
The Remaining Balance value is calculated from summing other values on this sheet. The Remaining Balance 2 value is pulled in from another sheet using the "Link from Cell in Other Sheet" function. I've tried increasing the number of digits after the decimal to see if I had some fractional cents in there, but I do not. What else could be going wrong? Again, this exact formula and set up works in several other sheets derived from the same template. Should I use VLOOKUP instead of linking the cell?
Thanks for any recommendations on where I can look for this.