F
Frank Kabel
Hi
I would assume you have defined this name as
Sheet1!A$4
$1000
and not
Sheet1!A$4:A$1000
Try defining a name for each column and test again.
Note: in your posted formula the brackets are not correct.
limitation of this formula?
I would assume you have defined this name as
Sheet1!A$4
and not
Sheet1!A$4:A$1000
Try defining a name for each column and test again.
Note: in your posted formula the brackets are not correct.
Kabel suggested to pull data from another page.-----Original Message-----
Hey,
I am using a sumproduct formula (see below) that Frank
seem to work... am I doing something wrong or is this a=SUMPRODUCT(--((Sheet1!A$4:A$1000)=$C1),(Sheet1! E$4:$E$1000)) Works fine.
If I change the formula to use defined names it doesnt
limitation of this formula?
000 has been defined as "DefinedRange".=SUMPRODUCT(--(DefinedRange)=$C1),(DefinedRange)) I get #VALUE errors using this one.
Column C is the "lookup" data.