formula to extract partial content (text) of cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Any suggestions on how to extract partial content from cells? For example,
if a cell's content has "MICROSOFT", I would like to extract "MICROS". Is
this possible? Many thanks in advance for your help.
 
Assuming "Microsoft" is in cell A1, you could use the formula:

=left(A1,6)
 

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