P
pickytweety
=SUMPRODUCT((Name=$A$3)*(Test=$C10)*(Timing=D$6)*(Score))
What if "Score" above is a letter of the alphabet, not a number? I'm not
really wanting a sum, so much as a multiple criteria lookup. I used the
above formulas in a file for a teacher to create reports, but she's now
expanding that file and wants to include not just a child's score (80%) but
their reading level (aa1, b1, etc.). The score formula returns N/A's so we
switched to vlookups, but that required multiple ranges that are kind of a
hassle. It would be nice if the SUMPRODUCT above could just handle letters.
Any ideas?
What if "Score" above is a letter of the alphabet, not a number? I'm not
really wanting a sum, so much as a multiple criteria lookup. I used the
above formulas in a file for a teacher to create reports, but she's now
expanding that file and wants to include not just a child's score (80%) but
their reading level (aa1, b1, etc.). The score formula returns N/A's so we
switched to vlookups, but that required multiple ranges that are kind of a
hassle. It would be nice if the SUMPRODUCT above could just handle letters.
Any ideas?