Column 3 is a Formula Field titled “Duration” where the Formula is Trip Start-Trip End
The formula result correctly outputs the duration in number of days, but the word “ago” is appended to the result, for example “3 days ago” even though the difference in dates is not “3 days ago” but “3 days”
Question: How do I either remove the word ‘ago’ from my result, or calculate the duration differently so that I see “X days” instead of “X days ago”?
I’m having the same issue where I would need to replace the word “ago” with a minus symbol. Instead of a difference between two dates, I’m calculating a difference between durations. @Jean_Pierre_Traets, would you mind giving me access to the doc so I can try and implement your solution? Thank you.
@Jean_Pierre_Traets, thanks a lot for your help with this I noticed that when converting duration to a number, it always converts “days” to units.
For example:
55 hrs and 12 minutes becomes “2.3”
Is there any way to change this so that it counts in hours?
So that the outcome would be something like 55.16