Hi all,
I'm a little stuck with a formula.
Sample data is below. Basically what I'm hoping to get is the 2nd largest value from columns containing "on-going" in their title. I can't use an INDEX/MATCH formula because sometimes, 'initial' and 'ongoing' rows have the same values.
<tbody>
</tbody>
Any help would be appreciated!
I'm a little stuck with a formula.
Sample data is below. Basically what I'm hoping to get is the 2nd largest value from columns containing "on-going" in their title. I can't use an INDEX/MATCH formula because sometimes, 'initial' and 'ongoing' rows have the same values.
A | B | C | D | E | F | |
1 | Arts & crafts | Lifestyle | Sports | Collection | Observation | |
2 | Ad (initial) | 54 | 45 | 89 | 67 | 88 |
3 | Ad (ongoing) | 32 | 67 | 54 | 55 | 38 |
4 | Newsletter (initial) | 34 | 90 | 50 | 99 | 93 |
5 | Newsletter (ongoing) | 12 | 100 | 49 | 320 | 150 |
6 | Flyer (initial) | 3 | 146 | 11 | 349 | 583 |
7 | Flyer (ongoing) | 54 | 31 | 7 | 400 | 230 |
<tbody>
</tbody>
Any help would be appreciated!