Hi,
I have a series of dates that include the day and the date:
<tbody>
Mon, 3/4/2020
Tue, 3/12/2020
Wed, 3/20/2020
Thu, 3/28/2020
</tbody>
I need to calculate the number of says between the dates, but to do that need to get the date out of the cell and keep it as a date.
I tried...