Hello.
I have cells that contain dates in the following formats:
"9/13-"
"9/13-9/14"
"-9/14"
What I am trying to determine is if I can force the "hyphen" into the cell. So if I type:
"9/13"
The format will auto-update to:
"9/13-"
I formulas that are based on that "-" being there.
How can...