Is it possible to reduce the length of each value to my desired range and do a find.

possible to right(range("A2:A9"),4).find("something") ? so that each of the values in that range that the find is looking at contains only the last 4 letters/numbers.