How to show text inside a progressbar?

Excel to show text before specific word or text in a cel.?

  • I would like Column B to show only the text BEFORE the word ‘DBA” Example 111111 DBA ONE RESULT 111111 2222 DBA TWO RESULT 2222 THREE DBA 33 RESULT THREE ABCDEFGHIGK DBA BLA RESULT ABCDEFGHIGK SHOW DBA NOT SHOW RESULT SHOW

  • Answer:

    =LEFT(A1,SEARCH("DBA',A1)-2)

Jameel at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

try the following =LEFT(A1,SEARCH("DBA",A1,1)-2) it assumes there is always a space before DBA hope that helps

=SUBSTITUTE(A1, MID(A1, SEARCH("dba", A1)-1, 99), "") =REPLACE(A1, SEARCH(" DBA", A1), 9^9, "")

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.