Hi all I'm looking to use the below forumla
=SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$A12)*--('Monthly Release''s'!$M$3:$M$2500=B$11))
but change the green underlined value to be BETWEEN two dates.
Any ideas ???
Thanks
Hi all I'm looking to use the below forumla
=SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$A12)*--('Monthly Release''s'!$M$3:$M$2500=B$11))
but change the green underlined value to be BETWEEN two dates.
Any ideas ???
Thanks
Hi,Originally Posted by danviggers
easiest would be to make the green >= and add another condition as <=
hth
---
Si fractum non sit, noli id reficere.
=SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$K12)*--('Monthly Release''s'!$K$3:$K$2500=2/10/2006>=5/10/2006))
OK so I've done this and the value comes out as 23, when it shoudl be 1.![]()
There are 23 records that coincide with 'Monthly Release''s'!$G$3:$G2500=$K12, but there should be only 1 record that coincides with that AND has the date which has been shown above.
I don't think I'm writing the date right.
Hi,Originally Posted by danviggers
How about
=SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$K12)*--('Monthly Release''s'!$K$3:$K$2500=2/10/2006>=5/10/2006))
=SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$K12)*--('Monthly Release''s'!$K$3:$K$2500=2/10/2006)*--('Monthly Release''s'!$K$3:$K$2500>=5/10/2006)))
added, >= 2/10 ___ then <=5/10 ?
(untested)
Last edited by Bryan Hessey; 11-30-2006 at 06:54 AM.
Thanks for the help.
Tried the formula =SUMPRODUCT(--('Monthly Release''s'!$G$3:$G2500=$K12)*--('Monthly Release''s'!$K$3:$K$2500=2/10/2006)*--('Monthly Release''s'!$K$3:$K$2500>=5/10/2006)) ... and it gives the number '0'.
Good, that worksOriginally Posted by danviggers
Try the new date test (blue stuff)
--
Hi,
You should be careful about the worksheet name in your formula ...
'' appears in the middle of 'Monthly Release''s'!
My suggestion, if need be is to change the worksheet name to
Monthly Releases ... to avoid all possible problems ...
HTH
Carim
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks