I am trying to figure out how to extract a date from a text cell but not sure how to modify the formula when the date is single number (1, 2, etc) vs a two digit number (12, 13, etc) as the data I am extracting is in text format vs date format.
The date would look like:
Dec 1, 2024, 12:13:12 PM
Dec 10, 2024, 1:00:14 PM
I don't really need the time so I have been using =INT(LEFT(D186, 11) or =INT(LEFT(D186, 12) but would prefer one formula rather than having to modify it every time I paste in new data. Column D is where the date is in.
If anyone has any pointers, would be appreciated! Thanks.
The date would look like:
Dec 1, 2024, 12:13:12 PM
Dec 10, 2024, 1:00:14 PM
I don't really need the time so I have been using =INT(LEFT(D186, 11) or =INT(LEFT(D186, 12) but would prefer one formula rather than having to modify it every time I paste in new data. Column D is where the date is in.
If anyone has any pointers, would be appreciated! Thanks.