I'm running Excel 2003 and I'm working on a training progress chart for over 5,000 participants which has me pretty much stumped at this point.
The raw data that I have goes something like this:
A B
Name Course
What I want as the end result is something that allows me to track their progress automatically. The problem lies in that there are multiple certification levels, each with their own criteria. For example, certification level 1 requires several criteria (let's call them A, B, C and D) to be fulfilled. Within each criteria, there are certain courses (1, 2, 3, 4, 5 etc.) that must be attended to meet that criteria. Some courses may fulfill more than one criteria while others only fulfill one criteria.
Now, I need as the end product is a list with their names in Column A and their current certification levels (based on the criteria met, which is in turn based on the courses attended). So far I've managed to extract a unique list of names from the raw data down Column A, and a list of criteria (not courses) in Row 1 in my Certification table.
I'm trying to find an efficient formula that would make use of the corresponding name + criteria (not course) in any particular cell in the certification table, use a lookup function to see if the courses that fit that criteria exists in the raw data, and return a 1 or 0 function. Subsequently its just a simple series of IF functions to determine their certification levels.
Hope my explanation's clear enough. So yeah, if anyone can help I'd be really grateful! Thanks in advance![]()
Bookmarks