Excel: Check if column A has any values from Column B, and delete that value from Column A
Posted
by
user1906693
on Super User
See other posts from Super User
or by user1906693
Published on 2012-12-15T18:27:23Z
Indexed on
2012/12/17
11:05 UTC
Read the original article
Hit count: 140
microsoft-excel
|worksheet-function
So I have two columns in Excel with these values suppose:
Column A | Column B
---------|---------
12 | 626
241 | 129
35 | 412
412 | 88
532 | 663
626 |
723 |
88 |
932 |
What formula should I use to delete the values 88, 626 and 412 from Column A (applying the formula then going to Goto > Goto Special > Errors... and deleting rows)
Can't quite get this sorted at all!
© Super User or respective owner