I have used this formula in the past to check whether a condition was true in two columns. (Excel 2003) and it seemed to work fine.
I am trying to count the number of times I have the term 'R1' in column A, and the term 'Onshore' in column I.
=SUMPRODUCT(--(ISNUMBER(SEARCH("R1",'Process Extract'!$A$2:$A$10000))),--(ISNUMBER(SEARCH("Offshore",'Process Extract'!$I$2,$I$10000))))
I think the problem might lie in the fact that the terms R1 and Onshore are not embedded in longer strings.
Any help would be appreciated.
I am trying to count the number of times I have the term 'R1' in column A, and the term 'Onshore' in column I.
=SUMPRODUCT(--(ISNUMBER(SEARCH("R1",'Process Extract'!$A$2:$A$10000))),--(ISNUMBER(SEARCH("Offshore",'Process Extract'!$I$2,$I$10000))))
I think the problem might lie in the fact that the terms R1 and Onshore are not embedded in longer strings.
Any help would be appreciated.