Thread: sumproduct?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default sumproduct?

50% = 0.5 and 100% = 1.0. when you see 55% in excel it is really sotred as
..55.

"Rene" wrote:

I want to calculate the percentage for when "b" apears in M2:M10 and the
number is between 50 and 100
=SUMPRODUCT(--(B2:L1050),--(B2:L10<=100)/COUNT(B2:L10))

a1 b2 c2 m2
111 b
99 s
200 s
110 b
55 b
99 s
225 b
b % = 25% (50 and <=100 b2:l10)

Thank you in advance.