I have a named ranged called streetTypes which coinsidentally contain a list of different street types eg street, road, rd, lane, drive, cres etc.
What would like to do is search a string for a match and display the starting position of the match - NOTE not just a boolean response.
Using the formula the below formula in col H (streetTypes named range in column J) the following result is displayed.
=SEARCH(streetTypes,G2)

While I am aware of why it is bugging out, I am unsure of how to fix.
Help anyone??