Hi Stefi,
Text-to-Columns will not work in this instance. Some people only have 1
forename, others have 4 (see below for result of using text to cols).
Largely they only have 1 surname, so I managed to extract that using
=IF(O3<>0,O3,IF(N3<>0,N3,IF(M3<>0,M3,IF(L3<>0,L3,IF(K3<>0,K3,IF(J3<>0,J3,IF(I3<>0,I3,"false")))))))
I now need to get all the forenames in one column.
ROBERT E AGNEW
W H S HYDE
RICHARD KEYS
CHARLES KNIPE
WILLIAM JOHN LYONS
HAROLD PRICE
SUSAN ELIZABETH ANN BOYD
Thanks!
Charlotte
> Try this:
> Select column containing whole names
[quoted text clipped - 4 lines]
> Regards,
> Stefi