hi all I would really appreciate some assistance with a sumproduct issue.
my current formula is looking up an employee number in sheet summary from a2 and a proficiency number in g1, then check to see if that employee has that proficiency recorded within table Accomp and return a yes or no.
what I need help with is I need to add an and or statement. I need to add another proficiency number listed in sheet summary cell and n1 and still return a yes or no. So look up employee and look for the two proficiencies listed I g1,n1 and return yes/no
This what I am using atm
=IF(SUMPRODUCT(--(Accomp!$A$2:$A$40000=Summary!A3),--(Accomp!$K$2:$K$40000=Summary!$G$1))=1,"Yes","No")
Regards,
Odd
my current formula is looking up an employee number in sheet summary from a2 and a proficiency number in g1, then check to see if that employee has that proficiency recorded within table Accomp and return a yes or no.
what I need help with is I need to add an and or statement. I need to add another proficiency number listed in sheet summary cell and n1 and still return a yes or no. So look up employee and look for the two proficiencies listed I g1,n1 and return yes/no
This what I am using atm
=IF(SUMPRODUCT(--(Accomp!$A$2:$A$40000=Summary!A3),--(Accomp!$K$2:$K$40000=Summary!$G$1))=1,"Yes","No")
Regards,
Odd