erutherford
Active Member
- Joined
- Dec 19, 2016
- Messages
- 453
hate last minute change requests, but
The code works fine on the worksheet where the data resides, see below
<code>=SUMPRODUCT((I3:I51="S")*(J3:M51=2))</code>
but won't work when code is on another worksheet
<code>=SUMPRODUCT((Entries!I3:I51="S")*(Entries!J3:M51=2))</code>
what am I missing? Maybe I should take a deep breath!
The code works fine on the worksheet where the data resides, see below
<code>=SUMPRODUCT((I3:I51="S")*(J3:M51=2))</code>
but won't work when code is on another worksheet
<code>=SUMPRODUCT((Entries!I3:I51="S")*(Entries!J3:M51=2))</code>
what am I missing? Maybe I should take a deep breath!