Parsing a string of data

P

Penny

I am trying to parse data from string but need to start
in a position other than the first postition from the
left or right. I want to read from on direction but need
to specify the starting position and then specify the
number of characters to read. Any input would be helpful.
 
B

Bernie Deitrick

Penny,

The MID function can be used to specify the starting location and length.
Beyond that, you'll need to post an example of what you have and what you
want.

HTH,
Bernie
MS Excel MVP
 
D

Dave R.

Can you give an example of some strings, and where you want it parsed?

Sounds like you would use MID since you can specify the starting cell and
how many cells to read.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top