Skip to main content

Hi All

 

Hope you are well. I need some help on my formala or method.

I am calculating how long it took for a unique reg for a unique day and driver to the the movement.

I tired the formula below but didnt work. The coloumn in Red is what I need.

Is there a solution to this. I have attached the sheet

 

Difference between unique times

thanks

5 answers
  1. Oct 23, 2017, 2:42 PM

    Hi A.J.,

     

    If you could try adding this calc to the sheet:

     

    IF [Time] = {FIXED [First Name], [Regn] : MAX([Time])} AND {FIXED [First Name], [Regn] : COUNTD([Time])} > 1 THEN

        {FIXED [First Name], [Regn] : MAX([Time]) - MIN([Time])}

    ELSE NULL

    END

     

    Also, you may need to format the field using hh:mm:ss format. Let me know how that works!

0/9000