May 12, 2020 01:47 AM
Hello,
I have 2 fields, Collaborator and Formula. When I select a collaborator(any) I want the formula to show last modified time.
Similar to this(this is for a checkbox, so it doesn’t work):
IF({PAGO} = 1, LAST_MODIFIED_TIME({PAGO}))
I have been messing arround with the formula but to no sucess.
Thank you in advance.
Solved! Go to Solution.
May 12, 2020 07:57 AM
Change it to something like this:
IF({Delivered By},DATETIME_FORMAT({Delivery Date},'M/D/YYYY'),"")
And all the supported format specifiers for DATETIME_FORMAT are listed here:
May 12, 2020 08:07 AM
It is working! Thank you very much :winking_face:
Fantastic.