Hello,
I have a table that rolls up sums from two other tables and displays them in currency format. My hope and expectation is for these values to match, and if they do not, the record is flagged. I figured this would be a simple IF function that looks something like this:
IF({Rollup 1}={Rollup 2},“ ”,“
”)
The result is what is confusing me. I find that even if the two rolled up values match with an eye test, they might still be flagged as being unequal, I’ve tried changing the formatting and expanding out the number to see if it has to do with some hidden decimal but have had no luck. By all appearances, the numbers match exactly. I’m not sure if this has something to do with how the records in the linked tables are formatted either but figured that if the field being rolled up is in the same format, this shouldn’t matter either.
Chances are that I’m missing something incredibly simple but if anyone has any advice on why this is happening and how I can get a proper flagging formula in this table, that would be great.
Thank you