Forum Discussion

AngelikiEfth's avatar
AngelikiEfth
Copper Contributor
Nov 12, 2020
Solved

Extracting Time from a Day-Month-Date-Time-Year value in Excel

I have a table with data like this: Wed Jan 23 23:58:50 2019. How do I extract only the time? Please help me on this. Most grateful!!!
  • PReagan's avatar
    Nov 12, 2020

    Hello AngelikiEfth,

     

    As a variant, that could be:

    =TIMEVALUE(MID(A1,FIND(":",A1)-2,8))

     

Resources