Example data:
sheet1
1 | a
1 | b
2 | a
2 | b
sheet2
1 | a
1 | b
1 | c
2 | a
2 | b
3 | a
the important part is the first column (those with numbers) and checking second column (those with alphabet). from the above sample data, should highlight "1 | c" in sheet2 as missing. somehow, ignore '3 | a' and do nothing.
thanks for helping.
sheet1
1 | a
1 | b
2 | a
2 | b
sheet2
1 | a
1 | b
1 | c
2 | a
2 | b
3 | a
the important part is the first column (those with numbers) and checking second column (those with alphabet). from the above sample data, should highlight "1 | c" in sheet2 as missing. somehow, ignore '3 | a' and do nothing.
thanks for helping.