B
Brian Clarke
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
84="")<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.
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

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.