I have 2 columns of data they are in A and C, then in column B I have the Vlookup formula
=IF(ISNA(VLOOKUP(A2,C:C,1,FALSE)),"No","Yes")
This brings back the right results in 1 spreadsheet but when I copy the data from columns in another spreadsheet the results are all "NO" even though there are matches, does anyone know why this is doing this??
Thanks,
=IF(ISNA(VLOOKUP(A2,C:C,1,FALSE)),"No","Yes")
This brings back the right results in 1 spreadsheet but when I copy the data from columns in another spreadsheet the results are all "NO" even though there are matches, does anyone know why this is doing this??
Thanks,