To ignore the empty cells, try:

=SUMPRODUCT(--(C16:K16=C15:K15),--(C16:K16<>""),--(C15:K15<>""))
Cheers,