I have two columns
One column contains values populated by a user meeting certain criteria, in this case say training skills.
The second column contains the required training skills to perform various tasks.
Some tasks require very few skills to be met to be considered trained on them, others will require more.
Some of these tasks are the same.
Example:
Task 1 requires Skills A, B, and C to be considered trained.
Task 2 requires Skills A, B, E, F, and G to be considered trained.
Task 3 requires Skills A, and C to be considered trained.
Scenario:
A person trains and acquires skills A, B, and C. A column is populated with those 3 skills. I would like the spreadsheet to show that Task 1 is now Trained and also Task 3 (skills required A and C). Similarly, when they acquire E, F, and G, the column would show they can now perform Task 2 (as well as 1 and 3 still).
Using ranges/columns is most beneficial in this because the reality is I have 45 different skills and nearly 200 tasks. So using nested IF stuff isn't really going to work.
Thanks!
One column contains values populated by a user meeting certain criteria, in this case say training skills.
The second column contains the required training skills to perform various tasks.
Some tasks require very few skills to be met to be considered trained on them, others will require more.
Some of these tasks are the same.
Example:
Task 1 requires Skills A, B, and C to be considered trained.
Task 2 requires Skills A, B, E, F, and G to be considered trained.
Task 3 requires Skills A, and C to be considered trained.
Scenario:
A person trains and acquires skills A, B, and C. A column is populated with those 3 skills. I would like the spreadsheet to show that Task 1 is now Trained and also Task 3 (skills required A and C). Similarly, when they acquire E, F, and G, the column would show they can now perform Task 2 (as well as 1 and 3 still).
Using ranges/columns is most beneficial in this because the reality is I have 45 different skills and nearly 200 tasks. So using nested IF stuff isn't really going to work.
Thanks!