Hi, Apologies if this has been covered elsewhere. I’ve got a table with 3 fields:
Customer (Single Line Text)
Interests (Multiple Select Field)
VTS (Formula Field)
and I’m trying to get the VTS field to populate with the Customer Code if “VTS” has been selected in the Interests field.
I used the formula IF({Interests} = “VTS”, {Customer}) Screenshot 2021-02-13 231010|700x490
and it returned a result when “VTS” was the only item selected in the Interests field, but not when more than one option had been selected.
I’m assuming it’s the equals sign that needs editing, but I’m not sure what I need to replace it with. Any help would be much appreciated.