Hello Forum,
We are trying to determine the minutes spent for a number of rows per device, but only when the minutes spent is categorized as a "true positive."
So our logic looks like this:
add minutes if (device name) and (true positive) then subtract (start time) from (end time)
device name = G16
true positive = sheet1!column_I
start time = sheet1!column_c
end time = sheet1!column_b
based on the assistance already received on a posting from Mr Excel as well as an article that touches on parts of this we came up with:
=SUMPRODUCT(((Sheet1!A$13150:A$13944=G16)+(Sheet1!I$13150:I$13944="True Positive")),((Sheet1!C$13150:C$13944)-(Sheet1!B$13150:B$13944)))
...but this seems to not actually perform the way we thought.
We are hoping to get the total minutes spent on a device when it is a true positive
any advice?
thank you in advance
Leilah
We are trying to determine the minutes spent for a number of rows per device, but only when the minutes spent is categorized as a "true positive."
So our logic looks like this:
add minutes if (device name) and (true positive) then subtract (start time) from (end time)
device name = G16
true positive = sheet1!column_I
start time = sheet1!column_c
end time = sheet1!column_b
based on the assistance already received on a posting from Mr Excel as well as an article that touches on parts of this we came up with:
=SUMPRODUCT(((Sheet1!A$13150:A$13944=G16)+(Sheet1!I$13150:I$13944="True Positive")),((Sheet1!C$13150:C$13944)-(Sheet1!B$13150:B$13944)))
...but this seems to not actually perform the way we thought.
We are hoping to get the total minutes spent on a device when it is a true positive
any advice?
thank you in advance
Leilah