I have two multi select columns. Those columns have similar lists, but not exact.
The multiselect data has associations with other data that we already know. (Washington = West, Iowa = Central, etc.)
We’d like to get a formula that helps us identify when the West selections are input from the multiselect fields.
For an example, I dummied up some Client data with Drivers and Deliveries (the multi select fields) and the result columns I am trying to solve for (Is this in the West? Is this in Central?)
I am trying to figure out the best way to answer the question if a value in either Column “Drivers” or Column “Deliveries” matches a criteria (West)
Example, if either the Driver column or Deliveries column contains Idaho or Washington, then in the column “Is this in the West?”, I would like it to say “West” or “No”.
I am not sure the best formula structure to use here.
Or will I need a helper column with the states that are in the west to reference?
Goal: Client, Drivers, Deliveries are inputs and “Is this in the West” or “Is this in Central” are the result of the formula.