DRSteele
Well-known Member
- Joined
- Mar 31, 2015
- Messages
- 2,654
- Office Version
- 365
- Platform
- Windows
Can someone please help me?
I need a formula for the red column. I wish to identify the rows where the Value equals or exceeds 20 and is part of a streak of at least 4 rows where the Value equals or exceeds 20. Here I used 1s and 0s in a helper column to identify the desired result. Eventually, I would like the formula to be usable in Conditional Formatting and eliminate the need for the helper column.
I need a formula for the red column. I wish to identify the rows where the Value equals or exceeds 20 and is part of a streak of at least 4 rows where the Value equals or exceeds 20. Here I used 1s and 0s in a helper column to identify the desired result. Eventually, I would like the formula to be usable in Conditional Formatting and eliminate the need for the helper column.
00 HTML Conversions.xlsm | ||||
---|---|---|---|---|
A | B | |||
1 | streak | 4 | ||
2 | hurdle | 20 | ||
3 | ||||
4 | Value | Part of Streak? | ||
5 | 21.0 | 1 | ||
6 | 21.0 | 1 | ||
7 | 21.0 | 1 | ||
8 | 20.0 | 1 | ||
9 | 18.3 | 0 | ||
10 | 16.7 | 0 | ||
11 | 22.8 | 0 | ||
12 | 25.0 | 0 | ||
13 | 0.0 | 0 | ||
14 | 22.2 | 1 | ||
15 | 25.0 | 1 | ||
16 | 28.9 | 1 | ||
17 | 20.0 | 1 | ||
18 | 17.8 | 0 | ||
19 | 16.1 | 0 | ||
20 | 20.0 | 1 | ||
21 | 23.3 | 1 | ||
22 | 30.0 | 1 | ||
23 | 20.0 | 1 | ||
24 | 16.1 | 0 | ||
25 | 15.6 | 0 | ||
26 | 8.9 | 0 | ||
27 | 13.9 | 0 | ||
28 | 16.7 | 0 | ||
29 | 20.0 | 1 | ||
30 | 22.8 | 1 | ||
31 | 22.2 | 1 | ||
32 | 20.6 | 1 | ||
33 | 22.8 | 1 | ||
34 | 30.0 | 1 | ||
Sheet18 |
Last edited by a moderator: