Extract text - country from address

Hi,

How could I extract text - country from address field?

221B Baker St, London NW1 6XE, UK

It should return value after last comma, and remove/trim the space value before UK.

I am struggling with Extract function here.

Thank you.

Solved Solved
0 3 713
1 ACCEPTED SOLUTION

Please try 

INDEX( SPLIT([Address], ", "), COUNT( SPLIT([Address], ", ")))

View solution in original post

3 REPLIES 3

Please try 

INDEX( SPLIT([Address], ", "), COUNT( SPLIT([Address], ", ")))

Hi Sir,

 

Perfect!

Many thanks, and for the book as well - enjoying it so much :).

You are welcome. Thank you very much for your appreciation.