Hello all,
I work a lot with urls and I am currently stuck. I'm hoping someone can help!
In the example below I have two searches *cart* and *coupons*.
I normally use this
=IF(TYPE(HLOOKUP(B$2,$C5:$K5,1,FALSE))=2, 1,IF(TYPE(HLOOKUP(B$3,C5:$K5,1,FALSE))=2, 1,0))
to find if either search...