Looking to return an answer when text in a different cell contains the same text. I as using the below formula, but it does not seem to be working.
=IF(ISNUMBER(FIND(A62,Licenses)),"YES","NO")
NOTE,the actual text in A62 may not exactly equal "Licenses", but instead may contain that text along with other words as well.
I am using FIND because it do not want the search to be case sensitive.
What seems to be wrong with my formula?
Thanks in advance you your help.
=IF(ISNUMBER(FIND(A62,Licenses)),"YES","NO")
NOTE,the actual text in A62 may not exactly equal "Licenses", but instead may contain that text along with other words as well.
I am using FIND because it do not want the search to be case sensitive.
What seems to be wrong with my formula?
Thanks in advance you your help.