Skip to main content

2025/02/04 9:13  to 553

 

I want to store in a formula field.  

Like this: ((9x60)+ 13) = 553

3 respuestas
  1. 18 feb 2025, 4:55

    Hi! You can replace CreatedDate in the below formula with the date time field that you are referencing,  

     

     

    HOUR( TIMEVALUE( CreatedDate ) ) * 60 + MINUTE( TIMEVALUE( CreatedDate ) )

0/9000