M
mr tom
Hi,
I've got a string of names fillowed by unique IDs, e.g.
Arthur Dent (ArD01)
Ford Prefect (BA) London (FP02)
Harry Potter (HP3)
Inspector Morse (Det Supt) Oxford (Morsie12)
I need to return the unique IDs, e.g:
ArD01
FP02
HP3
Morsie12
I need to do this by formula as it's to feed a VLOOKUP.
I'd normally use a FIND on the ( and the ), but the cases with two sets of
brackets preclude this. There may even be several set of brackets. I need
the rightmost. The string and the unique ID can be ay length. Any ideas?
Cheers,
Tom.
I've got a string of names fillowed by unique IDs, e.g.
Arthur Dent (ArD01)
Ford Prefect (BA) London (FP02)
Harry Potter (HP3)
Inspector Morse (Det Supt) Oxford (Morsie12)
I need to return the unique IDs, e.g:
ArD01
FP02
HP3
Morsie12
I need to do this by formula as it's to feed a VLOOKUP.
I'd normally use a FIND on the ( and the ), but the cases with two sets of
brackets preclude this. There may even be several set of brackets. I need
the rightmost. The string and the unique ID can be ay length. Any ideas?
Cheers,
Tom.