I have multiple number columns that I would like to compare that are initially strings. I am converting these to doubles as they are numbers with decimal places. Then I used the formula tool and divide one column by 100 to see if it equals another column. These are not matching every time when I expect them to match. Should I use different data types or are there certain tricks to ensure that checking for identical numbers works as intended? I see that float/double can have rounding issues, but used double since I have decimal values. Also, I'm not sure how to adjust for rounding issues. Any advice would be great!