I have a list a data on say sheet1 col_A,
And a list of data in sheet2 col_A.
The List in sheet1 contains all the data i would like to remove from sheet2 (i would like to remove the row not just the cell).
Other notes:
The sheets can not be sorted in any way.
Sheet1 the removel list dosn't contain repeats
sheet2 may contain repeats
-----Ex.-------
sheet1 col_A: (nothing will change on this sheet it is only a list)
1
4
3
2
sheet2 col_A: (BEFOR)
3
1
12
2
16
4
36
sheet2 col_A: (After)
12
16
36
And a list of data in sheet2 col_A.
The List in sheet1 contains all the data i would like to remove from sheet2 (i would like to remove the row not just the cell).
Other notes:
The sheets can not be sorted in any way.
Sheet1 the removel list dosn't contain repeats
sheet2 may contain repeats
-----Ex.-------
sheet1 col_A: (nothing will change on this sheet it is only a list)
1
4
3
2
sheet2 col_A: (BEFOR)
3
1
12
2
16
4
36
sheet2 col_A: (After)
12
16
36
Last edited: