Hi all,
I feel like I'm chasing my tail with something here and was hoping for some fresh creative insight
In A1 I have test1|test2
In A2 I have test2|test3
In B1 I have test2
In C6 I have =IF(IF(ISERROR(FIND("|",A:A )),A:A,LEFT(A:A,(FIND("|",A:A ))-1))=B1,"1","0")
with ctrl+alt+Ent
If B1 has a value of test1 then value of C6=1, if I change B1 to test2 I want for C6 to also show a 1 as test2 can also be found left of the | in A:A but I am not getting that hit.
Any pointers would be appreciated.
Thanks.
I feel like I'm chasing my tail with something here and was hoping for some fresh creative insight
In A1 I have test1|test2
In A2 I have test2|test3
In B1 I have test2
In C6 I have =IF(IF(ISERROR(FIND("|",A:A )),A:A,LEFT(A:A,(FIND("|",A:A ))-1))=B1,"1","0")
with ctrl+alt+Ent
If B1 has a value of test1 then value of C6=1, if I change B1 to test2 I want for C6 to also show a 1 as test2 can also be found left of the | in A:A but I am not getting that hit.
Any pointers would be appreciated.
Thanks.