Convert UTC timestamp to Excel datetime
To convert a UTC timestamp to a value that Excel can recognize as a date and time (a datetime), you can use a formula based on the SUBSTITUTE function. In the worksheet shown, the formula in cell D5 looks like this: =--SUBSTITUTE(SUBSTITUTE(B5,"T"," …Read more