How to convert the below text to a date format the current format of the text is general if i try convert the text to date by right clicking the cell and selecting
Try,
=DATEVALUE(TRIM(LEFT(SUBSTITUTE(A2, " ", REPT(" ", 99)), 299)))+TIMEVALUE(LEFT(RIGHT(A2,21), 12))
If you are trying to recover the UTC, then some further parsing of the UTC differential would be necessary.