RE: SUMPRODUCT
- From: "Jimbo" <Jimbo@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 11:12:04 -0700
Thanks bj,
What I get with both of these is"0".
Jim
"bj" wrote:
> is it just the AN column array you are having problems with, or the full
> equation?
> try a
> =sumproduct(--iserror([Data.xls]A!$AN$2:$AN$5000))
> if you get a 1 try
> =sumproduct(--iserror([Data.xls]A!$AN$2:$AN$5000),row(([Data.xls]A!$AN$2:$AN$5000))
> if you get more that 1 try reducing the range until you do get 1
>
> "Jimbo" wrote:
>
> > Greetings,
> > I’m looking for an explanation for something happening in Excel that I don’t
> > understand. In a worksheet cell I have a formula
> > “=SUMPRODUCT(--([Data.xls]A!$H$2:$H$5000=”Asia”),--([Data.xls]A!$AN$2:$AN$5000))”
> > which works fine. Regardless of how I try to do it, I can’t copy it to any
> > cell on any other worksheet without an error “#VALUE!” rising from the
> > “--([Data.xls]A!$AN$2:$AN$5000))” array. I don’t understand why I get an
> > error when I know the formula works fine.
> > Appreciate whatever help you can give me!
> > Jim
> >
.
- Follow-Ups:
- RE: SUMPRODUCT
- From: bj
- RE: SUMPRODUCT
- References:
- SUMPRODUCT
- From: Jimbo
- RE: SUMPRODUCT
- From: bj
- SUMPRODUCT
- Prev by Date: Excel Macro to insert rows in a list
- Next by Date: Need to add a certain percentage to a column of prices
- Previous by thread: RE: SUMPRODUCT
- Next by thread: RE: SUMPRODUCT
- Index(es):
Relevant Pages
|