Formula - Help !!!

  • Thread starter Thread starter ITCOM
  • Start date Start date
I

ITCOM

i want write a Formula only capture aaaa information in test field xxxx
(aaaa)

Thanks
 
Please don't start a new thread for the same question (which has already been
answered).
 
If test field is A1
=MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
 

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