I want to use a wildcard (?) in an isnumber statment and it is returning an error.
cell: a1 = SEWM
cell: a2 = isnumber(search("SW",a1)
results in false (because SW are not next to each other in cell a1. Help screens suggest I can use wildcard (?) to show any sequence in search text - doesn't seem to work. Tried =isnumber(search(?"SW",a1)
cell: a1 = SEWM
cell: a2 = isnumber(search("SW",a1)
results in false (because SW are not next to each other in cell a1. Help screens suggest I can use wildcard (?) to show any sequence in search text - doesn't seem to work. Tried =isnumber(search(?"SW",a1)