Please help!!!
I am currently working with this formula,
=IF(ISNA(MATCH(A2,Database!B:B,0)),"No match","") - its working well, pretty much it tells me "No match" when it can't find a value on the second column.
BUT now I also need for it to be able to discriminate between values. I want...