Home |
Search |
Today's Posts |
#6
![]() |
|||
|
|||
![]()
"bob" wrote...
I want to check a cell for the word "Total." The cell contains additional text before the word Total. If the Total is found, I want to populate the cell containing the formula with 1. If not, populate it with 0. .... If Total always appears at the end of the string, try =--(RIGHT(TRIM(x),5)="Total") Otherwise, another alternative using only one function call, =--(SUBSTITUTE(x,"Total","")<x) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide text that doesn't fit in the cell | Excel Discussion (Misc queries) | |||
Moving text from one cell to another. | Excel Worksheet Functions | |||
how to hyperlink text to a cell | New Users to Excel | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |