How to have the result without a "S" (Time) when sumproduct is equal to 1 and
with a "S" (Times) when sumproduct is => 2?
Alternative, if I want to display 1st, 2nd, 3rd, 4th and so on, is it possible?
with a "S" (Times) when sumproduct is => 2?
Alternative, if I want to display 1st, 2nd, 3rd, 4th and so on, is it possible?
Code:
=IF(E6 <> "", SUMPRODUCT(($E$6:$E$1050=$E6) * ($F$6:$F$1050 = $F6))&" Times", "")
Last edited: