View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Sumproduct not works

Why dont you use VLOOKUP in D1

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

If this post helps click Yes
---------------
Jacob Skaria


"kashish" wrote:

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