I want to determine if a cell has one of these number formats within the cell:
###.##
###
###.#
Example:
048.4
The data is most likely a string, as it came from a PDF.
I'm trying to use Find() but it doesn't appear to accept regex.
What's the best solution for this, while trying to avoid 3rd party plugins?
