R Rahul Mishra Member Sep 9, 2014 #1 Sir , How can i match alfha numeric data from only alfa data ? Attachments Question.xls Question.xls 32 KB · Views: 16
Somendra Misra Excel Ninja Sep 9, 2014 #2 Hi Rahul, can you also mention the result in your file. Regards,
Khalid NGO Excel Ninja Sep 9, 2014 #4 Hi Rahul, Have a look at this link: http://www.mrexcel.com/forum/excel-questions/443983-extract-only-numbers-text-string.html You have to change your file in xlsx format, then try below formula: =SUMPRODUCT(MID(0&A2,LARGE(INDEX(ISNUMBER(--MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1))* ROW(INDIRECT("1:"&LEN(A2))),0),ROW(INDIRECT("1:"&LEN(A2))))+1,1)*10^ROW(INDIRECT("1:"&LEN(A2)))/10) Last edited: Sep 9, 2014
Hi Rahul, Have a look at this link: http://www.mrexcel.com/forum/excel-questions/443983-extract-only-numbers-text-string.html You have to change your file in xlsx format, then try below formula: =SUMPRODUCT(MID(0&A2,LARGE(INDEX(ISNUMBER(--MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1))* ROW(INDIRECT("1:"&LEN(A2))),0),ROW(INDIRECT("1:"&LEN(A2))))+1,1)*10^ROW(INDIRECT("1:"&LEN(A2)))/10)