Extract sentence that begins with 1.

manoj18071965

Board Regular
Joined
Sep 16, 2011
Messages
65
I have multiple cells around 200 having each cell text like below. I need only information starting with 1. up till 1. ends (Example: 1.A mounti... ...in disalignment. )

Following description includes:
1.A mounting system for supporting on a dental endosseous implant having a longitudinal implant axis is in disalignment.
2. A mounting system as device in claim 1, further comprising a fastener means for fastening the transmucosal member to the implant.
3. A mounting system as defined in claim 2 wherein the fastener means is a fixation bolt for screwing.
4. A mounting system as defined in claim 1 further comprising a fastener means for fastening the transmucosal member.
5. A mounting system as defined in claim 1, wherein the mounting system.
 
Yes the provided information is in 1 cell and there are multiple cells having different information in same numbering format (1. 2. 3. and so on). In some cases cell information is starting with 1. and in some cases it is starting with text and then followed by 1. 2. .....

Hi Manoj18071965!

Did you try my suggestion of post #4? If yes, tell me the results.

Use Ctrl+Shift+Enter and not just Enter to enter the formula:

=IFERROR(MID(MID(A1,FIND("1.",A1),8^9),1,SMALL(IFERROR(FIND(ROW($1:$99)-1&".",MID(A1,FIND("1.",A1),8^9)),8^9),2)-1),"")

Markmzz
 
Upvote 0

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,215,563
Messages
6,125,565
Members
449,237
Latest member
Chase S

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