Hello
Can I use FIND function to find specific string in a single cell? I'm looking for string .??. ? - is number from 0-9.
Example
A1:
"The cost is 5.00." - in this case string is .00.
B1:
"The cost is 7.95." - in this case string is .95.

Thank you