Hi...I'm trying to compare data from two columns in one dataset. In other words, I need to understand if the data in BA45=BC45 and then filter out the data that matches to only view the non-matching data. In Excel I created a new column and wrote the following formula:
=IF(BA45=BC45,"True","False")
I would then filter out all the "True" data.
I know there is a better way to do this! Big thanks in advance to any help!