Chookz
Board Regular
- Joined
- May 9, 2011
- Messages
- 95
Hey all,
I am looking to select a column range up until the character "-" is encountered.
The array is C8 to C17.
I tried the following:
=OFFSET(C8, 0, 0, MATCH("-", C8:C17, 1)-1, 1)
But wasn't quite working as expected.
Any help would be much appreciated
Cheers
I am looking to select a column range up until the character "-" is encountered.
The array is C8 to C17.
I tried the following:
=OFFSET(C8, 0, 0, MATCH("-", C8:C17, 1)-1, 1)
But wasn't quite working as expected.
Any help would be much appreciated
Cheers