I am trying to determine if a word appears in two separate columns in the same row. The difficulty is that I have to search for the word in both columns.
I have had success using {=sum(if(isnumber(find(WORD,array),1,0))} to find out how many times the word occurs in each column. However, I need to figure out if it occurs in the same row across two columns.
I have succesfully used the formula =IF(ISNUMBER(FIND(word,row))*AND(IF(ISNUMBER(FIND(word,row)),1,0)),1,0) to do it row by row, but I was wondering if there was a way to make this an array formula.
Any help will be greatly appreciated!
I have had success using {=sum(if(isnumber(find(WORD,array),1,0))} to find out how many times the word occurs in each column. However, I need to figure out if it occurs in the same row across two columns.
I have succesfully used the formula =IF(ISNUMBER(FIND(word,row))*AND(IF(ISNUMBER(FIND(word,row)),1,0)),1,0) to do it row by row, but I was wondering if there was a way to make this an array formula.
Any help will be greatly appreciated!