E
elumbukoodu
okay i'm having problems with this sumproduct formula
=SUMPRODUCT((MONTH="Jan")*(SALES<1000))
here MONTH and SALES are my dynamic ranges.
and i'm getting this #REF! error
i just want to count the number of times the sales were less than 1000
in the SALES field when the MONTH field is January
the 'MONTH' part worked fine this other formula
=SUMPRODUCT((MONTH="Jan")*(ASSOSIATE="Jane"))
so i guess the problem is with the "numerical dynamic range" SALES!!!
the formulae i have used for naming MONTH and SALES are
=OFFSET($W$1,0,0,MATCH("*",$W:$W,-1))
=OFFSET($M$1,0,0,MATCH(1E+306,$M:$M))
respectively!!!
both of which i think works fine coz the i see the selection show the
right range.
Somebody Help Me Please !!!
=SUMPRODUCT((MONTH="Jan")*(SALES<1000))
here MONTH and SALES are my dynamic ranges.
and i'm getting this #REF! error
i just want to count the number of times the sales were less than 1000
in the SALES field when the MONTH field is January
the 'MONTH' part worked fine this other formula
=SUMPRODUCT((MONTH="Jan")*(ASSOSIATE="Jane"))
so i guess the problem is with the "numerical dynamic range" SALES!!!
the formulae i have used for naming MONTH and SALES are
=OFFSET($W$1,0,0,MATCH("*",$W:$W,-1))
=OFFSET($M$1,0,0,MATCH(1E+306,$M:$M))
respectively!!!
both of which i think works fine coz the i see the selection show the
right range.
Somebody Help Me Please !!!