How do I extract text between two instances of a character?



How do I extract text between two instances of a character?..

Answer / Asha Rani

In MS Excel, you can use the MID and FIND functions to extract text between two instances of a character. For example: =MID(A1, FIND("a", A1, FIND("b", A1) - 1) + 1, FIND("c", A1) - FIND("a", A1, FIND("b", A1) - 1) - 1). This formula will return the text between 'a' and 'c', excluding both characters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MS Excel Microsoft Interview Questions

How do I calculate tax in excel?

1 Answers  


How can an individual use spreadsheets?

1 Answers  


What is the difference between counta and count in excel?

1 Answers  


What is ribbon?

1 Answers  


How do you click f4 in excel?

1 Answers  


How long does it take to learn vlookup?

1 Answers  


What is difference between ms excel and ms word?

1 Answers  


What is ms excel spreadsheet?

1 Answers  


Can you do an if contains in excel?

1 Answers  


What are pivot tables used for?

1 Answers  


Can you have two formulas in one cell excel?

1 Answers  


Can you conditional format a cell based on another cell?

1 Answers  


Categories