M
matt
I am using this formula to return a name if it matches
=SUMPRODUCT((Sheet5!$O$6:$O$10=Sheet4!D$1)*(Sheet5!
$Q$6:$Q$10=Sheet4!$A20)*(Sheet5!$P$6:$P$10))
Basically it says if cell o6 in sheet 5 matches cell d1
AND cell Q6 in sheet 5 matches A20 in sheet 4 then return
what the value is in P6 on sheet 5. This formula works
great if I am returning numbers but now I am trying to
return a label(name) and it comes up with #value!. Any
ideas. Thank you
=SUMPRODUCT((Sheet5!$O$6:$O$10=Sheet4!D$1)*(Sheet5!
$Q$6:$Q$10=Sheet4!$A20)*(Sheet5!$P$6:$P$10))
Basically it says if cell o6 in sheet 5 matches cell d1
AND cell Q6 in sheet 5 matches A20 in sheet 4 then return
what the value is in P6 on sheet 5. This formula works
great if I am returning numbers but now I am trying to
return a label(name) and it comes up with #value!. Any
ideas. Thank you