Hi all,
I have a column with text that I need to extract into another column. I'm using an IFS(Search) formula to do this which is working for some of the text in my first logical test but not the second even though the text is present.
formula
=IFS(SEARCH("GrainPro",M92),"GrainPro Bags",SEARCH("vacuum package",M92),"vacuum package")
result
[TABLE="width: 200"]
<tbody>[TR]
[TD]30 kg bag in GrainPro[/TD]
[TD]GrainPro Bags[/TD]
[/TR]
[TR]
[TD]30 kg vacuum package[/TD]
[TD]#Value![/TD]
[/TR]
</tbody>[/TABLE]
I'm not sure why it's not working for me. Any help is appreciated!
Thank you,
Evan
I have a column with text that I need to extract into another column. I'm using an IFS(Search) formula to do this which is working for some of the text in my first logical test but not the second even though the text is present.
formula
=IFS(SEARCH("GrainPro",M92),"GrainPro Bags",SEARCH("vacuum package",M92),"vacuum package")
result
[TABLE="width: 200"]
<tbody>[TR]
[TD]30 kg bag in GrainPro[/TD]
[TD]GrainPro Bags[/TD]
[/TR]
[TR]
[TD]30 kg vacuum package[/TD]
[TD]#Value![/TD]
[/TR]
</tbody>[/TABLE]
I'm not sure why it's not working for me. Any help is appreciated!
Thank you,
Evan