Hi,
I've trying to develop the search function in formula which it bring innocent result or zero. So I hope you will able to help. So one example of line of code which I've used in SUMPRODUCT, for example.
(ISNUMBER(SEARCH({"Rottweiller", "Beagle", "Bulldog", "Greyhound", "Poodle"},'Dog Data'!C:C))
So The line above, it work with return number. But I've developing something else which Just in case I might need add dog breed which I do not have to modify the code. So the table below that I'm looking for
Dog Breed
Rottweiller
Beagle
Bulldog
Greyhound
Poodle
I've highlight eg F3:F7 which I've use DogBreed in Name Manager in formula.
So I've add DogBreed in line of code below
(ISNUMBER(SEARCH(DogBreed,'Dog Data'!C:C))
But the problem is it return zero? Have I enter code wrong?
Please may I ask you with help of example of code
Many Thank
I've trying to develop the search function in formula which it bring innocent result or zero. So I hope you will able to help. So one example of line of code which I've used in SUMPRODUCT, for example.
(ISNUMBER(SEARCH({"Rottweiller", "Beagle", "Bulldog", "Greyhound", "Poodle"},'Dog Data'!C:C))
So The line above, it work with return number. But I've developing something else which Just in case I might need add dog breed which I do not have to modify the code. So the table below that I'm looking for
Dog Breed
Rottweiller
Beagle
Bulldog
Greyhound
Poodle
I've highlight eg F3:F7 which I've use DogBreed in Name Manager in formula.
So I've add DogBreed in line of code below
(ISNUMBER(SEARCH(DogBreed,'Dog Data'!C:C))
But the problem is it return zero? Have I enter code wrong?
Please may I ask you with help of example of code
Many Thank