I have the following formula,
=IF(Log!A:A=Sheet2!A3,IF(Log!J:J>0,"Yes","No"))
Column A in "Log" has names of Countries, in Sheet 2, cell A3, it is the name of one particular Country, in Column J in "Log" it has dates.
I simply want to match the Country name and if any dates in column J are on the same row as my Country name, the answer should be "Yes", if the cell is blank or less than 0, it should state "No".
I have tested this and it works fine, however in one workbook, it keeps returning FALSE, I have made sure I have formatted the cells via paste special, values. There should be no reason why this should not work, so obviously I am missing something silly here and not sure if anyone can help?
=IF(Log!A:A=Sheet2!A3,IF(Log!J:J>0,"Yes","No"))
Column A in "Log" has names of Countries, in Sheet 2, cell A3, it is the name of one particular Country, in Column J in "Log" it has dates.
I simply want to match the Country name and if any dates in column J are on the same row as my Country name, the answer should be "Yes", if the cell is blank or less than 0, it should state "No".
I have tested this and it works fine, however in one workbook, it keeps returning FALSE, I have made sure I have formatted the cells via paste special, values. There should be no reason why this should not work, so obviously I am missing something silly here and not sure if anyone can help?