Forum Discussion

scaffnull's avatar
scaffnull
Brass Contributor
Jul 25, 2022
Solved

Get the total time between multiple timestamps during the day

Hi,    I'm trying to find a way to get the hours between the first login (timestamp) that the employee did and the last when the person left the office.    If you see the attached picture, the pe...
  • mtarler's avatar
    mtarler
    Jul 25, 2022

    scaffnull  Just saw your question about additional names. Here is a table for days and names:

    =MAXIFS(Table1[Time],Table1[Date],F3#,Table1[Name],G2#)-MINIFS(Table1[Time],Table1[Date],F3#,Table1[Name],G2#)

    Were Table1 is were the data is, F3# is a formula =UNIQUE(Table1[Date]) with all the unique dates and the G2# is a formula with all the unique names.

    See attached.

Resources