Hello! I am trying to move two specefic words from a string of text from one cell to another. each cell will have either word, within a string of text, but will not contain both words. I started with this formula: Example:
<tbody>
</tbody><colgroup><col></colgroup>
=RIGHT(E2,LEN(E2)-FIND("TECO",E2,1)+1)
I was able to get "TECO" in the cell, but i know want to add the word "CLSD" to the formula so it looks for both. If the cell contains TECO OR CLSD, add to the other cell.
I tried to add the "OR" formula but that logic didnt seem to work. Anyother ideas??
Thanks!
PRT REL TECO
<tbody> </tbody><colgroup><col></colgroup> |
<tbody>
</tbody><colgroup><col></colgroup>
=RIGHT(E2,LEN(E2)-FIND("TECO",E2,1)+1)
I was able to get "TECO" in the cell, but i know want to add the word "CLSD" to the formula so it looks for both. If the cell contains TECO OR CLSD, add to the other cell.
I tried to add the "OR" formula but that logic didnt seem to work. Anyother ideas??
Thanks!