This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello lovely people,
I'm trying to get in column A the following output:
Milestone: 0. Completion should NOT include: "10. KYC Complete" and "2. Pending Descope / Exit", "2. Descope Confirmation" from col. B
1. QC Submission should NOT include: "10.", "2.", "8." and "9" from col. B
2. Business Connection should ONLY include statuses "0." and "3." from col. B
Would you be so kind to help?
Thanks,
Gaetano
Solved! Go to Solution.
from my iPhone it looks like there is a space after each decimal point.
IMO the best way is:
left([col b],3) Not in ("10.", "2. ", "8. ", "9. ")
....
I'll let you figure out the next expression.
cheers,
mark