Problem 1:
I have a customer list of internal and external customers. Data field "Customers".
Internal customers are denoted with a "zz" in the beginning of the name.
I want to create a new data field "Intercompany" which will show YES if "Customers" start with zz. NO for all others.
Problem 2:
Create a rolling mapping table which can automatically ensure customer names are consistent. For example, rename all customers containing "Facebook" into "META" and "Google" into "Alphabet". Also instead of using pre-defined formulas, can I use fuzzy logic?
Thanks!