hi guys, I have 2 datasets to compare.
I join them using " Account Number" to see new accounts that showed up and account that fell off from the previous week.
Then on record that stays, I'm doing a cell by cell comparison to see if any characteristics have changed.
The problem is I have about 114 columns so doing a true/false comparison is a pain.
I have something like this but repeat 114 times.

Then I have to filter all of the "_Difference" columns.

is there a better way to do this? something like dynamic formulas on multiple fields and filtering the same criteria on multiple fields.
Thank you!