• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Separate Arabic text only

Hi
I have a mixed English and Arabic text. I want to separate the Arabic text as it is in the attached file
 

Attachments

  • Ma.Fors.xlsx
    8.6 KB · Views: 12
Try,

Put criteria as header in D1:F1

Then,

In D2, formula copied across and down :

=TRIM(LEFT(SUBSTITUTE(MID($B2,FIND(D$1&"=",$B2)+LEN(D$1)+1,99),"/",REPT(" ",99)),99))

76457
 
Back
Top