Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

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

  • ✭✭✭✭✭✭
    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!

Trending in Formulas and Functions