I have a sheet that is a master list of all of my ongoing and upcoming projects. I have a multi-select column that has a list of tags for product type. I would like to have a column that looks at the product types and assigns a number to indicate complexity. For example:
Product Type 1 = 1 (simple)
Product Type 2 = 2 (moderate)
Product Type 3 = 3 (complex)
I would also like it to add them together if a given project falls into multiple categories. For example:
Project A = Product Type 2 & 3 = complexity 5
"5" would appear in a "Complexity" column, based on the tags in the "Product Type" column. Hopefully that makes sense! Any help would be appreciated.