joshman108
Active Member
- Joined
- Jul 6, 2016
- Messages
- 310
I want to know if string "thislp" contains substring "lp".
I know I can use
if(isnumber(search("*lp*",a1)),"true","false")
but is there another way to do this? I just mean I'm wondering if there is a specific formula for such a task other than using wildcards. Thanks!!
I know I can use
if(isnumber(search("*lp*",a1)),"true","false")
but is there another way to do this? I just mean I'm wondering if there is a specific formula for such a task other than using wildcards. Thanks!!