It sort of works but it is giving me a "ERROR" for everything
A few possible causes:
- You do not have the formula aligned to the correct rows (i.e. formula on row 3 looking at entries in row 2)
- You "blank" cells really are not blank. Maybe there is a space or something in them. Verify that they really are blank.
That can be done with the LEN function, i.e. if cell B4 looks blank, then if you enter the formula
=LEN(B4) in any blank cell and see what it returns.
If it returns any number greater than 0, your cell is NOT blank.
- Your values really aren't equal.
Pick an example of one that looks equal. Let's say it is row 5.
Then enter this formula in any blank cell:
=A5=B5
If it does NOT return TRUE, then those two cells really are not equal. Check for extra spaces or other characters.
Note if this data came from the web or some other program, the last two issues listed above are VERY common for that type of data, and your data requires a little "scrubbing/cleaning" first before you can get good results from it.