Hi all,
I am looking for a formula to generate values in one column based on multiselect dropdown options in another column.
I have a column named "Interests" with a multiselect dropdown options "Quality", "PIM", "Micro", "CSF", "Leukemia", "Histology" and "Tumor".
Now, I have other column "Department" which should be autogenerated based on these dropdowns mentioned above. Here are the following conditions:
- If "Interests" is "Quality" then "Department" column should produce " GLQ"
- If "Interests" is "PIM" OR "Micro" or both of these, then "Department" column should produce " GM"
- If "Interests" is "CSF" OR "Leukemia" OR "Histology" OR any two OR all of these, then "Department" column should produce " GH"
- If "Interests" is "Tumor", then "Department" column should produce " GTP"
- If "Interests" is more than one selection and is not following in any of the above conditions (Example: "Quality" and "Tumor") then "Department column should produce "Multi-specialty"
I have tried using IF formula, but condition 2 and 3 (if both PIM AND Micro are selected, or if both Leukemia and CSF are selected, then department column is generating "Multispecialty") are not working if is multiselected between those options.
Can someone please, please help me with this? Thanks in Advance!