Please help!
I am trying to match data in one column to data in another using a formula, however what I have tried does not seem to give me correct results. Here is an example:
COLUMN A COLUMN B
01223343 01223343
01223344 01223344
01223345 01223345
01223346 01223346
01223348 01223347
01223350 01223348
I need to create a formula that indicates that a number in column A is also in column B, using an IF function so I can get a true or false result. The problem I have run into is that, as you see in my example above, the numbers do not necessarily match row for row. My original formula was: =IF(A2=(lookup(A2,b2:b100)),"True","False"). This appeared to work, until the number in cell A6 did not match the number in cell B6, then it came back false even though the number was clearly in the array. Ultimately I am trying get the result spelled out here: If this number is in this column then 'true', if not then 'false'
Any help would be greatly appreciated!!
Bookmarks