SUMPRODUCT with Date Range Array

W

WildWill

I have the formula: =SUMPRODUCT(--(Input!$E$4:$E$30="JK"),--(Input!L4:L30>=01
March 2009 <=31 March 2009) but the last array in the formula (the one
searching for dates between 01 and 31 March 2009) does not work and returns
an error. I beleive that I have the syntax incorrect? Please help.
 
M

Mike H

Try

=SUMPRODUCT((Input!E4:E30="JK")*(Input!L4:L30>=DATE(2009,3,1))*(Input!L4:L30<=DATE(2009,3,31)))

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sumproduct or Sumif formula 5
Sumproduct - Date Range 2
sumproduct tracking 6
Date issues 1
Tracking using =sumproduct 3
Formula for finding Date difference between 2 dates 4
Week Number Format 4
SUMPRODUCT help 5

Top