i'm using the "search" function within a "if" function to return a value from a column.
=if(search("co";E6);G6;0)
Meaning : if the caracters "co" (not case-sensitive) is included in the cell E6, return the value from G6, if not return 0 (zero).
When it's true, it does return the value from G6. But when it's false, it says "#VALUE!"
I've tried putting all columns involve in same format, but still does not work !
Please help me !
=if(search("co";E6);G6;0)
Meaning : if the caracters "co" (not case-sensitive) is included in the cell E6, return the value from G6, if not return 0 (zero).
When it's true, it does return the value from G6. But when it's false, it says "#VALUE!"
I've tried putting all columns involve in same format, but still does not work !
Please help me !