Thread: Excel Functions
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Excel Functions

try this

=MID(A1,8,1)

Mike

"Charlie" wrote:

I need a function that will pull a character value from a specified cell and
string location so I can put it into an if statement to return a text string.

i.e.
Say I have this text string, AP10-FG1A1P, and I wanted to pull the value of
the 8th character. What do I use?

Find and Search are not returning the value, but only the position.
Right and Left return too many characters. Although they are good for the
first and last character value when needed.