arrays - Setting up the range in the criteria section of sumif formula -


I wish to see that the amount of B is in the range from February 17 to 23 February. AB 17-Feb 5.00 Feb-Feb 12.00 22-Feb 7.00 26-Feb 10.00 I have estimates: < How do I set up a benchmark which will be priced from February 17 to February 23?

I have also tried = sum (sumif (a: a, {17-Feb;?;; 23-feb}, b: b)

P> You need SUMIFS to complete it ...

Try this:

  = SUMIFS (B: B, A : A, "& gt; / 2014/02/23")   

Hope this is a trick

Comments

Popular posts from this blog

sql - Return Function using Cursor -

c++ - why does this code produce a runtime error? -

javascript - Is there any way to add a new parameter to a function programmatically? -