Forum Discussion
johunt
9 years agoNew Member
Error in FIND/SEARCH function
I keep getting the following error The search Text provided to function 'SEARCH' could not be found in the given text. when i put in this formula UK Region = IF(ISNUMBER(SEARCH("region",Table1[...
Hasan
9 years agoResolver I
Can you change your formula to IF(ISTEXT(SEARCH.........)
- johunt9 years agoNew Member
UK Region = IF(ISTEXT(SEARCH("Region",Table1[Region ])),"UK", "International")
The search Text provided to function 'SEARCH' could not be found in the given text.
Hi there
Changed it, but still the same error... pic attached ...