Extracting the Time from the timestamp

The question relates to extracting the Time from the timestamp when the "Column Type" is "Auto-Number/System" and the the "System-generated Column" is "Created (Date)"


your assistance is greatly appreciated

Best Answer

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    Answer ✓

    Hi @Retail Experience ,

    To extract the time from a Created column try:

    =SUBSTITUTE(Created@row, DATEONLY(Created@row), "")

    To extract the date you would use:

    =DATEONLY(Created@row)

    Work?

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!