S sdsurzh Member Sep 18, 2012 #1 Hi, I want to extract pincode from the below address. AVENIDA TECNOLÓGICO S/N ENTRE TECNOLÓGICO Y URBANISTAS COL. SAN LUIS C. P. 20190 AGUASCALIENTES, AGS. TERRENO Thanks in advance, Suresh Kumar S
Hi, I want to extract pincode from the below address. AVENIDA TECNOLÓGICO S/N ENTRE TECNOLÓGICO Y URBANISTAS COL. SAN LUIS C. P. 20190 AGUASCALIENTES, AGS. TERRENO Thanks in advance, Suresh Kumar S
K kaushik03 Member Sep 18, 2012 #2 Hi Suresh, Please see the below thread: http://chandoo.org/wp/2012/06/19/extract-numbers-from-text-excel/ Kaushik
Hi Suresh, Please see the below thread: http://chandoo.org/wp/2012/06/19/extract-numbers-from-text-excel/ Kaushik
S sdsurzh Member Sep 18, 2012 #3 Thanks Kaushik, I have already gone through the thread. But for the below case it is not working AVENIDA TECNOLÓGICO S/N 15 ENTRE TECNOLÓGICO Y URBANISTAS COL. SAN LUIS C. P. 20190 AGUASCALIENTES, AGS. TERRENO. Since the 15 street # is coming it shows #value. Help me, Thanks, Suresh Kumar S
Thanks Kaushik, I have already gone through the thread. But for the below case it is not working AVENIDA TECNOLÓGICO S/N 15 ENTRE TECNOLÓGICO Y URBANISTAS COL. SAN LUIS C. P. 20190 AGUASCALIENTES, AGS. TERRENO. Since the 15 street # is coming it shows #value. Help me, Thanks, Suresh Kumar S
K kaushik03 Member Sep 18, 2012 #4 Hi Suresh, I believe 20190 is your PIN code and this will always be in 5 digit format. Can you plz clarify if the PIN code is always followed by P. or P. is a part of "SAN LUIS C. P." If P. is not a part of "SAN LUIS C. P." then follwing should work: =MID(A1,SEARCH("P.",A1)+3,5)....[A1 is your text] Looking forward to your clarification. Kaushik
Hi Suresh, I believe 20190 is your PIN code and this will always be in 5 digit format. Can you plz clarify if the PIN code is always followed by P. or P. is a part of "SAN LUIS C. P." If P. is not a part of "SAN LUIS C. P." then follwing should work: =MID(A1,SEARCH("P.",A1)+3,5)....[A1 is your text] Looking forward to your clarification. Kaushik
S sdsurzh Member Sep 19, 2012 #5 Brilliant Excel Hero Kaushik03, It works you saved my time. Thanks, Suresh Kumar S
K kaushik03 Member Sep 21, 2012 #6 Glad to help you Suresh... Come back to this wonderful playground whenever needed... Kaushik
H Hatim New Member Apr 2, 2013 #7 Hi there.. How can i extract 6 digit pin-code from address like this in a cell? Could you help? Thanks Neelam Kapoor Bakers Circle (I) Pvt Ltd # 3, Taimoor Nagar, 2nd Floor (Opposite New Friends Colony Gurudwara) New Delhi - 110065 Delhi
Hi there.. How can i extract 6 digit pin-code from address like this in a cell? Could you help? Thanks Neelam Kapoor Bakers Circle (I) Pvt Ltd # 3, Taimoor Nagar, 2nd Floor (Opposite New Friends Colony Gurudwara) New Delhi - 110065 Delhi
Hui Excel Ninja Staff member Apr 2, 2013 #8 Hatim Firstly, Welcome to the Chandoo.org Forums Can I please direct you to the 4 Sticky Green Posts at http://chandoo.org/forums/ In here you will see the rules state, "Please start a new post for a new question" Starting a new post ensures that your post will be seen and your question will be answered faster. It also makes searches much more relevant & easier You may want to try a formula like: =MID(A1,FIND("- ",A1)+2,6)
Hatim Firstly, Welcome to the Chandoo.org Forums Can I please direct you to the 4 Sticky Green Posts at http://chandoo.org/forums/ In here you will see the rules state, "Please start a new post for a new question" Starting a new post ensures that your post will be seen and your question will be answered faster. It also makes searches much more relevant & easier You may want to try a formula like: =MID(A1,FIND("- ",A1)+2,6)