nightracer
Board Regular
- Joined
- May 17, 2004
- Messages
- 147
- Office Version
- 365
Hi all, I'm trying to return the character position of "(" in each cell working from the right hand side, so for example:
Cell A1
John Smith (GB) (22.13)
Cell A2
Adrian Blackshaw (IRE) (4.2)
Cell A3
Patrick Lourel (103.00)
So I just want the position of the final "(" in the string (before the numbers) in each case?
Some cells will have more than one "(" as above, others only one "(".
I've tried LEN, FIND etc but can't get it to work?
Many thanks
N
Cell A1
John Smith (GB) (22.13)
Cell A2
Adrian Blackshaw (IRE) (4.2)
Cell A3
Patrick Lourel (103.00)
So I just want the position of the final "(" in the string (before the numbers) in each case?
Some cells will have more than one "(" as above, others only one "(".
I've tried LEN, FIND etc but can't get it to work?
Many thanks
N