Hi mate I have some data as below
[TABLE="width: 169"]
<tbody>[TR]
[TD]Orange Juice[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Add Mango Jam[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
[TR]
[TD]Filled up Coffe[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
[TR]
[TD]Maybe repost[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
</tbody>[/TABLE]
and I want to Search some word with some logic as below
=IF(SEARCH("Orange",B2),"Orange",IF(SEARCH("Mango",B2),"Mango",IF(SEARCH("Coffe",B2),"Coffe",IF(SEARCH("Repost",B2),"repost","Null"))))
I try it but it seems error value
Could someone help me please
[TABLE="width: 169"]
<tbody>[TR]
[TD]Orange Juice[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Add Mango Jam[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
[TR]
[TD]Filled up Coffe[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
[TR]
[TD]Maybe repost[/TD]
[TD="align: center"]#VALUE![/TD]
[/TR]
</tbody>[/TABLE]
and I want to Search some word with some logic as below
=IF(SEARCH("Orange",B2),"Orange",IF(SEARCH("Mango",B2),"Mango",IF(SEARCH("Coffe",B2),"Coffe",IF(SEARCH("Repost",B2),"repost","Null"))))
I try it but it seems error value
Could someone help me please
Last edited: