The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Oct 26, 2018 04:17 AM
Hey guys,
this seems such an easy thing to do, so I am kinda embarrassed to ask. But I can’t find a solution here, neither could I solve it by myself, so your help is much appreciated. :slightly_smiling_face:
The Problem
I have 3 columns:
I want to add in Planning the ET value if Today is checked. IF(Today = 1,ET) does the trick.
But it gives out a numeric value. For example, 0:45 will be 2700 in Planning. Clearly I could divide by 60 to get the minute value but I want to format Planning in the same format h:mm than ET is. And I can’t get it done?! :flushed:
Can anyone help?
Thanks!
cR
Oct 26, 2018 10:14 AM
Check the Formatting tab on the field settings:
Also, you can use simply IF(Today,ET)
.
Oct 26, 2018 12:31 PM
@Elias_Gomez_Sainz OMG #lol I can’t believe I tried for an hour with this DATETIME_FORMAT command #facepalm - Sometimes solutions are so easy. Thanks for pointing me to the formatting tab :winking_face: Problem solved!
cR