Hi all
I have the below text which is generated from a report (the length of the name can vary as this can be run be a few different people)
Generated on behalf of Tom Pitt on Tuesday, January 9, 2024 9:02:31 AM
What I am hoping to do is to extract the date and get it into a format (ie 01/02/24) so I can apply a formula to let the individual know how long it has been since the report has been run. I've started backwards in that I have the formula for this part but the extraction of the date is proving difficult for me. (image attached showing desired outcome once date can be extracted from the string)
My efforts so far have I have managed to get extract "January 9 2024 9:02:31 AM" by using =TRIM(SUBSTITUTE(MID(A4,SEARCH(",",A4),40),",","")) but I think I am going down the wrong path here....
Any help as always is most appreciated.
I have the below text which is generated from a report (the length of the name can vary as this can be run be a few different people)
Generated on behalf of Tom Pitt on Tuesday, January 9, 2024 9:02:31 AM
What I am hoping to do is to extract the date and get it into a format (ie 01/02/24) so I can apply a formula to let the individual know how long it has been since the report has been run. I've started backwards in that I have the formula for this part but the extraction of the date is proving difficult for me. (image attached showing desired outcome once date can be extracted from the string)
My efforts so far have I have managed to get extract "January 9 2024 9:02:31 AM" by using =TRIM(SUBSTITUTE(MID(A4,SEARCH(",",A4),40),",","")) but I think I am going down the wrong path here....
Any help as always is most appreciated.