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! Go to Solution.
Please try
INDEX( SPLIT([Address], ", "), COUNT( SPLIT([Address], ", ")))
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.
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |