You need to sign in to do that
Don't have an account?

Formula for Task Duration
Hi everyone,
I'm looking for assistance in creating a formula that will display the duration of an opportunity task. I want to display the number of days from when the task was created until today, still open or already closed.
Any help would be appreciated.
Thanks
You could also use the slightly more effecient:
But that still lends itself to the question... What happens if the task is modified after closing?
All Answers
NOW() - CreatedDate
That is the formula. Remember that the type of formula should be a number even though you are dealing with a date.
Let me know it there are any problems with that.
You might want to use something like this
Which edition of SFDC are you on?
You could also use the slightly more effecient:
But that still lends itself to the question... What happens if the task is modified after closing?