R
robisc
I have 2 columns of data, they are in A and B, the data format exampl
is :
RA1089163
Column B has some of the same numbers as column A but fewer, I want t
know what numbers from column B match column A
I have used this forumla before:
=IF(ISNA(VLOOKUP(A2,b:b,1,FALSE)),"No","Yes")
This is in column C.
This formula works in a spreadsheet I have saved, but when I copy th
"real" data from another spreadsheet into this one that works I get th
resluts of "NO" even though I know there is some matching data, now if
fill the cells manually with the same data that is there already i
works, anyone have any ideas? Also it doesn't work if I copy th
Vlookup into the spreadsheet with the correct data, I'm wondering i
this is some sort of foramatting issue? Any help is appreciated
is :
RA1089163
Column B has some of the same numbers as column A but fewer, I want t
know what numbers from column B match column A
I have used this forumla before:
=IF(ISNA(VLOOKUP(A2,b:b,1,FALSE)),"No","Yes")
This is in column C.
This formula works in a spreadsheet I have saved, but when I copy th
"real" data from another spreadsheet into this one that works I get th
resluts of "NO" even though I know there is some matching data, now if
fill the cells manually with the same data that is there already i
works, anyone have any ideas? Also it doesn't work if I copy th
Vlookup into the spreadsheet with the correct data, I'm wondering i
this is some sort of foramatting issue? Any help is appreciated