Manolocs
Active Member
- Joined
- Mar 28, 2008
- Messages
- 340
Hi, I need to check if there is a word inside a text in a cell:
cell O5 = tomatos/rice/sugar/meat
AC5 =ISNUMBER(SEARCH("/rice", O5))
This formula gives me TRUE/FALSE
Instead of TRUE/FALSE I need the result if TRUE = tomatos/rice/sugar/meat
if FALSE = "" empty.
Any hint?
cell O5 = tomatos/rice/sugar/meat
AC5 =ISNUMBER(SEARCH("/rice", O5))
This formula gives me TRUE/FALSE
Instead of TRUE/FALSE I need the result if TRUE = tomatos/rice/sugar/meat
if FALSE = "" empty.
Any hint?
Last edited: