Sumproduct not works

  • Thread starter Thread starter kashish
  • Start date Start date
K

kashish

In below formula in place D1 it should come "B" but its not work why?

A B C D

1 A 2 =SUMPRODUCT(--($A$1:$A$5=C1),--$B$1:$B$5)
2 B
3 C
4 D
5 E
 
Why dont you use VLOOKUP in D1

=VLOOKUP(C1,A1:B5,2,FALSE)

If this post helps click Yes
 
Back
Top