"Hi there,
Just to provide some context, I'm currently working on creating a metrics sheet, and I'm looking to aggregate all the hours based on the Legal Team Member."
Formula's I have tried:
=HOURS(SUMIFS({SLA Hours}, {Legal Team Member}, "John Doe") * 24)
=TEXT(INT(SUMIFS({SLA Hours}, {Legal Team Member}, "John Doe") * 24 * 60) / 1440, "D \d\a\y\s, H \h\o\u\r\s, M \m\i\n\u\t\e\s, S \s\e\c\o\n\d\s")
References:
SLA Hours is referencing the " dd.hh.mm.ss" column
Legal Team Member is referencing the the " legal Team Member"column