Hi
I am working on a personnel appraisal project. Candidates fill in a questionaire, which eventually creates a profile, say A=4, B=3, C=2, D=4. I have a selection of job profiles for say Engineers (4,3,3,2) or Sales (2,3,2,5), and I want to Identify which job profile most closely matches the candidate. I have used IF((A=3*AND B=2),Sales,"")type of match, and if the profile exactly meets the candidate profile that is fine, but I want to set a (variable say 5% or 10%) permitted varince in the profile match. So a candidate Engineer might have a profile @10% of (4.4,2.7,3.3,1.9). Can anyone suggest how I can identify a close match?
Many thanks, Brian
I am working on a personnel appraisal project. Candidates fill in a questionaire, which eventually creates a profile, say A=4, B=3, C=2, D=4. I have a selection of job profiles for say Engineers (4,3,3,2) or Sales (2,3,2,5), and I want to Identify which job profile most closely matches the candidate. I have used IF((A=3*AND B=2),Sales,"")type of match, and if the profile exactly meets the candidate profile that is fine, but I want to set a (variable say 5% or 10%) permitted varince in the profile match. So a candidate Engineer might have a profile @10% of (4.4,2.7,3.3,1.9). Can anyone suggest how I can identify a close match?
Many thanks, Brian