I have two tables (examples below). I'm trying to calculate a "final score" by assesing what values were selected. I have ten total options in my real excel file that I can't share due to confidentiality constraints.
table 1 (inputs)
table 2 (lookup table)
table 1 (inputs)
Options Selected (note the options selected below are within one cell seperated by a line break) | "Final Score" (aka the expected output (see table 2 for the scoring weights) - I'm trying to determine what the formula should be in the cells below |
[Option 1] [Option 2] [Option 3] | 6 |
[Option 1] [Option 3] | 5 |
table 2 (lookup table)
Option | Value (weight) |
Option 1 | 3 |
Option 2 | 1 |
Option 3 | 2 |