I have a range. The cells contain a string in them.
The string consists of a date (mm/dd/yyyy) and either 1 of two words: Yes or No.
Example:
<tbody>
07/22/2015 - No
</tbody>
They are in a single cell, in a single column.
Regardless of I need to extract the date preceding the " - " from...