Character Search.

  • Thread starter Thread starter brookdale
  • Start date Start date
B

brookdale

I am new to working with excel functions, and I have what is probably a
simple question, but I can't seem to find the answer.

Say in cell F2 I have:

TBA TBA T 9:30AM

The "T" after the second TBA is considered the 9th character? How could
I make an equation in one cell that would yield the 9th character in
another cell?

Thanks.
 
=mid(f2,9,1)

There are other string functions that you may like, too.

Look in Excel's help for =left(), =right()
 
=MID(B1,C1,1) will return whatever number of character is in C1.........if
9, then the 9th character from the left.

Vaya con Dios,
Chuck, CABGx3
 

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

Back
Top