Hi,
I've got a list of 2000 items in sheet1 col A and in another sheet I've cut and pasted the contents of a text file there (sheet2). What I'd like to do is to check whether the items in the list are present in that file. I've tried using IF(COUNTIF etc.) but the problem is that it checks to see if the value of the cell matches a cell in sheet2.
In this case the value from the first sheet will not exactly match what is in the second sheet because there will be lots of other data in the same cell.
So for example in my list in col A I have the value BA01 and in the second sheet, there will be a cell which contains the text:-
932 JOB 00:00 - - A UKDOSVS FTP UK-REPS FTBA01AC FTBA01AC 02/10/2012 00:15:50
In this case I'd like BA01 in the first sheet to be have a one associated to it (or a "Y") but using IF(countif() doesn't seem to work unless the cell only contains "BA01".
What am I doing wrong?
TIA
Tony
I've got a list of 2000 items in sheet1 col A and in another sheet I've cut and pasted the contents of a text file there (sheet2). What I'd like to do is to check whether the items in the list are present in that file. I've tried using IF(COUNTIF etc.) but the problem is that it checks to see if the value of the cell matches a cell in sheet2.
In this case the value from the first sheet will not exactly match what is in the second sheet because there will be lots of other data in the same cell.
So for example in my list in col A I have the value BA01 and in the second sheet, there will be a cell which contains the text:-
932 JOB 00:00 - - A UKDOSVS FTP UK-REPS FTBA01AC FTBA01AC 02/10/2012 00:15:50
In this case I'd like BA01 in the first sheet to be have a one associated to it (or a "Y") but using IF(countif() doesn't seem to work unless the cell only contains "BA01".
What am I doing wrong?
TIA
Tony