I have a search function that is pulling certain parts of data from a cell. I need to add an OR statement do to variances in the data that comes in.
The issue in question is in the SEARCH String.
Can anyone give advice on how to fix this?
=MID(A1,SEARCH("<FLAG="A1)+10,SEARCH(";red",A1,SEARCH("<FLAG="A1))
how can i change this and add an OR statement so that it can be ;red ;white ;blue
Thanks
The issue in question is in the SEARCH String.
Can anyone give advice on how to fix this?
=MID(A1,SEARCH("<FLAG="A1)+10,SEARCH(";red",A1,SEARCH("<FLAG="A1))
how can i change this and add an OR statement so that it can be ;red ;white ;blue
Thanks