Skip to main content
My company wants to build a field that will calculate the time it takes to close our cases.  It currently stamps Date/Time in the fields.  Is this a MID function that exist as two behind-the-scenes formula fields and calculate the time total in a third visible field?
1 answer
  1. Apr 12, 2012, 5:14 PM
    Hmmm ok your formula would look something like this:

     

    (((closetime - opentime) * 24*60) + ((Hours(closedtime) - Hours(opentime)) * 60) + (Minutes(closedtime) - MINUTES(opentime)))
0/9000