return a character at a certain position in a string of text

G

Guest

There is a cell will a 15-character string of text in it. I would like to
return the character at position 7. How do I do this?
 
R

Ron Rosenfeld

There is a cell will a 15-character string of text in it. I would like to
return the character at position 7. How do I do this?

=mid(string,7,1)


--ron
 

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