Mujubie717
New Member
- Joined
- Jul 23, 2023
- Messages
- 8
- Office Version
- 2016
- Platform
- Windows
Hello Everyone,
Good morning/afternoon/evening,
I am trying to count the duration of the sequence events of (active or 1) or (idle or 0), get the results from the trial & error experiment. Finally, I got the result from the maximum values of both events only.
Unfortunately, after several times beeping the formula, I couldn't find any better answer to fulfill my expected result of the minimum duration of both active and idling events. Further, I also want to count the total cycle of both events (without any help Column).
Effort and help are much appreciated.
Thanks in advance.
Good morning/afternoon/evening,
I am trying to count the duration of the sequence events of (active or 1) or (idle or 0), get the results from the trial & error experiment. Finally, I got the result from the maximum values of both events only.
Unfortunately, after several times beeping the formula, I couldn't find any better answer to fulfill my expected result of the minimum duration of both active and idling events. Further, I also want to count the total cycle of both events (without any help Column).
Effort and help are much appreciated.
Thanks in advance.
ASK2.xlsx | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | |||
1 | 9 | The longest Active [1] | =MAX(FREQUENCY(IF(B7:B57<>0,ROW(B7:B57)),IF(B7:B46=0,ROW(B7:B57)))) | |||||||||||||||||||||
2 | 0 | The shortest Active [1] | =MIN(FREQUENCY(IF(B8:B57<>0,ROW(B8:B57)),IF(B8:B47=0,ROW(B8:B57)))) | |||||||||||||||||||||
3 | 7 | The longest Idle time [0] | =MAX(FREQUENCY(IF(B7:B57<>0,"",ROW(B7:B57)),IF(B7:B57=0,"",ROW(B7:B57)))) atau '=MAX(FREQUENCY(IF(B7:B57<>1,ROW(B7:B57)),IF(B7:B57=1,ROW(B7:B57)))) | |||||||||||||||||||||
4 | 0 | The shortest idle time [0] | =MIN(FREQUENCY(IF(B8:B57<>0,"",ROW(B8:B57)),IF(B8:B57=0,"",ROW(B8:B457)))) | |||||||||||||||||||||
5 | Number active cycles [1] | |||||||||||||||||||||||
6 | Number idling cycles [0] | |||||||||||||||||||||||
7 | ||||||||||||||||||||||||
8 | 1 | 0 | ||||||||||||||||||||||
9 | 2 | 1 | ||||||||||||||||||||||
10 | 3 | 1 | ||||||||||||||||||||||
11 | 4 | 1 | ||||||||||||||||||||||
12 | 5 | 1 | ||||||||||||||||||||||
13 | 6 | 1 | ||||||||||||||||||||||
14 | 7 | 1 | ||||||||||||||||||||||
15 | 8 | 1 | ||||||||||||||||||||||
16 | 9 | 0 | ||||||||||||||||||||||
17 | 10 | 0 | ||||||||||||||||||||||
18 | 11 | 0 | ||||||||||||||||||||||
19 | 12 | 1 | ||||||||||||||||||||||
20 | 13 | 1 | ||||||||||||||||||||||
21 | 14 | 1 | ||||||||||||||||||||||
22 | 15 | 0 | ||||||||||||||||||||||
23 | 16 | 0 | ||||||||||||||||||||||
24 | 17 | 1 | ||||||||||||||||||||||
25 | 18 | 1 | ||||||||||||||||||||||
26 | 19 | 1 | ||||||||||||||||||||||
27 | 20 | 0 | ||||||||||||||||||||||
28 | 21 | 0 | ||||||||||||||||||||||
29 | 22 | 0 | ||||||||||||||||||||||
30 | 23 | 1 | ||||||||||||||||||||||
31 | 24 | 1 | ||||||||||||||||||||||
32 | 25 | 1 | ||||||||||||||||||||||
33 | 26 | 0 | ||||||||||||||||||||||
34 | 27 | 0 | ||||||||||||||||||||||
35 | 28 | 1 | ||||||||||||||||||||||
36 | 29 | 1 | ||||||||||||||||||||||
37 | 30 | 1 | ||||||||||||||||||||||
38 | 31 | 0 | ||||||||||||||||||||||
39 | 32 | 0 | ||||||||||||||||||||||
40 | 33 | 1 | ||||||||||||||||||||||
41 | 34 | 1 | ||||||||||||||||||||||
42 | 35 | 0 | ||||||||||||||||||||||
43 | 36 | 0 | ||||||||||||||||||||||
44 | 37 | 0 | ||||||||||||||||||||||
45 | 38 | 0 | ||||||||||||||||||||||
46 | 39 | 0 | ||||||||||||||||||||||
47 | 40 | 0 | ||||||||||||||||||||||
48 | 41 | 0 | ||||||||||||||||||||||
49 | 42 | 1 | ||||||||||||||||||||||
50 | 43 | 1 | ||||||||||||||||||||||
51 | 44 | 1 | ||||||||||||||||||||||
52 | 45 | 1 | ||||||||||||||||||||||
53 | 46 | 1 | ||||||||||||||||||||||
54 | 47 | 1 | ||||||||||||||||||||||
55 | 48 | 1 | ||||||||||||||||||||||
56 | 49 | 1 | ||||||||||||||||||||||
57 | 50 | 1 | ||||||||||||||||||||||
AKTIF_STOP |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1 | B1 | =MAX(FREQUENCY(IF(B8:B57<>0,ROW(B8:B57)),IF(B8:B47=0,ROW(B8:B57)))) |
B2 | B2 | =MIN(FREQUENCY(IF(B8:B57<>0,ROW(B8:B57)),IF(B8:B47=0,ROW(B8:B57)))) |
B3 | B3 | =MAX(FREQUENCY(IF(B8:B57<>0,"",ROW(B8:B57)),IF(B8:B57=0,"",ROW(B8:B457)))) |
B4 | B4 | =MIN(FREQUENCY(IF(B8:B57<>0,"",ROW(B8:B57)),IF(B8:B57=0,"",ROW(B8:B457)))) |
A9:A57 | A9 | =A8+1 |
Press CTRL+SHIFT+ENTER to enter array formulas. |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B8:B48 | Other Type | Color scale | NO | |
B49:B57 | Other Type | Color scale | NO |