I am trying to create a formula that IF A2 in sheet 1 is equal to any cell in Sheet 2 but in the same column, it will say no change. Otherwise it will say change.
This is what I try to do
=IF(VLOOKUP(A1,'Sheet2'!A:A,TRUE),"No Change","Change")
Could anyone help me see what I am doing wrong?
Thank you!
This is what I try to do
=IF(VLOOKUP(A1,'Sheet2'!A:A,TRUE),"No Change","Change")
Could anyone help me see what I am doing wrong?
Thank you!