Extract from Cell with less helper columns...

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,831
Office Version
  1. 2010
Platform
  1. Windows
Hello are there any alternatives to my helper, helper, helper columns please...!

Excel Workbook
ABCDEFG
1x;;;;;;;;xx;SITE NAME: XI/A/58;xxxxxxxxxxx133118117XI/A/58
2x;SITE NAME: XI/A/15A;xxxxxxxxxxx32219118XI/A/15A
3xxxxxxxx;SITE NAME: XI/A/5;xxxxxxxxxxx102717116XI/A/5
4xxxx;SITE NAME: XI/A/115A;xxxxxxxxxxx62620119XI/A/115A
5xxxx;SITE NAME: XI/A/115;xxxxxxxxxxx62519118XI/A/115
Sheet1
 
Hello Rick, It is the second semi-colon from the left that ends my area of interest in the cell... After that, there are a varying number of semi-colons in the data. The biggest amount of characters in a cell in the batch of data that I'm currently looking at is 826... I plastered my sample data with semi-colons to test the formula I had before I asked for help combining it all together... sorry to mislead you.
 
Last edited:
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Hello Rick, It is the second semi-colon from the left that ends my area of interest in the cell... After that, there are a varying number of semi-colons in the data. The biggest amount of characters in a cell in the batch of data that I'm currently looking at is 826... I plastered my sample data with semi-colons to test the formula I had before I asked for help combining it all together... sorry to mislead you.
Is that first semi-colon directly in front of "SITE NAME" text as some of your examples in Message #1 show? If so, this formula should work for you...

=MID(A1,FIND(";",A1)+12,FIND(";",A1,FIND(";",A1)+1)-FIND(";",A1)-12)
 
Upvote 0

Forum statistics

Threads
1,215,087
Messages
6,123,046
Members
449,092
Latest member
ikke

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