Another Formula Question

M

mjones

Hi All,

I'm sure that I asked this before, but the formula messed up and I
can't get it back again.

I tried finding my previous post - it was within the last three or
four days, but I can't find it. First question - what's the best way
to find your own posts?

Second question - how to I change the end of this:

{=SUMPRODUCT(--($B$6:$B$503>=F$569),--($B$6:$B$503<G$569),--($Y$6:$Y
$503=$B584),$H$6:$H$503)}

To ,$H$6:$R$503) i.e. the last H to an R ---- without getting the
#VALUE! error.

I'm sure I asked this before because one of the formulas say:

{=SUMPRODUCT(--($B$6:$B$503>=G$569),--($B$6:$B$503<H$569),--($Y$6:$Y
$503=$B584),(#REF!)+(#REF!))}

but I can't remember what went in the (#REF!) spots.

Thanks again!!!!

Michele
 
F

Fred Smith

1. Remove the braces from around your formula (ie, don't use
Ctrl-Shift-Enter to enter it, just use Enter. Sumproduct is not an array
function).
2. All ranges in a Sumproduct function must be the same size. You can have
H6:R503 is a lot bigger than the rest of your ranges, hence the #Value
error.

Regards,
Fred
 

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

Top