How to extract Arabic language words from list of different language

AlaaJ

New Member
Joined
Jun 21, 2019
Messages
4
Hi

I have a sheet with a column of list of words in different languages I want to get only Arabic words and put them in different row
For example:
input
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Helvetica Neue'; color: #000000}span.s1 {font-kerning: none}span.s2 {font: 10.0px 'Geeza Pro'; font-kerning: none}</style>1- Sharifah,Sharīfah,shryft,شريفة
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Helvetica Neue'; color: #000000}span.s1 {font-kerning: none}span.s2 {font: 10.0px 'Geeza Pro'; font-kerning: none}</style>2- Umm al `Ulaymat,Umm al ‘Ulaymāt,`Awayid,am almymat,أم الميمات,عوايد,‘Awāyid
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Helvetica Neue'; color: #000000}span.s1 {font-kerning: none}span.s2 {font: 10.0px 'Geeza Pro'; font-kerning: none}</style>3- Al Jamaliyah,[FONT=&quot]جمالية[/FONT],Al Jamālīyah,Jamaliyah,Jamālīyah,aljmalyt,jmalyt,الجمالية

output:
row 1: [FONT=&quot]شريفة
row 2: [/FONT]أم الميمات[FONT=&quot]
row 3: [/FONT][FONT=&quot]عوايد
[/FONT][FONT=&quot]row 4: [/FONT][FONT=&quot]الجمالية[/FONT][FONT=&quot]
row 5: [/FONT][FONT=&quot]جمالية

[/FONT][FONT=&quot]Thank you in advance

[/FONT]
 
post#7 -> post#8 = 1568
post#9 need to be expanded more...

but I'll wait for OP's answer
 
Upvote 0

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,214,551
Messages
6,120,159
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top