Is there a way to check for a space between a non-number character, a period, and the next non-number character? In other words, I want to check text cells to make sure I don't have something like, "Attain the ridge line at 0.25 miles.Once there, head north."
I want Excel to find "miles.Once" but not "0.25." Then I want to insert a space so that it become "miles. Once"
It seems like I need to add a condition to a statement like this:
=TRIM(SUBSTITUTE(A2,".",". "))
Thank you in advance for your help.
Daniel
I want Excel to find "miles.Once" but not "0.25." Then I want to insert a space so that it become "miles. Once"
It seems like I need to add a condition to a statement like this:
=TRIM(SUBSTITUTE(A2,".",". "))
Thank you in advance for your help.
Daniel