Hi, me again.
I want to ask how to use the "FIND" function.
this is my data
model
oppo red
oppo black
apple red
I want to make it to
model
oppo
oppo
apple
this is my formula, but I want multi colors
=LEFT(C7,LEN(C7) - LEN(MID(C7,FIND({"BLACK",C7),999)))
I try this, but not working
=LEFT(C7,LEN(C7) - LEN(MID(C7,FIND({"BLACK","WHITE"},C7),999)))
How to solve this problem, thank you in advance.
I want to ask how to use the "FIND" function.
this is my data
model
oppo red
oppo black
apple red
I want to make it to
model
oppo
oppo
apple
this is my formula, but I want multi colors
=LEFT(C7,LEN(C7) - LEN(MID(C7,FIND({"BLACK",C7),999)))
I try this, but not working
=LEFT(C7,LEN(C7) - LEN(MID(C7,FIND({"BLACK","WHITE"},C7),999)))
How to solve this problem, thank you in advance.