3G
Member
Hi there,
I'm trying to figure out the % of time for a specific interval based on the total length of time for a task. For example, here's my data:
These are intervals of time BETWEEN two tasks. I need the metric of % of time for intervals between tasks.
Int 1 ||Int 2 ||Int 3 ||Int 4 ||Int 5 ||Total length
00:00:02||00:01:15||02:23:35||00:04:31 ||00:18:39 ||04:01:01
So, for example, 2 seconds (Int 1) is X % of 4 days, 1 hr, and 1 minute n(Total length). However, the % don't add up to 100. Wondering if someone can help me figure out what I'm overlooking. I've tried DATEDIF, and basic TEXT() type functions, but I'm just plain ole bombing.
Thanks!
3G
I'm trying to figure out the % of time for a specific interval based on the total length of time for a task. For example, here's my data:
These are intervals of time BETWEEN two tasks. I need the metric of % of time for intervals between tasks.
Int 1 ||Int 2 ||Int 3 ||Int 4 ||Int 5 ||Total length
00:00:02||00:01:15||02:23:35||00:04:31 ||00:18:39 ||04:01:01
So, for example, 2 seconds (Int 1) is X % of 4 days, 1 hr, and 1 minute n(Total length). However, the % don't add up to 100. Wondering if someone can help me figure out what I'm overlooking. I've tried DATEDIF, and basic TEXT() type functions, but I'm just plain ole bombing.
Thanks!
3G