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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -