Forum Discussion
Compare columns
- Jul 26, 2024
Instead of using Row Differences, calculate the differences in a helper column.
You'll see that none of the cells in column E is exactly equal to the corresponding cell in column D.
With a few exceptions, the differences are very small.
To work around this, note that the cells in column D have 10 significant decimal places.
So it makes sense to round the result of the formulas in column E to 10 decimal places too.
The differences vanish, except for those few rows where the difference is larger:
In a small test it appears to work correctly. Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
HansVogelaar Here is a woorkbook sample. I wrote wrong in the post. Im trying to use row differences instead of column differenses. Im trying to compare the columns D and E, but it seems to be not working
- HansVogelaarJul 26, 2024MVP
Instead of using Row Differences, calculate the differences in a helper column.
You'll see that none of the cells in column E is exactly equal to the corresponding cell in column D.
With a few exceptions, the differences are very small.
To work around this, note that the cells in column D have 10 significant decimal places.
So it makes sense to round the result of the formulas in column E to 10 decimal places too.
The differences vanish, except for those few rows where the difference is larger: