I have a device for reading blood pressure. For each reading it reports (along with blood pressure numbers) a timestamp in the format:
I want to extract just the date part (Jun 16 2019) which I will then convert to an excel date number (e.g. 43626).
How can I do this? Can it be done without VBA? I have a VBA solution but it causes Excel to ask me if I want to save changes every time I exit since it re-does that calculation every time even if nothing has changed. (At least I think that's why.)
Jun 16 2019 06:01:44
I want to extract just the date part (Jun 16 2019) which I will then convert to an excel date number (e.g. 43626).
How can I do this? Can it be done without VBA? I have a VBA solution but it causes Excel to ask me if I want to save changes every time I exit since it re-does that calculation every time even if nothing has changed. (At least I think that's why.)