P
Paul Martin
Hi all
If I have in Column A a list of countries such as:
Australia
USA/Australia
USA/UK/Germany
USA
I want in Column B a list of just the first listed country. I have a
solution which seems pretty clunky and am wondering how to improve on
it. My formula looks like this:
=IF(A1="", "", IF(ISERROR(FIND("/", A1)), A1, LEFT(A1, FIND("/",
A1)-1)))
Any suggestions are appreciated. TIA.
Paul Martin
Melbourne, Australia
If I have in Column A a list of countries such as:
Australia
USA/Australia
USA/UK/Germany
USA
I want in Column B a list of just the first listed country. I have a
solution which seems pretty clunky and am wondering how to improve on
it. My formula looks like this:
=IF(A1="", "", IF(ISERROR(FIND("/", A1)), A1, LEFT(A1, FIND("/",
A1)-1)))
Any suggestions are appreciated. TIA.
Paul Martin
Melbourne, Australia