I'm trying to return the cell contents -1 column away from the first occurrence of a repeating text string... See below for an example. I've tried using various combinations of offset and match to no avail.
sample # | data 1 | data 2 | data 3 | data 4 | data 5 | etc | ||
1 | return contents of orange text here | 3 | 4 | 5 | na | na | ||
2 |
| 10 | 8 | na | na | na | ||
3 |
| 16 | na | na | na | na | ||
etc |
|