The SUMIFS formula I gave you is based on Column A and the date range (based on the Dates in Column B).I need the count of rate same as you have for SUMIFS. What you gave me was just count of items in A but I need count C based on A and Date range
Instead of sum and I need count of rate. Can you please let me know how I do that
Name Date Rate
A 5-Apr-12 12.933
B 9-Apr-12 0.903
C 9-Apr-12 0.909
D 11-Apr-12 4.037
E 13-Apr-12 2.052
F 13-Apr-12 2.057
G 13-Apr-12 2.05
A 13-Apr-12 2.00
Above is the example. I need to know count of rate based on Name and date range. so For example, =Countifs(C1:C9,A1:A9,"A",B1:B9,">="&DATE(2012,4,5),B1:B9,"<="&DATE(2012,4,13)) where I will get the count of C which is rate but when I typed in this formula, I get the error saying that "too few arguments".
I hope this clarifies. I appreciate your help!!
You not answer this part of the question that I posted in Message #13...Name Date Rate
A 5-Apr-12 12.933
B 9-Apr-12 0.903
C 9-Apr-12 0.909
D 11-Apr-12 4.037
E 13-Apr-12 2.052
F 13-Apr-12 2.057
G 13-Apr-12 2.05
A 13-Apr-12 2.00
Above is the example. I need to know count of rate based on Name and date range. so For example, =Countifs(C1:C9,A1:A9,"A",B1:B9,">="&DATE(2012,4,5),B1:B9,"<="&DATE(2012,4,13)) where I will get the count of C which is rate but when I typed in this formula, I get the error saying that "too few arguments".
I hope this clarifies. I appreciate your help!!