SUMPRODUCT problem
- From: "Brian Clarke" <bxxcfilm@xxxxxxxxxxxxxxxx>
- Date: Tue, 10 Jul 2007 11:10:16 +0100
I have a list where columns B - H are totaled in column I, and columns J - P
totaled in column Q. In column R, I want to show the difference between I
and Q, but only if there is at least one entry in cols B - H, AND at least
one entry in cols J - P.
I worked out this, which ought to work but doesn't.
=SUMPRODUCT((SUM(J84:P84="")<7)*(SUM(B84:H84="")<7)*(I84-Q84))
Where am I going wrong? This formula returns the difference between I and Q,
regardless of whether all the entries in B - H and J - P are blank.
.
- Follow-Ups:
- Re: SUMPRODUCT problem
- From: Dave Peterson
- Re: SUMPRODUCT problem
- From: Stefan Holz
- Re: SUMPRODUCT problem
- Prev by Date: Runtime Error in Excel 2007
- Next by Date: I cant sum the values in cells!!
- Previous by thread: Runtime Error in Excel 2007
- Next by thread: Re: SUMPRODUCT problem
- Index(es):
Relevant Pages
|