thread68-1577407
Hello Everyone!
I took a look at the thread above and made the following code:
This is the value located under column E203
CN=Oscarlemile,OU=Users,OU=Tanzania,OU=1_Africa,DC=TNS,DC=ORG
I used this code under column AH203
=REPLACE(E203,FIND(",",E203,FIND(",",E203)+1),LEN(E203)-FIND(",",E203,FIND(",",E203)+1)+1,"")
The result: CN=Oscar Kilemile,OU=Users
What I am trying to accomplish is:
Get only the 3rd text value(OU=Tanzania) into the column AH only
Thank You!
Hello Everyone!
I took a look at the thread above and made the following code:
This is the value located under column E203
CN=Oscarlemile,OU=Users,OU=Tanzania,OU=1_Africa,DC=TNS,DC=ORG
I used this code under column AH203
=REPLACE(E203,FIND(",",E203,FIND(",",E203)+1),LEN(E203)-FIND(",",E203,FIND(",",E203)+1)+1,"")
The result: CN=Oscar Kilemile,OU=Users
What I am trying to accomplish is:
Get only the 3rd text value(OU=Tanzania) into the column AH only
Thank You!