I have cells that look something like this:
ab=jenda,ou=par,ou=IP,dm=prinusa,dm=bill,dm=prin
I need to pull the letters IP only. The IP always falls right after an equals sign and before the text string ",dm=prinusa". The characters i need to pull are not always two characters in length (sometimes 3 or 4). There are always several equals signs in each cell before and after the characters I want to pull.
I have tried a combination of MID and SEARCH but can't seem to figure this one out. The many equals signs and the fact that it isn't always two characters long has made my searching hard.
Any help would be appreciated.
Thank you in advance!
ab=jenda,ou=par,ou=IP,dm=prinusa,dm=bill,dm=prin
I need to pull the letters IP only. The IP always falls right after an equals sign and before the text string ",dm=prinusa". The characters i need to pull are not always two characters in length (sometimes 3 or 4). There are always several equals signs in each cell before and after the characters I want to pull.
I have tried a combination of MID and SEARCH but can't seem to figure this one out. The many equals signs and the fact that it isn't always two characters long has made my searching hard.
Any help would be appreciated.
Thank you in advance!