joemajestee
Programmer
Is there a worksheet function that can find a text string if it's in a range?
=somefunction("pdf",A1:C1) returns true or false
if I put the formula into d1 and copy down, it should look like this:
Thanks, Joe
=somefunction("pdf",A1:C1) returns true or false
if I put the formula into d1 and copy down, it should look like this:
Code:
xxx A B C D
1 mary jack pdf True
2 pdf nut jpg True
3 not here False
4 PDF not not True
5 apdf not h True
Thanks, Joe