Text Functions - non-uniform text

BobbM424

New Member
Joined
Aug 2, 2007
Messages
14
I am trying to extract a piece of text from a cell. I've tried the MID function and the RIGHT function but the text I am trying to extract does not follow a perfectly linear pattern like these functions assume. Here are 3 samples:

D.CB*9045717DF3
D.BSB*14386BCD3
D.WT*V08727-00789

I am only trying to extract the characters that come after the *, but as you can see sometimes the * comes as the 2nd or 3rd letter from the left in the cell and sometimes the numbers of characters I am trying to extract can be 10 or 12 characters from the right of the cell.

Is there any function that could help me out with this?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Why not try Data>Text to columns... with * as the delimiter?
 
Upvote 0
You can use the function FIND() which will give you the position of the * and then use LEN() whill give you the lenght of the string
 
Upvote 0

Forum statistics

Threads
1,214,960
Messages
6,122,479
Members
449,088
Latest member
Melvetica

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