Hi,
I’m trying to use SWITCH as a way to clean and standardise some data. Here’s what I’m trying:
SWITCH({Company},FIND("Amazon",{Company}),"AMZN",{Company})
So basically if the text entered into {Company} contains the word “Amazon”, the field should switch to “AMZN”.
Unfortunately this formula is not working. Any thoughts besides using a nested IF?
Thanks!
